牧尾竜一
ryuic****@jom*****
2008年 7月 14日 (月) 10:42:54 JST
JOMRです。
config/config.php の
$config['log_threshold'] = 1;
を
$config['log_threshold'] = 4;
に変更してこれでも表示しなかったので.htaccessに
php_flag display_errors on
を追記したら
Fatal error: Using $this when not in object context in
/home/web/customer.oh-yes.jp/system/application/config/database.php on
line 36
といったエラーが表示されました。
ちなみにここには
$this->config->load('config_customer', TRUE);
$this->db_host = $this->config->item('db_host', 'config_customer');
とかいています。
> ふむ
> あとconfigだったかなぁ、エラーメッセージの表示レベルを設定している部分がありますので、それをすべて出すようにしてみてください
> indexかもしれません
>
> そうしたら画面にでてくると思います
>
> _______________________________________________
> Codeigniter-users mailing list
> Codei****@lists*****
> http://lists.sourceforge.jp/mailman/listinfo/codeigniter-users
>
>
> No virus found in this incoming message.
> Checked by AVG - http://www.grisoft.jp
> Version: 8.0.138 / Virus Database: 270.4.10/1550 - Release Date: 2008/07/13 17:58
>
>
>