I am getting the following error, when i try to view the FAQ on the category page:
1109 Unknown table 'c' in order clause
in:
[select f.*, fd.*, fcd.faq_categories_name from faqs f, faqs_description fd, faq_categories_description fcd, faq_categories fc where f.faqs_status = '1' and f.faqs_id = fd.faqs_id and fd.language_id = '1' and f.master_faq_categories_id = fcd.faq_categories_id and f.master_faq_categories_id = fc.faq_categories_id and fc.faq_categories_status='1' order by c.sort_order, cd.categories_name limit 0, 10]
The ORDER is using:
I do not see "c" or "cd" referenced ... aren't those "f" and "fcd"?Code:order by c.sort_order, cd.categories_name
Check your table structures to be sure which ones they should be ...
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
I just installed the patch to the existing database.
I too didn't have the button for "ask a question". If you right click the alt text and look at properties you will find that the image path is to a file called: includes/templates/template_default/buttons/english/button_ask_a_question.gif
However the file there is misspelled: button_ask_a_quetion.gif (missing the "s")
Fix: Rename the file button_ask_a_question.gif
Hope that helps!
Last edited by jasmel; 8 Oct 2009 at 10:07 PM.
~ jasmel : My Store Using Contributions: Wallet Theme | Simple Google | Quantity Discounts | Godaddy | FAQ's | Confirm Email Address Entry | Admin login as customer | Newsletter Subscribe | CampaingMonitor
Now, if I can just find out where the "SILVER_SEPARATOR" file is... my web stats page always shows a 404 Error for some image named SILVER_SEPARATOR and I think it has to do with this module.
Anybody else see this 404 error?
~ jasmel : My Store Using Contributions: Wallet Theme | Simple Google | Quantity Discounts | Godaddy | FAQ's | Confirm Email Address Entry | Admin login as customer | Newsletter Subscribe | CampaingMonitor
found the answer: http://www.zen-cart.com/forum/showpo...28&postcount=8
~ jasmel : My Store Using Contributions: Wallet Theme | Simple Google | Quantity Discounts | Godaddy | FAQ's | Confirm Email Address Entry | Admin login as customer | Newsletter Subscribe | CampaingMonitor
I installed this mod, however after creating a test category and faq...I get the message 'question not found' when trying to view the faq on the site.
I wish I knew more about modifying pages because I think what I want is an easy fix.
For some reason, (and there might be a good one) in the Admin for the FAQ sidebox module you cannot choose "Category" as the default sort order for the FAQ page. It skips right over it!
Unfortunately, I think that is the one that looks the best, but I cannot figure out how to make it selectable by modifying the code.
Does anyone know how to change the php in the Admin side of the FAQ module so that I can make "Category" the default sort order for all pages?
Thanks,
bill
Bookmarks