FreePgs.com Forum

FreePgs Related => Support Requests => Topic started by: GP™ on October 17, 2005, 05:32:12 AM

Title: Help... I gotta Blank Page in php "Find out what to do"
Post by: GP™ on October 17, 2005, 05:32:12 AM
Alright guys, Since this just happened to me, I guess I need to post about it.
PHP Error display is currently disabled on the server which means, if you forget a ;, you will prob get a blank page.

To fix this create a .htaccess in your htdocs folder, in this .htaccess put the following line, as is, do not change it

php_value display_errors 1

This will turn on your error display for php so no more blank screen and that pretty error screen..
If your like me, when I figered out what I did wrong, and got over feeling stupid, I'm glad to have that error screen back,
it would have penpointed that error!!

L8r,
Gordon
Title: Re: Help... I gotta Blank Page in php "Find out what to do"
Post by: admin on November 10, 2005, 08:20:14 AM
Note: This will only work for users on our Plesk service.

The default action is to "show" errors on the FreePgs system.

Thank you,
FreePgs.com Admin
Title: Re: Help... I gotta Blank Page in php "Find out what to do"
Post by: admin on November 14, 2005, 05:43:18 AM
The default error reporting has been changed to E_ALL except E_NOTICE and E_STRICT.
(This way it will properly match the default "Error Reporting" action as set in the Options panel)

Thank you,
FreePgs.com Admin