2009-01-01から1年間の記事一覧

PHP5.3.0でDeprecatedエラーが多発

PHP

PHPのバージョンを5.3.0にしたらDeprecatedエラーがいっぱいでた。Deprecated: Function ereg() is deprecated in /hoge/hoge Deprecated: Function ereg_replace() is deprecated in /hoge/hoge E_DEPRECATED (integer) 実行時の注意。これを有効にすると、…

PHP5でdate関数使用時にエラーが発生する件

PHP

Warning: 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 s…

ubuntuのapache2設定ファイルの場所

http.confの場所 /etc/apache2/conf/VirtualHost設定ファイル /etc/apache2/sites-available/

アパッチのエラーログがすんごいことになっていて、中身がほとんどこれだった。

PHP Warning: Call-time pass-by-reference has been deprecatedphp.iniで allow_call_time_pass_reference off ↓ allow_call_time_pass_reference onに変更したらおk。 広告配信プログラムに入ってた部分でエラーだった。

サーバーの時刻合わせ

vi /etc/ntp.conf server -4 ntp.nict.jp iburst server -4 ntp.nict.jp iburst server -4 ntp.nict.jp iburstサービス再起動 service ntpd restart 確認 chkconfig ntpd on 日本標準時プロジェクト サーバの時刻設定、NTPで自動設定・時刻補正