Closed (works as designed)
Project:
MAYO
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
11 Nov 2011 at 01:50 UTC
Updated:
31 Mar 2014 at 18:48 UTC
Jump to comment: Most recent
Comments
Comment #1
Bat commentedTook a chance and uploaded the dev version. Problem persists. I like the new default colour scheme there though, so I'll live with it. It would be nice to fix the bug though, because a theme with no colour control isn't much good.
Comment #2
mermentau commentedChanging to support request as I am almost positive the problem lies in your install and not a bug. As long as the theme has been out there would be way more mention if this was a bug.
I tried to recreate your problem, but found all works as planned. My sites/default/files/color/mayo-7807df98 directory has colors.css and logo.png.
I have sites/default/files/styles with directories and files inside. Have you tried your install with other themes that use the color module? Can you provide more details as I would like to help.
Comment #3
gimlic commentedI have this same problem. Basically, when set to default the sites/default/files/color/mayo-[xxxx] directory and files are deleted, and the default color scheme is applied.
When a color or setting is changed, however, the css file is created but does not load on the site (so all I get is structure with generic css sheet for styling).
Comment #4
gimlic commentedSolved. It's an issue of symlinks which are disabled on many hosts for security reasons.
Add "Options SymLinksIfOwnerMatch" to .htaccess under /sites/default/files and comment out (#) FollowSymLinks
Comment #5
angus_muir commentedI am having difficulty in this regard still. Seems to be related to several themes where you are able to change the color scheme. I have followed directions above, but it didn't help. File permissions seem fine.
Error message returned is:
Premature end of script headers: index.php
Comment #6
tagdog-dupe commentedIf it doesn't work to Add "Options SymLinksIfOwnerMatch" to .htaccess under /sites/default/files, try to comment out (#) all the Options instead in that file.
Comment #7
mwbyrd commentedI found an easier solution. Usually when I migrate my site to production, I always forget to change my tmp file location. It's usually something like c:/sites/tmp (example). I was having trouble getting my colors to change on the mayo color picker. I could change the colors in the setttings but when I saved the colors, i would lose the colors on the website.
I checked my tmp folder and sure enough, it was pointing to my local host (C:/sites/tmp). I changed the temp file to a folder on my webhost and sure enough, the color picker started working.
Hope this helps out.
Mike
Comment #8
mermentau commented