ローカル マシン (wamp サーバー) に cakephp 2.0 をインストールして構成しようとしました。cake bake コマンドを使用して www フォルダーにパッケージを作成した後、ローカル ホストで開こうとしましたが、次のエラーが表示されます。
( ! ) Warning: include(Cake\bootstrap.php) [function.include]: failed to open stream: No such file or directory in D:\wamp\www\cakecms\webroot\index.php on line 79
Call Stack
# Time Memory Function Location
1 0.0005 363016 {main}( ) ..\index.php:0
2 0.0011 387992 require( 'D:\wamp\www\cakecms\webroot\index.php' ) ..\index.php:17
( ! ) Warning: include() [function.include]: Failed opening 'Cake\bootstrap.php' for inclusion (include_path='D:\wamp\www\lib;.;C:\php\pear') in D:\wamp\www\cakecms\webroot\index.php on line 79
Call Stack
# Time Memory Function Location
1 0.0005 363016 {main}( ) ..\index.php:0
2 0.0011 387992 require( 'D:\wamp\www\cakecms\webroot\index.php' ) ..\index.php:17
( ! ) Fatal error: CakePHP core could not be found. Check the value of CAKE_CORE_INCLUDE_PATH in APP/webroot/index.php. It should point to the directory containing your \cake core directory and your \vendors root directory. in D:\wamp\www\cakecms\webroot\index.php on line 88
Call Stack
# Time Memory Function Location
1 0.0005 363016 {main}( ) ..\index.php:0
2 0.0011 387992 require( 'D:\wamp\www\cakecms\webroot\index.php' ) ..\index.php:17
3 0.0016 388856 trigger_error ( ) ..\index.php:88
このエラーを克服するためのアイデアを誰かに教えてもらえますか。