Quote:
Originally Posted by joeMJ
Hello,
Code:
Datenbankfehler in vBulletin 3.0.7:
Ungueltige SQL-Abfrage:
SELECT email, field1 AS signature, usertitle, customtitle
FROM user AS user
LEFT JOIN userfield AS userfield
ON user.userid = userfield.userid
WHERE user.userid = 1
mysql error: Unknown column 'field1' in 'field list'
mysql error number: 1054
Datum: 28.02.2005 13:07:43
Skript: http://www.mobilejoe.de/joeforums/gateway.php
Referer:
Benutzername: joe
IP-Adresse: 217.84.8.114
joe
|
Basically it says 'field1' field is not presented in your 'userfield' table. I can't explain why you don't. You can check whether you have 'userfield' table, and is there 'field1' in this table. 'field1' stores the signature of the users. Failing that, you can alway turn off the signature in the settings, or in the post interface.