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:

  • 208
  • More
Replies (4)
    Login or Join to comment.