• Howdy! Welcome to our community of more than 130.000 members devoted to web hosting. This is a great place to get special offers from web hosts and post your own requests or ads. To start posting sign up here. Cheers! /Peo, FreeWebSpace.net
managed wordpress hosting

PHP failing to output errors - 5.2.2

mattie005

New Member
Hello.

PHP is failing to show any type of error. Instead, it just shows a blank page. Whether it be a notice, warning etc, it still shows a blank page. Doesnt log it in error_log either. Its PHP version 5.2.2.

"display_errors" = On
"display_startup_errors" = On
"html_errors" = On
"error_reporting" = E_ALL

I have even tried doing:
error_reporting(1); and error_reporting(E_ALL); on a php file, but it still shows up blank white for errors.

For some people, not showing errors would be great. But since im on a development server, I need it to display the errors.

Any suggestions or help would be appreciated.
 
Back
Top