MyBB Community Forums

Full Version: Moderator log blank after update to 1.8.15
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello!

I updated successfully my forum from 1.8.14 to 1.8.15 yesterday.

However,i am having a problem while visiting the Moderator log page in system health in the ACP.

When i click here:

[attachment=40067]

I get a blank page.

Everything else seems to be working fine.

Any ideas on how to solve this problem?

Regards!
~/admin/modules/tools/modlog.php --> Line 284
$plugins->run_hooks("admin_tools_modlog_modlogs_result")
check if a semicolon is missing at the end of line - if so add it & check if it helps

[GitHub reference]
Probem solved.

Thankyou.

Rep+ given.

But there is the following small problem:

[attachment=40069]

Should be leave it as it is?

Thanks
^ please ignore that report at present ..
Ok,thankyou
Just in case anyone wants to see what that line in the code is supposed to look like...

$plugins->run_hooks("admin_tools_modlog_modlogs_result") ;  ← add that semi-colon to the end of the line.

Yes, that's all it was... the semi-colon ( ; ) was missing at the end of the line.
Thanks .m.
was having same issue. Thanks .m. and Serpius for the help.