Thread: help desk
View Single Post
  #1  
Old 5th February 2010, 01:45
wMan wMan is offline
Banned
 
Join Date: Feb 2008
P2P
Posts: 1,433
Default help desk
inferno/problems.php?viewName=Pending

Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /var/www/inferno/problems.php on line 229

Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /var/www/inferno/problems.php on line 347

lines from 229
PHP Code:
while ($cats_row mysql_fetch_array($cats_res)) { 
    
$cats_rows[$cats_row['id']] = $cats_row

lines from 347
PHP Code:
while ($reps_row mysql_fetch_array($reps_res)) { 
    
$reps_rows[$reps_row['id']] = $reps_row

Reply With Quote