I know this has been talked about to death but I am stumped.
I am trying to get the featured photos to work on my
VB 3.5.2 install - I had it working before I upgraded to the latest Photopost.
Now when I enable the featured block on my forums index.php page:
#include('../photos/inc_features.php');
#include('../photos/inc_photopost.php');
I get:
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /usr/local/www/www.westcoastbikers.com/photos/inc_features.php on line 67
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /usr/local/www/www.westcoastbikers.com/photos/inc_features.php on line 143
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /usr/local/www/www.westcoastbikers.com/photos/inc_photopost.php on line 128
Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /usr/local/www/www.westcoastbikers.com/photos/inc_photopost.php on line 143
ergh... I have checked the database connectivity etc... no go.
Any ideas?
John