jhdesign Posted May 27, 2004 Posted May 27, 2004 Admin works fine. On website side when I go into category to view links I get this error: 1146 - Table 'spycamg_osc1.TABLE_LINKS_TO_LINK_CATEGORIES' doesn't exist select count(l.links_id) as total from links_description ld, links l, TABLE_LINKS_TO_LINK_CATEGORIES l2lc where l.links_status = '2' and l.links_id = l2lc.links_id and ld.links_id = l2lc.links_id and ld.language_id = '1' and l2lc.link_categories_id = '1' That table exists in my DB. No idea why it does that. Any help is greatly appreciated. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.