進行中のCIv2.0.2プロジェクトを継承しました。
デフォルトのコントローラーをロードしようとしhttp://localhost/ci202/index.php
ましたが、得られたのは空白のページだけでした。
すべてのメッセージのログを有効にしました。ログは次のとおりです。
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); ?>
DEBUG - 2012-10-05 23:55:41 --> Config Class Initialized
DEBUG - 2012-10-05 23:55:41 --> Hooks Class Initialized
DEBUG - 2012-10-05 23:55:41 --> Utf8 Class Initialized
DEBUG - 2012-10-05 23:55:41 --> UTF-8 Support Enabled
DEBUG - 2012-10-05 23:55:41 --> URI Class Initialized
DEBUG - 2012-10-05 23:55:41 --> Router Class Initialized
DEBUG - 2012-10-05 23:55:41 --> No URI present. Default controller set.
DEBUG - 2012-10-05 23:55:41 --> Output Class Initialized
DEBUG - 2012-10-05 23:55:41 --> Security Class Initialized
DEBUG - 2012-10-05 23:55:41 --> Input Class Initialized
DEBUG - 2012-10-05 23:55:41 --> Global POST and COOKIE data sanitized
DEBUG - 2012-10-05 23:55:41 --> Language Class Initialized
DEBUG - 2012-10-05 23:55:41 --> Loader Class Initialized
DEBUG - 2012-10-05 23:55:41 --> Helper loaded: url_helper
DEBUG - 2012-10-05 23:55:41 --> Database Driver Class Initialized
このログを取得するために、私はindex.php
一度だけ再ロードしました。
routes.php
&の内容は.htaccess
、CIv2.0.2のデフォルトのインストールと同じです。
ウェルカムコントローラーのレプリカである別の「helloworld」タイプのコントローラーを作成しようとしましたが、それでも空白のページが表示されます。
他にどこで設定ミスを探す必要がありますか?