View Single Post
  #6  
Old 05-17-2004, 03:29 PM
 
mlfnet mlfnet is offline
 

Member
  
Join Date: Apr 2004
Posts: 12
 

Default 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.
Reply With Quote