I am getting emailed this Database error
The URL in question is /faq.php?s=&do=search&q=register&match=all&titlesonly=0
I went to the url and just got the same response, another DB error. Have I misconfigured something?
Code:
Invalid SQL: SELECT faqname, faqparent, phrase.text AS title FROM vb3_faq AS faq INNER JOIN vb3_phrase AS phrase ON(phrase.phrasetypeid = 7000 AND phrase.varname = faq.faqname) WHERE phrase.languageid IN(-1, 0, 1) AND ( faqparent IN('vb_why_register', 'vb_calendar_how', 'vb_edit_posts', 'vb_email_member', 'vb_email_notification', 'vb_lost_password', 'vb_memberlist_how', 'vb_pm_explain', 'vb_referrals_explain', 'vb_sig_explain', 'vb_update_profile', 'vb_use_cookies') OR faqname IN('vb_why_register', 'vb_calendar_how', 'vb_edit_posts', 'vb_email_member', 'vb_email_notification', 'vb_lost_password', 'vb_memberlist_how', 'vb_pm_explain', 'vb_referrals_explain', 'vb_sig_explain', 'vb_update_profile', 'vb_use_cookies') ) mysql error: Illegal mix of collations (latin1_bin,IMPLICIT) and (latin1_swedish_ci,IMPLICIT) for operation '='
I went to the url and just got the same response, another DB error. Have I misconfigured something?
Comment