MyBB Community Forums

Full Version: After click on Moderator Log - HTTP ERROR 500 (Fresh install)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, i have problem after fresh install MyBB version 1.8.15.
No plugins installed, just new and fresh install.

Tools & Maintenance Moderator Log (i click on this) = HTTP ERROR 500

Can you help me ? Thanks

[Image: JYawcdz.png]

So i fix it now, i find this https://community.mybb.com/thread-216633...pid1300434

So i ask, why you not fix it ?

admin/modules/tools/modlog.php

$plugins->run_hooks("admin_tools_modlog_modlogs_result")


change it to


$plugins->run_hooks("admin_tools_modlog_modlogs_result");

now works !   Big Grin
Hi,

This issue is already fixed in the repository, and will be patched in the next release (1.8.16). You can see the commit to the repository with the fix here: https://github.com/mybb/mybb/commit/7daa...017146efab
Just for future reference, anytime there is an HTTP 500 error it can be a variety of things with MyBB, your first course of action should be to disable all plugins and see if that fixes the issue, if it does, then make sure they're all up to date.