• Resolved n8dnx

    (@n8dnx)


    We do WordPress plugin development. Whenever I have NextGEN Gallery activated it turns off PHP error reporting. In particular it turns off critical errors like syntax errors. If I deactivate NextGEN I get my error messages back for the plugins I’m developing. Since most of our Websites use NextGEN, it would be nice if I could do development with NextGEN activated.

    Has this been reported? (I did a search and couldn’t find any reference to this.)

    Chuck

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Imagely

    (@imagely)

    @n8dnx – Although we do silence some errors within NextGEN Gallery we do not specifically “turn off error reporting” …

    – Cais.

    Thread Starter n8dnx

    (@n8dnx)

    Yes, a technical point that you are not turning off error reporting entirely. ??

    The problem is that what you are turning off is interfering with us being able to see syntax and some other errors in our code. We should be able to turn on certain levels of error reporting in PHP and expect that it will be set that way when our code is executed.

    To accommodate other developers, you need to make sure that wherever you change the error reporting that you restore it to how it was before any return or exit from your code. It looks to me like there have been attempts in NextGen to do that, but there seems to be places where error reporting is still not properly restored.

    Is this something you can add to your bug list and resolve at some point?

    Thanks,
    Chuck

    Plugin Contributor Imagely

    (@imagely)

    @n8dnx – If you have specific points you would like us to address as “bugs” regarding this please send us a Bug Report (https://imagely.com/report-bug/ … please reference this topic) so we can get a better look under the page at your site and reference the specific points you are seeing issues with.

    Please include as many details as you can about your site and the issue at hand so we can move on this as fast as possible.

    Thanks!

    – Cais.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘NextGen Turns Off Error Reporting’ is closed to new replies.