I'use this themes for my site on a server hosting,
I set "tmp" folder at my root directory with permission 775.

When i create a setting and change sidebar width to 30%. its doesn't work
and i can not found file "corolla.responsive.layout.css" in my "sites/default/file/at_css/" but i found a file named "fileMVH4pi" in my "tmp" folder.

Where is my wrong or is it a server issue?

Comments

Jeff Burnz’s picture

The public files directory has to be writeable, this is not a theme issue, its a Drupal + server configuration issue.

anjjriit’s picture

I aggree with you !
and i'd like to create a ticket to my server admin, but i have to prove it is not a themes issue or my drupal configuration.

My drupal configuration is
folder --location --permission

tmp --root_directory/ --775
sites --root_directory/ --775
default --root_directory/sites/ --775
files --root_directory/sites/default/ --775

"at_css" folder automaticaly created by drupal at "root_directory/sites/default/files"
the problem is everytime i change theme settings, my drupal can produce temporary file with 600 permission on "tmp" folder but can not delete it and can not create/replace "corolla.responsive.layout.css" file.

I think there are not wrong in my drupal configuration, is it a "safe_mode directive" issue ?

Jeff Burnz’s picture

Sorry, I don't know anything about safe mode etc, I am not a server config geek, I have found sometimes you have to use 777 on some servers to get things to be writeable.