By spookypld on
I've installed Drupal, but unfortunately something went wrong with modules and I had to uninstall. The main problem is, that one dir and 2 files are undeleteable: dir sites/default/files and files in sites/default: settings.php and default.settings.php How to remove them?
Comments
OS?
If you are on a *nix operating system, you may need to use the chmod command to change the permissions on the directory. If that doesn't work, try the chown command to take ownership and then try deleting the files.