[wp-testers] Killed my blog with rev 5183

Lloyd Budd lloydomattic at gmail.com
Mon Apr 9 22:18:52 GMT 2007


On 4/6/07, Garrett Fitzgerald <sarekofvulcan at gmail.com> wrote:
> On 4/6/07, Lloyd Budd <lloydomattic at gmail.com> wrote:
> >
> > As I wrote previously, check your PHP logs and settings.
> >
> > It sounds like your provider (wisely) has PHP display errors disabled.
> > Enable the
> > display_errors to see what is happening or look at the error logs.
>
>
> Interestingly, enabling display_errors as the first line of my index.php did
> nothing.

The first thing I would do would be to create a trivial php file to
test how the environment handles php errors.

myerr.php: <?php myerr(); ?>

Loading that in the browser does it display something like Fatal
error: Call to undefined function myerr() in /var/www/myerr.php on
line 1

Or just a blank screen? If blank, check display_errors .

Also find if the errors are being logged? If not, determine how to
enable error_log .

Cheers,
-- 
Lloyd Budd | Digital Entomologist | 250-885-1744
WordPress.com | WordPress.org | Automattic.com


More information about the wp-testers mailing list