ページ 11

AjaxSearchのdefault.config.phpに関するエラー

Posted: 2012年6月21日(木) 11:21
by hanker
AjaxSearchを使っていて、MODXを少しイレギュラーな方法でアップデートしたのですが、
AjaxSearch error: /home/www/html/assets/snippets/ajaxSearch/configs/default.config.php not found !<br />Check the existing of this file!
とエラーが表示されるようになりました。
「assets/snippets/ajaxSearch/configs/default.config.php」
でGoogle検索すると、同じエラーが起きていると思われるサイトが複数表示されましたが、解決法のようなものは見当たりませんでした。

恐らくconfigsディレクトリの下にdefault.config.phpと言うファイルを作れば良いのだと思いましたが、configsディレクトリがなかったので、まずmkdirコマンドでconfigsディレクトリを作り、touchコマンドで空のdefault.confiig.phpファイルを作ったのですが、
AjaxSearch error: default configuration array not defined in /home/www/html/assets/snippets/ajaxSearch/configs/default.config.php!<br /> Check the content of this file!
と別のエラーが表示されるようになってしまいました。

解決法がお分かりになる方が居られましたら、ご教示頂ければ幸いです。アップデート方法の詳細が必要なようでしたら改めて書かせて頂きます。宜しくお願い致します。
-----
ご利用のサーバ:自前サーバCentOS 6.2
MODXのバージョン:Evolution 1.0.6J-r3
PHPのバージョン:5.3.14
MySQLのバージョン:5.1.61
ブラウザ:Google Chrome
-----

Re: AjaxSearchのdefault.config.phpに関するエラー  【解決済み】

Posted: 2012年6月21日(木) 11:31
by hanker
申し訳ありません、自己解決しました。
AjaxSearchのインストールの仕方を間違えていました。