Closed (fixed)
Project:
Drupal core
Version:
5.x-dev
Component:
color.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Dec 2006 at 16:10 UTC
Updated:
25 Dec 2006 at 12:47 UTC
Jump to comment: Most recent file
Comments
Comment #1
jacauc commentedalso have some strange characters in all expandable areas like "input format" see the screenshot.
Nothing in the logs. and files/css is properly configured, with CSS files generated.
As soon as I disable CSS preporcessing everything works fine again.
Comment #2
jacauc commentededit: the colorwheel shows, and the thumbnail for the theme is updated correctly, but none of the changes I make to the coloring scheme is applied.
Comment #3
jacauc commentedreassigning this issue to color.module.
Although what I said before is true, I have now come to realize that even if CSS preporcessing is OFF, and I change the color of the garland theme, it always changes all the thumbnails and previews, but the changes never take effect on the site itself.
See the screenshot.
(this breaks even the default blue theme once CSS preprocessing is switched on, but probably these two iissues are related, so I think once this is fixed, I can check if CSS preprocessing works fine)
Comment #4
ChrisKennedy commentedI enabled my css preprocessor and garland's color picker still works fine.
This could be a file permission issue, or perhaps browser caching. What permissions/owners do you have for files and files/css? What files are created in files/css when you change the site's colors?
Comment #5
jacauc commentedls -al in my site's root shows: drwxrwxr-x on the files folder.
It is owned by the ssh account I use to access my site. (not by apache)
ls -al in the files folder reveals:
drwxr-xr-x for the color/ folder
drwxrwxr-x for the css folder
(both of them also owned by the ssh user)
in files/color I have a subfolder called:
garland-ee1141db/
...containing:
*bg-navigation-item-hover.png
*menu-collapsed.gif
*bg-navigation-item.png
*menu-expanded.gif
*bg-bar-white.png
*bg-navigation.png
*menu-leaf.gif
*bg-bar.png
*bg-tab.png
*screenshot.png
*bg-content-left.png
*body.png
*style.css
*bg-content-right.png
*gradient-inner.png
*bg-content.png
*logo.png
The files/css folder is empty right now, as I have disabled the Preprocessing. This is not related (updating issue title)
The problem occurs with CSS preprocessing disabled and enabled.
Comment #6
ChrisKennedy commentedThis is with Internet Explorer?
Comment #7
ChrisKennedy commentedPlease see if the patch posted in http://drupal.org/node/102597#comment-165627 fixes the problem.
Comment #8
ChrisKennedy commentedCorrection: try the patch in #6 instead. http://drupal.org/node/102597#comment-165637
Comment #9
jacauc commentedSame behaviour in IE7, FF2 and symbian on my n80. Not related to CSS Prep. - currently disabled.
should i still try the patch?
Comment #10
ChrisKennedy commentedThe patch should theoretically fix the fieldset error you're getting.
Could it be that your PHP's safe_mode is enabled? What server are you using?
Comment #11
jacauc commentedWhen applying that patch, I get:
and the contents of common.inc.rej:
...and the results of my status report:
finally my PHP config shows:
safe_mode Off Off
safe_mode_exec_dir no value no value
safe_mode_gid Off Off
safe_mode_include_dir no value no value
Comment #12
jacauc commentedIf you want to have a look, you can go to http://www.dieinter.net/devel/drupal and log in there.
Once loggged in , let me know and i'll make you an admin.
Comment #13
ChrisKennedy commentedIf the patch failed it means includes/common.inc is out of sync with cvs (probably due to applying a previous patch). If you remove it and then update to cvs it should apply cleanly. But as you say, CSS preprocessor is disabled so we can stop worrying about the patch.
Please check admin/settings/file-system and check that drupal has write access to the files directory.
Comment #14
jacauc commentedRight, I have updated with CVS, and the patch applied cleanly. - Has no effect though.
In the file-system page I do not see any warnings. & file transfer is Public - files are available using HTTP directly.
I can see in SSH that the files/folder are created under the files/ folder so I think access control is not the issue.
Comment #15
jacauc commentedI see you registered on the site, and I made you a temp admin.
Comment #16
jacauc commentedJust to confirm if I'm doing this correctly:
This is the command I use to check out HEAD:
cvs -z9 -d:pserver:anonymous:anonymous@cvs.drupal.org:/cvs/drupal checkout drupal
is that correct?
Comment #17
jacauc commentedI checked out the latest garland theme, and overwrote it. Everything is ok now, not sure what it was.
Sorry for wasting your time, and thanks for looking into this!
Comment #18
jacauc commentedNote that after I enabled CSS Prep. again, the header image was broken.
I applied the CSS whitespace patch again, and it works like a charm.
Comment #19
ChrisKennedy commentedNo problem, thanks for testing the patch.
Comment #20
(not verified) commented