matrix2223 Posted March 16, 2006 Posted March 16, 2006 Ok I just installed the Faqs system 2.1a installed all files and what not. In the admin section when Faqs is clicked an sql error pops up stating 1146 - Table 'd12321321.TABLE_FAQ' doesn't exist SELECT faq_id, question FROM TABLE_FAQ WHERE visible='1' AND language = 'english' ORDER BY v_order asc [TEP STOP] Did I miss something or is the whole Faq table not working what its supposed to. Thanks for any help in advance Quote
Guest Posted March 16, 2006 Posted March 16, 2006 Ok I just installed the Faqs system 2.1a installed all files and what not. In the admin section when Faqs is clicked an sql error pops up stating 1146 - Table 'd12321321.TABLE_FAQ' doesn't exist SELECT faq_id, question FROM TABLE_FAQ WHERE visible='1' AND language = 'english' ORDER BY v_order asc [TEP STOP] Did I miss something or is the whole Faq table not working what its supposed to. Thanks for any help in advance I have just installed this cotrib (yesterday) and it works like a treat. Did you run the sql file (if you don't know how to, ask). Quote
kgt Posted March 16, 2006 Posted March 16, 2006 1146 - Table 'd12321321.TABLE_FAQ' doesn't exist SELECT faq_id, question FROM TABLE_FAQ WHERE visible='1' AND language = 'english' ORDER BY v_order asc Looks like you missed the step where you add TABLE_FAQ to the includes/database_tables.php file. Quote Contributions Discount Coupon Codes Donations
matrix2223 Posted March 16, 2006 Author Posted March 16, 2006 Looks like you missed the step where you add TABLE_FAQ to the includes/database_tables.php file. Yes I triple checked all the sql files the database and I installed the sql file via my php admin. I also check the database.php files in both admin and catalog along with the filename.php I contacted my web host and the told me that they are having problems with their msql server so this may be the bandit at hand. They told me that they should have it fixed within 24-48 hours I havent checked it yet so Ill post back in a bit for an update on this issue. Thanks for the help :D Quote
matrix2223 Posted March 17, 2006 Author Posted March 17, 2006 Ok I really feel like an idiot now. I decided what the heck Ill check one more time. Sure enough I had the define filename for the database and filenames.php backwards. Now it works like a charm. 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.