In doing some testing this morning now that this site is working properly....
I received this error:
--> PHP Fatal error: MySQL error 1146: Table 'new2121.zen_products_xsell' doesn't exist :: SELECT p.products_id, p.products_image, pd.products_name
FROM zen_products_xsell xp
INNER JOIN zen_products p
ON p.products_id = xp.xsell_id
INNER JOIN zen_products_description pd
ON pd.products_id = p.products_id
AND pd.language_id = 1
WHERE xp.products_id = 100
AND p.products_status = 1 ORDER BY xp.sort_order ASC ==> (as called by) C:\wamp64\www\new2121\includes\modules\xsell2_products.php on line 49 <== in C:\wamp64\www\new2121\includes\classes\db\mysql\query_factory.php on line 733.
I remember in a previous version several years ago that you had to manually add in this table. Is this user error once again??


Reply With Quote

