I'm still seeing the error described in http://drupal.org/node/470734 with the 6.x-1.2 release.
When I enable "Optimize and Minify JavaScript files" I get this error:
"The selected file /home/drupal6/docs/sites/mysite.com/tmp/fileuXbZKo could not be uploaded, because the destination filesmin.js is not properly configured."
Comments
Comment #1
abraham commentedFor me filesmin.js is trying to save at the same directory level as files instead of inside.
The selected file /tmp/fileHlpymH could not be uploaded, because the destination sites/web608.org/filesmin.js is not properly configured.Comment #2
abraham commentedI fixed this by changing line 88 of javascript_aggregator.module from:
to:
Comment #3
derjochenmeyer commented#482002: The selected file /tmp/filetRzQRu could not be uploaded, because the destination sites/default/filesmin.js is not properly ...
Comment #4
derjochenmeyer commented