[wp-hackers] Plugin triggers fatal error but wp won't tell me what the error was

Kim Parsell kparsell-wp at kpdesign.net
Mon Feb 28 12:34:51 UTC 2011


Did you set WP_DEBUG to true in your wp-config.php file?

    define('WP_DEBUG', true);

------------------------------------------------------------------------

Ryan Bilesky wrote:
> I was able to get the errors by accessing my files directly, not sure why wp
> didn;t show any of the errors.
>
> On Sun, Feb 27, 2011 at 10:47 PM, Ryan Bilesky <rbilesky at gmail.com> wrote:
>   
>> Ok so I finally finished by plugin, i installed it on a test site to test
>> it out.  I'm bad with missing simple syntax things like adding a ; at the
>> end of everyline, considering the size of the plugin I am almost sure its
>> missing at least 1 ; somewhere, but since wp is not telling me what the
>> error was I don't get any help tracking down what the problem is.  Im not
>> sure why its not returning the error any suggestions?


More information about the wp-hackers mailing list