On 4/6/07, Garrett Fitzgerald <[EMAIL PROTECTED]> wrote:
On 4/6/07, Lloyd Budd <[EMAIL PROTECTED]> 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
_______________________________________________
wp-testers mailing list
[email protected]
http://lists.automattic.com/mailman/listinfo/wp-testers

Reply via email to