find db table 3 - query = SELECT FROM cms WHERE supplier_id = :uid1 AND cms_id = :uid21, vars = array (
':uid1' => 3,
':uid21' => 51,
),
exception = string(249) "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 cms WHERE supplier_id = ? AND cms_id = ?' at line 1"
PDO ERROR: find db table 3 - query = SELECT FROM cms WHERE supplier_id = :uid1 AND cms_id = :uid21, vars = array (
':uid1' => 3,
':uid21' => 51,
), exception = 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 cms WHERE supplier_id = ? AND cms_id = ?' at line 1