さくらインターネットのphp実行時のエラーをファイルに出力するには

php.ini ファイルに以下を設定

display_errors = off

;ウェブ上に表示する時

;display_errors = on
log_errors = on
error_log=/home/ユーザ名/log/error.log

touch /home/ユーザ名/log/error.log

chmod 777 /home/ユーザ名/log/error.log

php からの出力は、trigger_error( “メッサージ”, E_USER_NOTICE ) ;

Leave a Reply

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

(required)

(required)

© 2024 Falco Tech Blog Suffusion theme by Sayontan Sinha