Hey,
I'm using the Private File system for image cache but for some reason Advanced CSS/JS Aggregation will only work with my file system set to public. Is there anyway to get it working with private as well?
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | advagg-1447854-7-private-filesystem-requires-public-folder.patch | 1.81 KB | mikeytown2 |
Comments
Comment #1
mikeytown2 commentedYou need to create a publicly writable directory (same permissions as Drupal's files folder).
Once that is done go to
admin/settings/advagg
"Use a different directory for storing advagg files" (option is only available if Private File System is enabled)
Enter in the directory.
Comment #2
mikeytown2 commentedComment #3
Media Crumb commentedWorked perfectly! Thanks so much for the help
Comment #4
mikeytown2 commentedIs there any way I could have made more intuitive? Always looking to improve the module :)
Comment #5
Media Crumb commentedHonestly I think it was just me being stupid (which happens often at 4am!). It made complete sense after you explained it to me.
Comment #6
udvranto commentedIt would be great if the folder name text box is marked as 'required'. Throw an error If the user does not put anything in the text box and tries to save.
Comment #7
mikeytown2 commentedPatch to make this box required.
Comment #8
udvranto commentedWorks great!
Comment #9
mikeytown2 commentedPatch #7 has been committed.