View Single Post
  #3  
Old 24th December 2008, 18:27
Joshua Joshua is offline
Senior Member
 
Join Date: Oct 2008
Posts: 23
Default
I checked up everything you said but i didn't find anything

Is there any other solutions

Bump: I checked my error log for this

Log is:
Code:
PHP Warning:  mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /var/www/include/plugins/latestthreads.php on line 58
Line 58 in latestthreads.php is:
Code:
while($thread = mysql_fetch_assoc($_res_lt_query))
Where is the error?
Reply With Quote