| 
				
					|  |  
					| Could not Query warnings table 
 DEBUG MODE
 
 SQL Error : 1030 Got error 28 from table handler
 
 SELECT w.*, u.username, u.user_gender, u.user_regdate, u.user_posts, u.user_from, u.user_email, u.user_website, u.user_jr, u.user_level, u.user_lastvisit, COUNT(w.id) as total, SUM(w.value) as value
		FROM (phpbb_users_warnings w, phpbb_users u)
		WHERE w.userid = u.user_id
			AND archive = '0'
		GROUP by w.userid
		ORDER BY u.username ASC LIMIT 0, 25
 
 Line : 301
 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/
 |  
					|  |  |