+ all -

Excuse me, are you lost? Perhaps you would care to visit the site map

timshel.

Composition

Would you like to comment on this entry?

"Everything counts a little more than we think..."

26 April 2005 Tuesday

Error reporting to cure what ails me

slated in site-building at 2:52 am

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

If you don't have one (and would like one), get a Gravatar.

Add your comment here:

*Must click Preview first, and your comment will NOT go through until
you hit SUBMIT after previewing. (It's a spam-prevention thing.)
From here you may like to visit the archive, go home,
or page through other journal entries: