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
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