• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

PHP never output any warning or error messages

J

jackop

Guest
I just started to use a server with Plesk 7.5.4 and Fedora C3.

PHP never output any notice, warning or error messages.
I created a test file and put a few test lines, which includes an non-existing file.
However, the PHP doesn't output any warning message.
The PHP setting defaults to 2047 (report all), and I also put the following in the first line,
error_reporting(E_ALL)

Otherwise, PHP works fine.

What could be the reason?
 
You probably have display_errors off in php.ini

Turn it on ;)

Best Regards,
Eric Coleman
 
Originally posted by AplosMedia
You probably have display_errors off in php.ini

Turn it on ;)

Best Regards,
Eric Coleman

Thanks Eric, I turned it on and it worked.:p
 
Back
Top