Closed (won't fix)
Project:
Drupal core
Version:
6.6
Component:
theme system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Nov 2008 at 19:30 UTC
Updated:
21 Jan 2009 at 17:08 UTC
At
http://www.site.org/a/?q=admin/build/themes/settings/garland
If any setting in the Color scheme is changed, the entire site goes blank.
The content is still there, although the theme is lost.
Comments
Comment #1
untrammelled commentedI have this problem too (Drupal 6.6), though only on my hosted website - the local copy works fine.
Changing the colour scheme in Garland or Minnelli to anything other than default causes the problem. Changing the colour scheme in Garland gives these messages:
(after the change from /sites/default/files to /files - see below) and these errors:
Perhaps some script has a path problem (using /home/wsymuk/public_html/ instead of /)? The full path would work on my local machine (/var/www/wsymuk on a Debian Etch installation), but perhaps not on the hoster's server.
I have tried upping the php memory limit to 32Mb and changing the files directory from /sites/default/files to /files. The problem persists, the only difference being that, using /files, the default theme remains when the theme is reconfigured rather than the theme being lost all together.
Regards,
Chris.
Comment #2
dave reidIt sounds like you might have PHP's safe mode enabled, and it is recommended that it be turned off.
Comment #3
untrammelled commentedI don't think that this is caused by PHP safe mode. Here is part of the output from phpinfo() run on my hoster's server:
Regards,
Chris.
Comment #4
anti_de commentedhi guys,
i discovered the same problem in my drupal installation and found this thread with google, but I finally found a solution.
I checked my apache error log just after I changed the color and found many of these lines:
[Wed Jan 21 16:30:05 2009] [alert] [client 195.24.77.134] /home/www/web0/html/drupal/sites/default/files/.htaccess: Options not allowed here,
[..]
so you have to enable the .htaccess files in your server configuration.
see Clean Urls http://drupal.org/node/15365
So its not a bug, is a configuration problem.
by the way, php safe mode is also disabled on my server.
regards,
stefan