2024-06-10, 12:41 PM
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
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();