托管 cakephp 应用程序时出现错误:
致命错误:找不到应用程序核心文件。请创建 /home/home/a1808794/a1808794/home/a1808794/app/Config/core.php,并确保它可以被 PHP 读取。在第 78 行的 /home/a1808794/lib/Cake/Core/Configure.php
未能打开 '/home/home/a1808794/a1808794/home/a1808794/app/Config/core.php' 以供包含(include_path='/home/a1808794/lib.:/usr/lib/php:/usr/local/ lib/php') 在第 77 行的 /home/a1808794/lib/Cake/Core/Configure.php
index.php
if (!defined('ROOT')) {
//define('ROOT', dirname(dirname(dirname(__FILE__))));
define('ROOT', dirname(dirname(dirname(__FILE__))).DS.'home'.DS.'a1808794');
}
/**
* The actual directory name for the "app".
*
*/
if (!defined('APP_DIR')) {
define('APP_DIR', basename(dirname(dirname(__FILE__))).DS.'home'.DS.'a1808794'. DS .'app');
}
if (!defined('CAKE_CORE_INCLUDE_PATH')) {
if (function_exists('ini_set')) {
/*ini_set('include_path', ROOT . DS . 'lib' . PATH_SEPARATOR . ini_get('include_path'));*/
ini_set('include_path','home'. DS . 'a1808794'. DS . 'lib' . PATH_SEPARATOR . ini_get('include_path'));
}