Hi! I've posted this problem in the german board at drupalcenter.de, but nobody seems to have a solution or a guess.

After updating from 4.7.1 to 4.7.2 no pictures are shown anymore. (I've got the modules img_assist and nodeimageblock). The files are present in the HTML sourcecode. If I try a direct call of a picture-URL I get the error: "Forbidden You don't have permission to access /files/xyz.jpg on this server."

When I delete the .htaccess file out of the files directory, there are no problems anymore. But when I upload another picture, a new .htaccess file is generated. The content of my .htaccess:

SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006
Options None

RewriteEngine off

I think this content is how it shold be... so why I'm experiencing this problem? Has nobody else this problem?

Another problem is: I can't delete uploaded pictures, because I don't have the right to! Not with FTP and not via (a selfcoded) script!

Comments

Heine’s picture

Please add to the issue http://drupal.org/node/67244

Can you try adding the Options FollowSymLinks ?
--
The Manual | Troubleshooting FAQ | Tips for posting | Make Backups! | Consider creating a Test site.

Daniel55’s picture

YES! That's it... thank you very much.
I wrote "Options FollowSymLinks" after "Options None" and there are no problems anymore.

... except I can't delete images via FTP. I think, I have to call the provider, right?