New Update for User Admin v28

After updating i am unable to add a user - i have checked all admin permissions for user admin and still receive an error the gibbons have escaped

Hi @Alyssha I’ve tested v28 and haven’t been able to reproduce any error when adding a user. If you’re seeing the Gibbons Escaped message, this is the front-end error message. Can you check your PHP error log on the server to see what the full error message text is, and share it here, as it will give more information about the cause of the error you’re seeing.

@sandra i am also unable to comment on help desk issues either? Super weird as i could previously

[21-Nov-2024 12:35:36 America/New_York] Uncaught Exception: ParseError - syntax error, unexpected ‘SELECT’ (T_STRING) in /home2/seeingl4/public_html/website_40b6fa1e/modules/User Admin/user_manage_add.php on line 365
[21-Nov-2024 12:35:51 America/New_York] Uncaught Exception: ParseError - syntax error, unexpected ‘SELECT’ (T_STRING) in /home2/seeingl4/public_html/website_40b6fa1e/modules/User Admin/user_manage_add.php on line 365
[21-Nov-2024 12:36:35 America/New_York] Uncaught Exception: ParseError - syntax error, unexpected ‘SELECT’ (T_STRING) in /home2/seeingl4/public_html/website_40b6fa1e/modules/User Admin/user_manage_add.php on line 365
[21-Nov-2024 12:37:30 America/New_York] Uncaught Exception: ParseError - syntax error, unexpected ‘SELECT’ (T_STRING) in /home2/seeingl4/public_html/website_40b6fa1e/modules/User Admin/user_manage_add.php on line 365
[21-Nov-2024 12:38:45 America/New_York] Uncaught Exception: ParseError - syntax error, unexpected ‘SELECT’ (T_STRING) in /home2/seeingl4/public_html/website_40b6fa1e/modules/User Admin/user_manage_add.php on line 365
[21-Nov-2024 12:43:11 America/New_York] Uncaught Exception: ParseError - syntax error, unexpected ‘SELECT’ (T_STRING) in /home2/seeingl4/public_html/website_40b6fa1e/modules/User Admin/user_manage_add.php on line 365
[21-Nov-2024 12:47:07 America/New_York] Uncaught Exception: ParseError - syntax error, unexpected ‘SELECT’ (T_STRING) in /home2/seeingl4/public_html/website_40b6fa1e/modules/User Admin/user_manage_add.php on line 365
[21-Nov-2024 23:33:14 America/New_York] Uncaught Exception: Error - Object of class Gibbon\Core could not be converted to string in /home2/seeingl4/public_html/website_40b6fa1e/modules/Timetable Admin/courseEnrolment_manage_byPerson_edit.php on line 66

line 365 of user manage add >
$sql = “SELECT gibbonHouseID as value, name FROM gibbonHouse ORDER BY name”;
$row = $form->addRow();
$row->addLabel(‘gibbonHouseID’, __(‘House’));
$row->addSelect(‘gibbonHouseID’)->fromQuery($pdo, $sql)->placeholder();