PHP error reporting off -



PHP error reporting off -

this question has reply here:

how prepare “headers sent” error in php 11 answers

i getting error:

warning: session_start() [function.session-start]: cannot send session cache limiter - headers sent

how completly turn off error reporting server, php. ini file has:

error_reporting = off display_errors = off

but still shows error.

check php load right php.ini file. utilize phpinfo() see loaded one. grep code find if there code ini_set('display_errors', true) override php.ini settings. besides of doing above 2, should prepare error.

php

Comments

Popular posts from this blog

How do I check if an insert was successful with MySQLdb in Python? -

delphi - blogger via idHTTP : error 400 bad request -

postgresql - ERROR: operator is not unique: unknown + unknown -