This post is for comments, suggestions etc. If you need support for the plugin
- not for fixing all the errors it finds
- please visit the
href='http://www.mittineague.com/forums/viewtopic.php?t=100'>Mittineague Forums (registration required to post)
I'm particularly looking for common option configurations to add to the Option Settings Logic section (see the href='http://www.mittineague.com/dev/er.php'>Error Reporting Plugin page) as a "top 4 settings" row of examples. Also, if you find any bugs :shudder: please let me know.
Suggestions for improvement are welcome here too, although I can't guarantee they'll get implemented, feel free to make them.
Thanks, Mittineague







4 Comments
Further testing with various option settings revealed a bug in the conditional generating code block, another error type, and sporadic server folder permission resets.
Hence, version Beta 0.9.1 29-Mar-2007
* fixed buggy conditional generating code block
* added info re E_RECOVERABLE_ERROR
* added chmod to fix annoying sporadic permission resets
version Beta 0.9.2 30-Mar-2007
Security improvements
* make wp-log folders / files not world readable
* added nonces to form actions
* minor GUI changes
* added error_log to Log block fopen-fwrite fails
Testing the error_log function revealed that it needs the same permissions as file writing does. So using it as a fail-safe iis useless.
version Beta 0.9.3 09-Apr-2007
* removed error_log from Log block fopen-fwrite fails
* added natsort to log file display
* rearranged page sections
* minor mark-up and info edits
version Beta 0.9.4 10-Apr-2007
* made date_default_timezone_get/set OK for PHP < ver. 5