Quote:
Originally Posted by YLP1
I got it thanks..tried to reply but mail bounced.
It didn't work ...here is the error I received:
Code:
Database error in vBulletin 3.0.7:
Invalid SQL:
SELECT gamesessions.*, user.username FROM vb3_gamesessions AS gamesessions
LEFT JOIN vb3_user AS user ON gamesessions.userid = user.userid
WHERE vb3_gamesessions.valid = 1 AND gamesessions.sessiontype IN (1,2) ORDER BY gamesessions.finish DESC LIMIT 0,1
mysql error: Unknown table 'vb3_gamesessions' in where clause
mysql error number: 1109
Date: Tuesday 03rd of May 2005 09:52:52 AM
Script: http://www.yourlincolnpark.com/lpsforum/arcade.php
Referer: http://www.yourlincolnpark.com/lpsforum/lpsforum.php
|
But you did not get the PHP error this time. That is what I looked at first and foremost. This one I do not know what to do with but it has nothing to do with my original fix. Have you verified that the table 'vb3_gamesessions' exists? (Sorry if I asked already) Also, did you find out the circumstances behind it?