Server Permissions
The file you are trying to save is not writable by your web-server (i.e. apache).
In *nix you need to set the permissions of the file using the 'chmod' and ownership using the 'chown' commands. See your webmaster for details. (most likely something like 'chown apache:www skin1/customer/*.tpl' and 'chmod 664 skin1/customer/*.tpl' will do).
If you're running on windows, you'll have to ask someone else.
|