MyBB Community Forums
[For 1.8] Error Viewer - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Extensions (https://community.mybb.com/forum-201.html)
+--- Forum: Plugins (https://community.mybb.com/forum-73.html)
+---- Forum: Plugin Releases (https://community.mybb.com/forum-102.html)
+---- Thread: [For 1.8] Error Viewer (/thread-215712.html)

Pages: 1 2


Error Viewer - dragonexpert - 2018-02-01

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?action=view&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.


RE: Error Viewer - mrdangem - 2018-02-06

Thank you so much for this sir! It's effective to maintain security and easily determine the problems. *thumbs-up*


RE: Error Viewer - dragonexpert - 2018-02-06

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.


RE: Error Viewer - SvePu - 2022-02-06

Very helpful plugin....I added a PR on GitHub to fix the back trace issues => https://github.com/dragonexpert/error_viewer/pull/2


RE: Error Viewer - Pecetowicz - 2022-02-06

Very helpful plugin, Thanks.


RE: Error Viewer - dragonexpert - 2022-02-06

(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.


RE: Error Viewer - SvePu - 2023-01-18

@dragonexpert

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


RE: Error Viewer - SvePu - 2023-02-03

@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
   


RE: Error Viewer - dragonexpert - 2023-02-03

I will review your PR later today and if no problems, merge and update the package here. Thanks.


RE: Error Viewer - SvePu - 2023-02-03

Ok, super ... thx!