timshel.


Composition

This entry is made up of 86 words. It was last modified in September 2006.

A free permalink available.

Would you like to add the first comment on this entry?

"He who forgets, will be destined to remember..."

25 April 2005 Monday

Error reporting to cure what ails me

slated in site-building at 07:52 PM

note to self:

when a site is completely broken,
go into the /etc/ folder, which is above /public_html/ .. open php.ini .. search for “error_reporting

now instead of this:
error_reporting = E_COMPILE_ERROR|E_ERROR|E_CORE_ERROR
display_errors = Off
display_startup_errors = Off

you want this:
error_reporting = E_ALL & ~E_NOTICE
;error_reporting = E_COMPILE_ERROR|E_ERROR|E_CORE_ERROR
display_errors = On
display_startup_errors = On

let’s become good friends with this information and forever find goodness in result.

(thanks for the Apache2Triad experience, Rob .. might’ve otherwise taken me a few more days to figure what to do.)

Subscribe to XML comments feed for this article

Want to be one of the cool kids with an image next to your comments? Get a Gravatar.

Add your comment here:

*Your comment will NOT be sent until you hit SUBMIT after previewing.

from here you might like to: visit the archive, hop to home,
or page through other journal entries: