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.