Hello,
I've created "test" and "production" (drupal 5.7) installations to my site. The production is not "real production" yet. My idea is try-out different module- and core features in my test-installation, and...
a) If the features are what I'm looking for, I remove the production installation and make a copy of the test installation to production.
b) If the features are not what I'm looking for, I delete the test installation and make a copy of the production installation back to test.
According to drupal manuals I've read, some features should be enabled in "production environment" and disabled in "test environment". One example was setting "/admin/settings/performance -> Aggregate and compress CSS files". I followed these instructions but encountered the following problem immediately:
PROBLEM:
When I try to delete files from my "production installation" over shell access, following error message is shown:
rm: cannot remove `/home/xxxxxx/www/files/css/997c0f6d6fd2fe7752a4870befebbd98.css': Permission denied
rm: cannot remove `/home/xxxxxx/www/files/css/2673946d8d46299991d99eb27a7ab52f.css': Permission denied
I can't either change the file permissions and delete them after that.