The selected file /tmp/fileoVC51r could not be uploaded, because the destination sites/default/filesmin.js is not properly configured.
This error doesn't appear when logged in.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | javascript_aggregator.module.patch | 2.62 KB | mikeytown2 |
| #1 | javascript_aggregator.module.patch | 416 bytes | mikeytown2 |
Comments
Comment #1
mikeytown2 commented$htaccess is not set with the latest dev
Comment #2
mikeytown2 commented$aggregated_file can be empty sometimes; this is what was causing the error.
Comment #3
mikeytown2 commentedComment #4
derjochenmeyer commentedThanks a lot for testing and the patch. I splitted the minification and gzip/.htaccess stuff in the latest dev which is unneccessary. These errors were introduced by this split. I reverted some of these changes in the current dev (http://drupal.org/cvs?commit=215416).
Comment #5
derjochenmeyer commentedComment #6
mikeytown2 commentedThe 2 above patches made the split work correctly. Why did u revert the changes back? I thought the code was cleaner with the split.
Comment #7
derjochenmeyer commentedBecause there were other errors in my split. The htaccess was not deleted if gzip compression was disabled.