php错误日志中的Cakephp错误

时间:2011-12-17 07:47:20

标签: php cakephp

我已经通过网站转移到新的托管服务提供商,它给了我以下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

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

2 个答案:

答案 0 :(得分:2)

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

答案 1 :(得分:0)

尝试阅读CakePHP installationdeployment,了解有关如何在网络服务器上部署网站的更多信息。