Error when creating table

In InLikeMe 23 Mar, 2011
Hello everyone!

I used chronoforms for a long time and had no problem at all. Change of server was necessary though so I had the ftp transfered and the sql imported and my forms continued working like a charm. However, now as soon as I try to make a change to an existing form/create a new form, it doesn't let me recreate/create the table. That is, when go to Create Table and make green all the fields of the table, when click on save I get the following error:

Forbidden

You don't have permission to access /administrator/index2.php on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.


As far as permissions are concerned I haven't change anything. Directories are 755 and files 644.

Is there anything I can do to surpass the error? Any help would be kindly appreciated!
Gr GreyHead 23 Mar, 2011
Hi InLikeMe,

It's possible that the new server has mod_security enabled and that is blocking index2.php

That's the most likely explanation.

Bob
In InLikeMe 30 Mar, 2011
Τhanks. Ιndeed a particular mod_security rule had to be disabled. Ηowever a new problem has arisen but Ι'm creating a new topic for that.
dm dmitsch 28 Apr, 2011
Some details on the mod_security changes would be helpful. I've added to .htaccess
<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>

Same problem, no luck.
This topic is locked and no more replies can be posted.