Message Text |
I am moving one of my directories to another server, and I somehow messed up the _email table. This is the error I get from debug mode:
Performing query: SELECT id,`to`,subject,message,headers,replacement,mime FROM elite_email WHERE timesent=0 ORDER BY id ASC LIMIT 0,10;
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/elitefan/public_html/classes/database.php on line 108
The table was accidentally dropped, and I created it manually. But apparently I missed something. The error doesn't appear everytime. When I reload the page it sometimes disappears.
|