I get strange warnings during runtime. The site perfectly runs on my own machine (localhost), no problems with the script at all. But this afternoon I uploaded the site to the server. And all of a sudden I get these strange warnings:
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/virtual/site142/fst/var/www/html/calendar/escal.php on line 230
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/virtual/site142/fst/var/www/html/calendar/escal.php on line 238
You can see it for yourself at www.superfour.nl. If any of you have any clue what this can be, please let me know. Thanks very much in advance.
I think this error slipped in when I made a mysql-dump, it probably is not case-sensitive ('escevents' instead of 'escEvents'). Thanks for the effort...!