Changeset 16287


Ignore:
Timestamp:
2007/10/05 23:31:32 (16 years ago)
Author:
nanasess
Message:

エラーメッセージ修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/data/conf/conf.php

    r16279 r16287  
    4242 
    4343/** EC-CUBEのバージョン */ 
    44 define('ECCUBE_VERSION', "1.5"); 
     44define('ECCUBE_VERSION', "2.0"); 
    4545 
    4646/** 
     
    5757function defineConstants() { 
    5858    $CONF_PHP_PATH = realpath( dirname( __FILE__) ); 
    59  
    60     $errorMessage = "data/conf/cache/mtb_constants.php が生成できません"; 
     59    $errorMessage = "data/conf/cache/mtb_constants.php が生成できません\n" 
     60        . "data/conf/cache/にユーザ書込み権限(777等)を付与して下さい。"; 
    6161    // 定数を設定 
    6262    if (is_file($CONF_PHP_PATH . "/cache/mtb_constants.php")) { 
     
    7979        require_once($CONF_PHP_PATH . "/cache/mtb_constants.php"); 
    8080    } else { 
    81         die("html/install/mtb_constants.php が存在しません."); 
     81        die($CONF_PHP_PATH . "/mtb_constants_init.php"); 
    8282    } 
    8383} 
Note: See TracChangeset for help on using the changeset viewer.