
08-11-2007, 06:25 PM
|
 |
|
|
Join Date: Apr 2007
Location: California
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Everything works fine on my board with 3.6.7 except if I click a username to view their profile I get this error message.
Quote:
Database error in vBulletin 3.6.7:
Invalid SQL:
SELECT pf.profilefieldid, pf.profilefieldcategoryid, pf.required, pf.type, pf.data, pf.def, pf.height
FROM profilefield AS pf
LEFT JOIN profilefieldcategory AS pfc ON(pfc.profilefieldcategoryid = pf.profilefieldcategoryid)
WHERE pf.profilefieldid NOT IN (50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65 AND pf.form = 0
ORDER BY pfc.displayorder, pf.displayorder;
MySQL Error : 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 pfc.displayorder, pf.displayorder' at line 5
Error Number : 1064
Date : Saturday, August 11th 2007 @ 03:24:25 PM
Script : http://www.devilbrad.com/member.php?find=lastposter&f=5
Referrer : http://www.devilbrad.com/index.php
IP Address : 68.127.148.159
Username : Devilbrad
Classname : vb_database
|
What have I done wrong???
|