Closed (fixed)
Project:
Drupal core
Version:
6.9
Component:
drupal.module
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
22 Sep 2010 at 09:04 UTC
Updated:
1 Oct 2010 at 11:58 UTC
Hi, When I try turning on the CSS optimiser, my site loses all it's stying and I get the following message...
'The selected file /usr/local/psa/home/vhosts/example.com/subdomains/wq/httpdocs/sites/default/files/tmp/filehdI0xL could not be copied.'
I've looked in the location that the path says, and the file doesn't exist. Any idea why this would b?
Thanks,
Dave
Comments
Comment #1
nagarajanl commentedmake sure the write permissions are enabled for the temp folder as well the folder in which the css consolidation happens
Comment #2
probocop commentedFor the purpose of testing, I've just 777'd the entire site and it's still not resolved the issue. Any other ideas?
Comment #3
mikey_p commentedprobocop, you may need to make that change recursively over the entire directory to make sure that all subdirectories have correct permissions as well.
Comment #4
probocop commentedIt turns out the issue was due to a missing script that needed installing with my web host. All sorted now.
Thanks for the help.