2013-08-29 85 views
0

我在cakephp中有一個應用程序,我想將'lib'目錄移動到'/ usr/lib'(im在debian wheezy上)。但我配置 '的index.php'(應用程序/ Web根目錄/ index.php文件)的路徑,將引發此錯誤cakephp高級配置錯誤

PHP Fatal error: Can't find application core file. Please create /var/www/tlfmovil/app/Config/core.php, and make sure it is readable by PHP. in /usr/lib/Cake/Core/Configure.php on line 79, referer: http://telefonia.cnti.gob.ve/usuarios 

這是我在index.php中定義的路徑:

if (!defined('CAKE_CORE_INCLUDE_PATH')) { 
     define('CAKE_CORE_INCLUDE_PATH', DS . 'usr' . DS . 'lib'); 
    } 

注意:我在mi cakephp應用程序(/ var/www/tlfmovil /)和/ usr/lib/Cake上放置了777權限

回答

0

我解決了這個問題...我複製了原來的'lib/Cake'目錄及其作品