Ich erhalte folgenden PHP-Fehler:
[27-Mar-2024 18:04:04 Europe/Berlin] PHP Fatal error: Uncaught Error: Call to a member function fetchColumn() on bool in /admidio/adm_program/modules/contacts/contacts_data.php:228
Stack trace:
#0 {main}
thrown in admidio/adm_program/modules/contacts/contacts_data.php on line 228
Debug log spuckt das aus. Ich verwende MariaDB 10.5.23 (vom Provider).
Code: Alles auswählen
Admidio.CRITICAL: PDOException: SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'FROM adm_members mem INNER JOIN adm_roles ...' at line 6 {"file":"mydir/admidio/adm_program/system/classes/Database.php","line":796,"class":"Database","callType":"->","function":"queryPrepared"}
[2024-03-27 18:10:25.401451] Admidio.CRITICAL: 42000: 1064 | You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'FROM adm_members mem INNER JOIN adm_roles ...' at line 6 {"file":"mydir/admidio/adm_program/system/classes/Database.php","line":948,"class":"Database","callType":"->","function":"showError"}