Database errors and database open too many connections
Should I be concerned about this error?
Database error in Jax, one place @ a time.
Query:
SELECT COUNT(*) FROM `sys_profiles` AS `p` INNER JOIN `sys_accounts` AS `a` ON (`a`.`id` = `p`.`account_id`) {join_connections} WHERE 1
Mysql error:
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '{join_connections} WHERE 1' at line 1
collation_connection:
utf8mb4_unicode_ci
Debug backtrace:
-
-
·
LeonidS
- ·
Hello @Michael Newton !
Yes, it will be available in 13B2, see details here https://github.com/unaio/una/issues/3836
-
·
LeonidS
-
In the meantime how do we stop the email debug notifications?
-
For now, you may find the following line in the inc/header.inc.php
define('BX_DB_DO_EMAIL_ERROR_REPORT', true); ///< upon db error - send email with detailed report
and change the true to false
-
Thank you!