The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Serious Profile Problem
umm wen ever someone tries to click on anyone elses name and trys to view there profile this is what im getting:
Database error in vBulletin 3.6.5: Invalid SQL: SELECT pf.profilefieldid, pf.profilefieldcategoryid, pf.required, pf.type, pf.data, pf.def, pf.height FROM vbprofilefield AS pf LEFT JOIN vbprofilefieldcategory AS pfc ON(pfc.profilefieldcategoryid = pf.profilefieldcategoryid) WHERE pf.form = 0 ORDER BY pfc.displayorder, pf.displayorder; ---im not showing the other info its private---- |
#2
|
||||
|
||||
Quote:
|
#3
|
||||
|
||||
This should fix your issue:
Code:
CREATE TABLE `profilefieldcategory` ( `profilefieldcategoryid` smallint(5) unsigned NOT NULL auto_increment, `displayorder` smallint(5) unsigned NOT NULL, PRIMARY KEY (`profilefieldcategoryid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 Code:
ALTER TABLE `profilefield` ADD`profilefieldcategoryid` smallint(5) unsigned NOT NULL |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|