サーバ上でのバグ
by してみた
2.0.1を使用
ローカルで動くのにサーバでは動かない
Warning: require(application/config/constants.php) [function.require]: failed to open stream: No such file or directory in /www/CodeIgniter/system/core/CodeIgniter.php on line 56
Fatal error: require() [function.require]: Failed opening required ‘application/config/constants.php’ (include_path=’/home/uwasa-banashi/lib/ZendFramework/library:/home/uwasa-banashi/lib/PEAR’) in //www/CodeIgniter/system/core/CodeIgniter.php on line 56
warningが・・・
いろいろ見るが見つからない。
結局
index.phpの 56と71行目
$system_pathと$application_folder をフルパスに直したら動いた。
あと、cofig.phpの
$cofig[‘uri_protocol’] = ‘AUTO’
は変更せず。