MyBB Community Forums

Full Version: ACP error in absence settings (/admin/modules/user/users.php)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Editing the absence settings in the ACP
If the returndate is selected in the past, there will be an error 500 with the following:

Fatal error: Uncaught Error: [] operator not supported for strings in .../admin/modules/user/users.php:824 Stack trace: #0 .../admin/index.php(834): require() #1 {main} thrown in .../admin/modules/user/users.php on line 824

For quick fix add the following to line 816 of /admin/modules/user/users.php
$errors = array();
What about errors like this?

Quote:31 minutes ago  admin/modules/config/bam.php  1050 Warning Undefined variable $count_deactivated
31 minutes ago  admin/modules/config/bam.php  1119 Warning Undefined array key "action"
31 minutes ago  admin/modules/config/bam.php  1107 Warning Undefined array key "action"
31 minutes ago  admin/modules/config/bam.php  1096 Warning Undefined array key "action"
31 minutes ago  admin/modules/config/bam.php  1119 Warning Undefined array key "action"
31 minutes ago  admin/modules/config/bam.php  1107 Warning Undefined array key "action"

 
First of all this is not related to the initial bug report. Futhermore admin/modules/config/bam.php is not part of MyBB but belongs to a plugin.