Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
drupal site not showing images.
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Help with my Plusnet services
- :
- Everything else
- :
- drupal site not showing images.
drupal site not showing images.
02-05-2010 1:53 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Like this page here:
http://ccgi.collinet.plus.com/grandpops/?q=node/19
Image not showing link is:
http://ccgi.collinet.plus.com/grandpops/sites/default/files/Medical/1gpo04_std.jpg
Which gives this error if you copy the url into the browser directly. I've checked the location, and the file is there.
Any ideas why?
Thanks
http://ccgi.collinet.plus.com/grandpops/?q=node/19
Image not showing link is:
http://ccgi.collinet.plus.com/grandpops/sites/default/files/Medical/1gpo04_std.jpg
Which gives this error if you copy the url into the browser directly. I've checked the location, and the file is there.
Any ideas why?

Thanks
Quote Server error!
The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there was an error in a CGI script.
If you think this is a server error, please contact the webmaster.
Error 500
ccgi.collinet.plus.com
Sun May 2 13:51:43 2010
Apache
Message 1 of 6
(1,798 Views)
5 REPLIES 5
Re: drupal site not showing images.
02-05-2010 2:56 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
That looks like a directory/file permissions problem. Are directories below 'grandpops' chmod 0710? and the jpg image chmod 0640?
David
Message 2 of 6
(495 Views)
Re: drupal site not showing images.
02-05-2010 11:16 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Permissions ok - but as I was looking, I found an htaccess file in a folder above the images.
content is
If I rename it to htaccess.old, the images load, but the first line suggests it shouldn't be removed.
content is
Quote SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006
Options None
Options +FollowSymLinks
If I rename it to htaccess.old, the images load, but the first line suggests it shouldn't be removed.
Message 3 of 6
(495 Views)
Re: drupal site not showing images.
03-05-2010 12:08 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
I think the SetHandler line is there to stop any scripts that might be uploaded to the images directories (by mischief makers) from being executed. I'm not sure if suEXEC allows that or not.
However Options +FollowSymLinks is definitely not allowed. I suggest trying with just this line commented out. SymLinksIfOwnerMatch is set in the configuration which provides a safer alternative.
However Options +FollowSymLinks is definitely not allowed. I suggest trying with just this line commented out. SymLinksIfOwnerMatch is set in the configuration which provides a safer alternative.
David
Message 4 of 6
(495 Views)
Re: drupal site not showing images.
04-05-2010 9:31 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Thanks for the help.
It seems I have to comment out both the "options" lines. Then it works. Removing either one on its own does not fix the problem.
It seems I have to comment out both the "options" lines. Then it works. Removing either one on its own does not fix the problem.
Message 5 of 6
(495 Views)
Re: drupal site not showing images.
04-05-2010 10:58 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Thanks for that feedback. Glad to hear your images display now, albeit with the .htaccess file effectively removed.
David
David
David
Message 6 of 6
(495 Views)
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Help with my Plusnet services
- :
- Everything else
- :
- drupal site not showing images.