
11-27-2005, 12:06 PM
|
 |
|
|
Join Date: Mar 2002
Location: Norwich, UK
Posts: 1,543
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Impreza04
Tried the replacment line and get the same error
PHP Code:
Database error in vBulletin 3.5.1:
Invalid SQL:
SELECT arcade_challenges.*, touser.username AS tousername, fromuser.username AS fromusername, arcade_games.title FROM vB_arcade_challenges
LEFT JOIN vB_user AS touser ON (touser.userid=arcade_challenges.touserid)
LEFT JOIN vB_user AS fromuser ON (fromuser.userid=arcade_challenges.fromuserid)
LEFT JOIN vB_arcade_games AS arcade_games ON (arcade_games.gameid=arcade_challenges.gameid)
WHERE (status=0 AND touserid=1) OR (status=1 AND touserid=1 AND tosessionid=0) OR (status=1 AND fromuserid=1 AND fromsessionid=0);
MySQL Error : Unknown table 'arcade_challenges'
Error Number : 1051
Date : Sunday, November 27th 2005 @ 02:04:13 PM
Script : http://www.playstation-racing.co.uk/forum/arcade.php?
Referrer : http://www.playstation-racing.co.uk/forum/index.php
|
Ok, one sec....
|