View Single Post
Old May 31st, 2011, 04:41 PM   #1 (permalink)
BWJ
Member
Verified Customer
 
Join Date: Jul 2005
Posts: 42
unrecoverable error - when viewing ads

I bought this script about a month ago. I had some smaller problems during installation (sorry, can't remember exactly which) but finally solved it and got it installed.

My problem is that when clicking on an ad it gives me following error:

Quote:
We're sorry, but the system experienced an unrecoverable error. Please try again later.

Script:

Query: SELECT u.username,u.homepage,u.usertitle,u.posts,u.joindate,uf.field2,s.host,t.signature,sigpic.filename,u.sigpicrevision,avatar.avatarpath, NOT ISNULL(customavatar.filedata) AS hascustomavatar,u.avatarrevision FROM forumuser u LEFT JOIN forumuserfield uf ON uf.userid=u.userid LEFT JOIN forumsession s ON s.userid=u.userid LEFT JOIN forumusertextfield t ON t.userid=u.userid LEFT JOIN forumsigpic AS sigpic ON sigpic.userid=u.userid LEFT JOIN forumsigparsed AS sigparsed ON sigparsed.userid=u.userid LEFT JOIN forumavatar AS avatar ON (avatar.avatarid = u.avatarid) LEFT JOIN forumcustomavatar AS customavatar ON (customavatar.userid = u.userid) WHERE u.userid=2 LIMIT 1

Result: Unknown column 'uf.field2' in 'field list'

Database handle: Resource id #41
I have tried searching the forum for people with similar problem - but I have not really found something workable. I have changed the vb3 file according to this suggestion from this post

I am using:
Mysql: 5.1.56
PHP: 5.2.17
Vbulletin version: 4.1.3

Any suggestion for solution?

PS: I just wonder. Why is the integration file called vb3 and not vb4?
BWJ is offline   Reply With Quote