I've been using NextGen Gallery for a long time. I turned it off after WP 3.x came out because I had read about issues with the new version of WP. Here it is a year later & I've upgraded it & WP. I just turned it back on, but the plugin cannot show any of the images in the Galleries.
I have the permissions for the files set to 755. They should be visible.
Here is the .htaccess file in the wp-content/blogs.dir/1/files folder:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /worship/
RewriteRule ^index\.php$ - [L]
RewriteRule (.*) /worship/index.php?uamfiletype=attachment&uamgetfile=$1 [L]
</IfModule>
There is also a .htpassword file. Would this be the cause? Should I delete this file?
Thanks
Tony