Hi,
I'm getting the following errors on all css files in all styles (the two shown below are just the first two) when I attempt to compress CSS:
PHP Code:
Warning: file_put_contents([path]/clientscript/vbulletin_css/style00002l/8WR_media.css) [function.file-put-contents]: failed to open stream: Permission denied in [path]/admincp/vbsc.php on line 246
Warning: file_put_contents([path]/clientscript/vbulletin_css/style00002l/8WR_media.css.gz) [function.file-put-contents]: failed to open stream: Permission denied in [path]/admincp/vbsc.php on line 247
The admincp folder (it isn't called that on my server actually) is chmod 755 so there shouldn't be a problem I would have thought?
Thanks for any help.