php错误日志中的Cakephp错误


Cakephp error in php error log

我已经转移了一个网站到一个新的托管提供商,它给我以下PHP错误:

[15-Dec-2011 16:15:41] PHP Warning:  include(cake/bootstrap.php) [<a href='function.include'>function.include</a>]: failed to open stream: No such file or directory in /mnt/stor7-wc2-dfw1/517847/517853/dashboard.blinkpocket.com/web/content/app/webroot/index.php on line 76
[15-Dec-2011 16:15:41] PHP Warning:  include() [<a href='function.include'>function.include</a>]: Failed opening 'cake/bootstrap.php' for inclusion (include_path='/home/wmetools/public_html/blink:/mnt/stor7-wc2-dfw1/517847/517853/dashboard.blinkpocket.com/web/content/app/:.:/usr/share/pear') in /mnt/stor7-wc2-dfw1/517847/517853/dashboard.blinkpocket.com/web/content/app/webroot/index.php on line 76
[15-Dec-2011 16:15:41] PHP 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 /mnt/stor7-wc2-dfw1/517847/517853/dashboard.blinkpocket.com/web/content/app/webroot/index.php on line 77

有办法我们可以解决上述问题吗?

你好像没有复制你的cake/app/config文件夹

尝试阅读CakePHP安装和部署,了解如何在web服务器上部署您的网站。