|
Could not query warnings table
DEBUG MODE
SQL Error : 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'AND w.archive = '0'
AND w.userid = u.user_id
AND w.modid = u2.user_id
OR' at line 4
SELECT w.*, u.username, u2.username as modname, u2.user_level as mod_level, u2.user_jr as mod_jr
FROM (phpbb_users_warnings w, phpbb_users u, phpbb_users u2)
WHERE w.userid =
AND w.archive = '0'
AND w.userid = u.user_id
AND w.modid = u2.user_id
ORDER BY w.date DESC
Line : 382 File : warnings.php
Je¶li nie potrafisz znale¼æ rozwi±zania tego problemu, mo¿esz spróbowaæ poszukaæ, lub zadaæ pytanie na forum: http://www.przemo.org/phpBB2/ |
|
|