Drupal: FileFields... internal server error
- by Patrick
hi,
I've moved my drupal installation to new server and the website works. HOwever I get an "internal server error" for each file field in my nodes.
In other words, images and videos are not loaded. In Firebug, Net Tab I can see they cannot be retrieved from the server because of "internal server error".
The only thing I changed with respect to the previous installation is commenting the following 2 lines in .htaccess
# Don't show directory listings for URLs which map to a directory.
#Options -Indexes
# Follow symbolic links in this directory.
#Options +FollowSymLinks
Is this the issue ?
How can I solve this ?
thanks