我尝试在我的本地计算机(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
任何人都可以给我一个克服这个错误的想法。
答案 0 :(得分:0)
从错误和你说的话听起来你可能没有正确安装Cake。这句话就是我所说的:“在我使用cake bake命令并在www文件夹中创建了一个包之后”,
要安装试用Cake项目,请尝试以下方法:
你得到的错误看起来不像是mod-rewrite问题。