ORBIT SPACE
普通科に通う凡人学生のサーバー管理に関する外部記憶装置
-
11月29
MODx インストール エラー
No Comments
サーバ利用者からPHPでエラーが発生するとの事で連絡が来たので調べてみた。
エラー内容
PHP error debug
Error: date() [function.date]: It is not safe to rely on the system’s timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected ‘Asia/Tokyo’ for ‘JST/9.0/no DST’ instead
Error type/ Nr.: Warning – 2
File: /home/***********/document.parser.class.inc.php(770) : eval()’d code
Line: 377TimeZoneが合ってない??
設定してるはずだけどな・・・・・・
.htaccessに下記の文章を追記して保存する。php_value date.timezone Asia/Tokyo
SetEnv TZ Asia/Tokyoこれで解決しました。
このページを見た人は下のページも見ています:
- Clam AntiVirus WARNING: Can’t open file /~
- PHP Shift_JIS 文字化け .htaccess 設定
- ROS規約違反監視プログラムβ
- 掲示板耐久性テスト プログラム Ver.2.0
- Linux用 EUC LF変換ソフト




COMMENT