heres the error.....
Database error in vBulletin: Invalid SQL: SELECT daysprune,lastvisit,lastactivity,cookieuser,userna me,password,usergroupid,timezo neoffset,iconpath FROM user WHERE userid=1
mysql error: Unknown column 'iconpath' in 'field list'
mysql error number: 1054
Date: Wednesday 14th of February 2001 02:57:57 PM
Script: /php/forums/index.php
i discovered in showthread.php the pattern to the new , select statement though i dont understand it, i added a
,user.iconpath as iconpath
on the end instead of a simple ,iconpath as is stated in the readme.
now unfortunately the same error continues in the index.php file.
i fixed that by inserting a new row in the database (iconpath, varchar 200) but its a bit of a quick fix i suspect
|