Hi
My hostingprovider set display_erros to STDOUT.
How can print erros anyway, when executing the script?
I cant change the settings. Allready tried.
thx raphi
print erros when STDOUT
Moderator: General Moderators
Re: print erros when STDOUT
What exactly did you try?raptoni wrote:Hi
My hostingprovider set display_erros to STDOUT.
How can print erros anyway, when executing the script?
I cant change the settings. Allready tried.
thx raphi
Re: print erros when STDOUT
You might still be able to set your own error handler as default - in that error handler you can output the errors.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
Re: print erros when STDOUT
I tried to reset display erros with ini_set and .htacces.
What happens with the errors if STDOUT ist set. The PHP Manual doesnt say much.
For what i unterstood it is a var. There must be a way to print them otherwhise u could also write display_errors off.
thx raphi
What happens with the errors if STDOUT ist set. The PHP Manual doesnt say much.
For what i unterstood it is a var. There must be a way to print them otherwhise u could also write display_errors off.
thx raphi
Re: print erros when STDOUT
Nobody has an answer?
Re: print erros when STDOUT
Did you try set_error_handler()?
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.