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.
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
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
http://online.enterpriseconsulting.com.au
Site with OpenCart extensions & code downloads, many new extensions coming soon!
Follow us on twitter for more updates
Who is online
Users browsing this forum: No registered users and 69 guests