Closed (fixed)
Project:
Drupal core
Version:
7.0-rc1
Component:
other
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
4 Dec 2010 at 11:27 UTC
Updated:
4 Dec 2010 at 16:21 UTC
A clean Drupal 7 RC1 default installation.
Independent of which theme I select, when attempting to change the default logo to a custom one I only see the text "Home" instead of an actual logo. Just as an aside note, if I replace the logo.png in the theme's directory I can force my logo to display by using the "default" logo.
Enabling user pictures and uploading a picture for my user has similar results, the only thing displayed is the text "My name's picture" wherever the actual image should have been.
Thank you for any assistance and time you have to look into this.
Comments
Comment #1
betz commentedGuess this is a filesystem problem, it works with me.
Look that your files folder is writeable.
Comment #2
Aonoa commentedWell, it has put a picture file there: sites/default/files/pictures/picture-1-1291379599.png and that files folder is owned by apache and has the proper filesystem permissions for apache. I double checked just now to make sure it is the correct picture, and indeed it is.
Comment #3
Aonoa commentedI don't know if it's related or not, but I also have trouble changing color sets for the themes (e.g. bartik). If I select something else besides the default "Blue lagoon", I will end up with a site without color and even the default logo is replaced with the text "Home" again.
Comment #4
Aonoa commentedI did a little further digging, and following the link: "http://www.example.domain.com/sites/default/files/styles/thumbnail/publi..." in my browser, I get an internal server 500 error from apache:
"Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [no address given] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log."
Comment #5
Aonoa commentedI fixed it, my apache configuration needed "AllowOverride All" for the root directory entry for drupal, instead of "AllowOverride Options" which I had mine set to. Ah well, one learns. :-)