Page 1 of 1

Error No: 1146.....

Posted: Mon Jun 30, 2014 11:34 pm
by jayshah
Notice: Error: Table '*******_urage.oc_product_tab' doesn't exist
Error No: 1146
SELECT t.tab_id, td.name, pt.text, t.position, t.show_empty FROM oc_product_tab pt LEFT JOIN oc_tab t ON (pt.tab_id = t.tab_id) LEFT JOIN oc_tab_description td ON (t.tab_id = td.tab_id) WHERE pt.product_id = '42' AND td.language_id = '1' AND pt.language_id = '1' AND t.status = '1' AND ( t.show_empty = '1' OR NOT pt.text REGEXP '^[[:space:]]*$' ) ORDER BY t.position, t.sort_order, td.name in /home/********/public_html/system/database/mysql.php on line 50

how solve the problems plz help me .........

Any help would be great as I really need this to work.

Regards
jay.

Re: Error No: 1146.....

Posted: Wed Jul 02, 2014 3:48 pm
by melbagnato
Hi jay,

basically the error is telling you that it doesn't think the oc_product_tab table exists. You will need to log into your database and check that this table exists. If it is there, and you can query it via phpMyAdmin, then you may need to run a Flush command.

What version of OpenCart are you using ? Have you installed an extension that is not for your version of OpenCart ?

- Mel