MyBB Community Forums

Full Version: Error Viewer
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Name: Error Viewer
Description: Allows you to view the errors caused by PHP and SQL that have been logged by MyBB.
Uses Language Variables: Yes
Languages Available: English

Uses Admin Permissions: Yes.  Only super admins by default.
Settings: None
Templates: None

Link: https://community.mybb.com/mods.php?acti...w&pid=1082
Github: https://github.com/dragonexpert/error_viewer

Note that SQL errors it won't log the file and line because that is how the the MyBB error handler is set up.
Thank you so much for this sir! It's effective to maintain security and easily determine the problems. *thumbs-up*
In the next release I am considering adding a feature to grab the PHP error log so fatal errors that aren't captured by MyBB can be seen. Not sure if there is a good way to grab the slow query log.
Very helpful plugin....I added a PR on GitHub to fix the back trace issues => https://github.com/dragonexpert/error_viewer/pull/2
Very helpful plugin, Thanks.
(2022-02-06, 10:26 AM)SvePu Wrote: [ -> ]Very helpful plugin....I added a PR on GitHub to fix the back trace issues => https://github.com/dragonexpert/error_viewer/pull/2

Thanks for the PR. I have uploaded the new build to the extend section.
@dragonexpert

Added another pr to fix PHP 8 issues => https://github.com/dragonexpert/error_viewer/pull/3 (tested on PHP8.2)
@dragonexpert
Added another pr to fix PHP 8 issues => https://github.com/dragonexpert/error_viewer/pull/4 (tested on PHP8.2)

+ new option to clear error logs from ACP
[attachment=45767]
I will review your PR later today and if no problems, merge and update the package here. Thanks.
Ok, super ... thx!
Pages: 1 2