Hey guys I have 1 error can someone take a look

baychaser

New Member
Ok when I click on my username or someone alses it takes me to the error page not to user profile.. and this is the error that I got
It was working fine Day before
Any idea

PHP:
Database error in vBulletin 3.8.1:

Invalid SQL:

			SELECT album.*,
				picture.pictureid, picture.extension, picture.idhash, album.moderation,
				picture.thumbnail_dateline, picture.thumbnail_width, picture.thumbnail_height
				
			FROM album AS album
			LEFT JOIN picture AS picture ON (album.coverpictureid = picture.pictureid AND picture.thumbnail_filesize > 0)
			
			WHERE album.userid = 1
				AND album.state IN ('public', 'private', 'profile')
				
				
			ORDER BY album.lastpicturedate DESC
			LIMIT 2;

MySQL Error   : Table '[email protected]' doesn't exist
Error Number  : 1146
Request Date  : Saturday, February 21st 2009 @ 02:26:45 AM
Error Date    : Saturday, February 21st 2009 @ 02:26:46 AM
IP Address    : ******
Username      : BayChaser
Classname     : vB_Database
MySQL Version : 5.0.32-Debian_7etch6-log
 
I do think that could be it but not sure.. I will deactivate them all and check if that is the problem I will post back the resoults..


Thank you for your answer
 
Ok I did disable all the plugins and still have the error.. Hmm that is strange

The actual error is here when I click Pictures & Albums

jjj.png
 
Ok I cant let this go just in case if someone else gets this problem so he/she will know how to fix it..

Well to fix this issue all you have to do is reup the includes folder and overwrite the existing 1 and it will take care of the problem..
Not sure how that fixed the broblem but it did lol

This tread can be closed now thank you
 
Back
Top