Cakephp アプリのホスティング中にエラーが発生しました。
致命的なエラー: アプリケーションのコア ファイルが見つかりません。/home/home/a1808794/a1808794/home/a1808794/app/Config/core.php を作成し、PHP で読み取り可能であることを確認してください。/home/a1808794/lib/Cake/Core/Configure.php の 78 行目
インクルードのために '/home/home/a1808794/a1808794/home/a1808794/app/Config/core.php' を開くことができませんでした (include_path='/home/a1808794/lib.:/usr/lib/php:/usr/local/ lib/php') /home/a1808794/lib/Cake/Core/Configure.php の 77 行目
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'));
}