Frequently Asked Questions
Error
MESSAGE: DB Error: syntax error
TYPE: PEAR
DEBUG INFO: select a.faq_id, a.date_created, a.last_updated, a.question,
a.answer, a.item_order, a.faqtype_id
from faq a,
faqtype b
where
a.faqtype_id = b.faqtype_id
and a.lang_id = 'en-iso-8859-15' and b.typecategory = 'sec' and b.faqtype_id = 1 and b.parent_id = order by a.item_order [nativecode=1064 ** You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'order by a.item_order' at line 7]
CODE: -2