By JeremyL on
With Drupal 5.x I have no problems with setting optimize CSS on. It combined it all fine. Now being on Drupal 6.x, neither the CSS or JS optimization is writing files. If I look at the code after turning them on I see they should be located at /sites/domain.com/files/css/ & /js/ respectively but the folders are just empty.
I'm on a windows machine. If I was on Apache I would say a permissions error but windows should be letting Drupal write to folders that are there. Any ideas on a fix?
Comments
hi, I had the same problem
hi,
I had the same problem and just solved it ..
My mistake is the file system settings.
Check if file system path and temporary directory are correctly set.
File System Path should be relative, e.g.
"sites/default/files"
whereas Temporary directory should be absolute, e.g.
"c:\inetpub\wwwroot\domainname.com\sites\default\tmp"
Hope this helps.