I've reported on
another thread a problem with function mysql_num_rows() that popped up since my host upgraded their PHP to 4.3.6
Now, I'm getting reports from users that are getting the same error in several other places where this function is used, like listing all photos in any category.
These are the errors when I try to list all photos on my site:
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /path/to/photopost/showgallery.php on line 409
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /path/to/photopost/showgallery.php on line 416
note paths edited for the sake of reading
I need a fix for these
urgent!
Thanks!
Ricardo