「検索フォーム⇒dittoに渡して出力」というシステムが、最新バージョンで動かない
Posted: 2013年7月12日(金) 20:21
-----
ご利用のサーバ:不明
MODXのバージョン:1.0.10J-r1
PHPのバージョン:PHP Version 5.2.3
MySQLのバージョン:5.5.29
ブラウザ:Firefox 22.0
-----
お世話になります。
「検索フォーム⇒dittoに渡して出力」というシステムを
バージョン【1.0.6J-r3】
で運用して正常に稼働していたのですが、
最新バージョン【1.0.10J-r1】にコピーして稼働させようとすると動きません。
推測なのですが、dittoの中のコードの書き方が問題なのでしょうか。
コードは以下の通りです。
1.0.6J-r3----------------------------------------------------------------------
<?php
$checkbox = $_REQUEST["chk"];
$sort1 = $_REQUEST["radio_sort1"];
$sort2 = $_REQUEST["radio_sort2"];
$sort3 = $_REQUEST["radio_sort3"];
$sort4 = $_REQUEST["radio_sort4"];
$sort5 = $_REQUEST["radio_sort5"];
$date = '設定日,'.$_REQUEST["textfield_date"].',7|';
?>
[[Ditto? &tpl=`###` &parents=`###`
&filter=`<?= $checkbox[0]; ?><?= $checkbox[1]; ?><?= $checkbox[2]; ?>`
&orderBy=`<?= $sort1; ?> ASC,<?= $sort2; ?> ASC,<?= $sort3; ?> ASC,<?= $sort4; ?> ASC,<?= $sort5; ?> ASC`
&depth=`3` &randomize=`0`
&showInMenuOnly=`1`]]
----------------------------------------------------------------------------------
どうか、よろしくお願い致します。
ご利用のサーバ:不明
MODXのバージョン:1.0.10J-r1
PHPのバージョン:PHP Version 5.2.3
MySQLのバージョン:5.5.29
ブラウザ:Firefox 22.0
-----
お世話になります。
「検索フォーム⇒dittoに渡して出力」というシステムを
バージョン【1.0.6J-r3】
で運用して正常に稼働していたのですが、
最新バージョン【1.0.10J-r1】にコピーして稼働させようとすると動きません。
推測なのですが、dittoの中のコードの書き方が問題なのでしょうか。
コードは以下の通りです。
1.0.6J-r3----------------------------------------------------------------------
<?php
$checkbox = $_REQUEST["chk"];
$sort1 = $_REQUEST["radio_sort1"];
$sort2 = $_REQUEST["radio_sort2"];
$sort3 = $_REQUEST["radio_sort3"];
$sort4 = $_REQUEST["radio_sort4"];
$sort5 = $_REQUEST["radio_sort5"];
$date = '設定日,'.$_REQUEST["textfield_date"].',7|';
?>
[[Ditto? &tpl=`###` &parents=`###`
&filter=`<?= $checkbox[0]; ?><?= $checkbox[1]; ?><?= $checkbox[2]; ?>`
&orderBy=`<?= $sort1; ?> ASC,<?= $sort2; ?> ASC,<?= $sort3; ?> ASC,<?= $sort4; ?> ASC,<?= $sort5; ?> ASC`
&depth=`3` &randomize=`0`
&showInMenuOnly=`1`]]
----------------------------------------------------------------------------------
どうか、よろしくお願い致します。