can not edite template on my site

delphoma

New Member
hello, help. While editing template from my site, wrapper.html via admin, i can't save it. when i save, i get this message:

Forbidden
You don't have permission to access /index.php on this server.

Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.

Please help
 

Basti

Administrator
Staff member
Forbidden error usually means the server is not liking something you sent to it, most likely a mod_security issue. Have a chat with your host and ask what the error triggered.

Or go the old fashioned way and edit the file via ftp

Can you save other templates?
 

Mark

Administrator
Staff member
Sounds like you might not be using suPHP, if that is the case you may need to chmod 777 the following folders:

skins/parabola/ (or whatever skin you are using)
skins/parabola/child

as well as chmod 666 the template files inside /skins/parabola/
 
Top