Hi Mark,
Thank you for answering my post.
Ok, when I try to save the "original" template "CSSMenu top + 2 columns" I get the 403 error. In order to be able to save this template I have to remove the following code from the template, including the script tag but without removing the {literal}. Btw, I've tried many time with different configuration and I think it is the tag that is causing this error.
Code: Select all
<__script__ type="text/JavaScript">
<!--
//pass min and max -measured against window width
function P7_MinMaxW(a,b){
var nw="auto",w=document.documentElement.clientWidth;
if(w>=b){nw=b+"px";}if(w<=a){nw=a+"px";}return nw;
}
//-->
</__script>
The answer is displayed in two differents way depending if I press on the Submit or Apply button.
A) By pressing on the submit button, I get a new page on my browser with the following html code
Code: Select all
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<__html><HEAD>
<TITLE>403 Forbidden</TITLE>
</HEAD></__body>
<H1>Forbidden</H1>
You don't have permission to access /beta/admin/edittemplate.php
on this server.<P>
<P>Additionally, a 404 Not Found
error was encountered while trying to use an ErrorDocument to handle the request.
<HR>
<ADDRESS>Apache/1.3.37 Server at www.***.com Port 80</ADDRESS>
<__body></__html>
B) By pressing on the Apply button I get a message box with the following content :
Could not save: 403 -- Forbidden
I've installed cmsms on my local windows and It works fine

. But on the linux hosting's server I get the error.
Now I really would like to be able to run cmsms on the server. So what can I do in order to begin investigating. If you want Mark I can PM you the login/psw of the cmsms install that is running on the server.
Thanks in advance for your help.