PDA

View Full Version : Error Error - VBulletin option not working?


Sune24
08-13-2007, 01:21 PM
I tried using the ACP option to show custom profile fields.

Whenever I do, I get this error when trying to open a thread:
Anyone got a clue why it doesn't work?
I do exactly as it says... I list the fields with only a comma to seperate them.

Database error in vBulletin 3.6.8:

Invalid SQL:
select title from profilefield where profilefieldid=2;

MySQL Error : Unknown column 'title' in 'field list'
Error Number : 1054
Date : Monday, August 13th 2007 @ 10:18:20 AM
Script : http://www.defianceuo.com/forums/showthread.php?t=93950
Referrer : http://www.defianceuo.com/forums/forumdisplay.php?f=164
IP Address : 83.93.112.250
Username : **********
Classname : vb_database

Opserty
08-13-2007, 01:47 PM
What are you trying to do?

You can fetch fields automatically using the fetch_userinfo() function. Which will return you custom fields as part of the array.

Sune24
08-13-2007, 01:52 PM
What are you trying to do?

You can fetch fields automatically using the fetch_userinfo() function. Which will return you custom fields as part of the array.


Hmm, I'm a newb I don't know what you mean :/

But I added 3 new fields in the ACP User Profile Field manager.
However they don't show up in the postbit, so I went to the ACP Show Profile Fields option and added their field IDs.

field5,field6,field7

Saved it succesfully and then when I open a thread on the forum I get the above shown error :/

Anyone has a clue? :/