Database_core.php error
Posted: Sat Apr 22, 2023 6:45 am
Phoenix 1.0.8.19 PHP 7.4
Getting a few of these in shop side error log.
[21-Apr-2023 20:39:20 Europe/London] PHP Warning: DB: [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 '1' LIMIT 1' at line 7 from <SELECT pd.products_name, m.manufacturers_name, cd.categories_name, p.products_model, p2c.categories_id
FROM products_description pd
INNER JOIN products_to_categories p2c ON p2c.products_id = pd.products_id
INNER JOIN products p ON pd.products_id = p.products_id
LEFT JOIN manufacturers m ON m.manufacturers_id = p.manufacturers_id
INNER JOIN categories_description cd ON p2c.categories_id = cd.categories_id AND cd.language_id='1'
in /home/****/public_html/includes/system/versioned/1.0.8.1/database_core.php on line 44
[21-Apr-2023 20:39:20 Europe/London] PHP Warning: WHERE pd.products_id='896'' AND pd.language_id='1' LIMIT 1> in /home/****/public_html/includes/system/versioned/1.0.8.1/database_core.php on line 44
I only have one language in the store.
Getting a few of these in shop side error log.
[21-Apr-2023 20:39:20 Europe/London] PHP Warning: DB: [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 '1' LIMIT 1' at line 7 from <SELECT pd.products_name, m.manufacturers_name, cd.categories_name, p.products_model, p2c.categories_id
FROM products_description pd
INNER JOIN products_to_categories p2c ON p2c.products_id = pd.products_id
INNER JOIN products p ON pd.products_id = p.products_id
LEFT JOIN manufacturers m ON m.manufacturers_id = p.manufacturers_id
INNER JOIN categories_description cd ON p2c.categories_id = cd.categories_id AND cd.language_id='1'
in /home/****/public_html/includes/system/versioned/1.0.8.1/database_core.php on line 44
[21-Apr-2023 20:39:20 Europe/London] PHP Warning: WHERE pd.products_id='896'' AND pd.language_id='1' LIMIT 1> in /home/****/public_html/includes/system/versioned/1.0.8.1/database_core.php on line 44
I only have one language in the store.