4579 Posts in 1388 Topics by 1378 members
Installing SilverStripe
SilverStripe Forums » Installing SilverStripe » Cannot modify publish or delete a page; 404 error (Silverstripe 3.0 alpha 1) - SOLVED
Getting SilverStripe up and running on your computer and on your web server.
Moderators: martimiz, Howard, Sean, Ryan M., biapar, Willr, Ingo, swaiba, simon_w
|
Page:
1
|
Go to End | |
| Author | Topic: | 354 Views |
-
Cannot modify publish or delete a page; 404 error (Silverstripe 3.0 alpha 1) - SOLVED

15 November 2011 at 10:49am Last edited: 15 November 2011 10:54am
I have just installed Silverstripe 3.0 alpha 1 on a new hosting account, and it is almost working properly. I can edit the overall website settings, but I cannot edit a page. If I try to save, publish, delete or unpublish a page, the spinning busy icon will show in the button briefly, and then ... nothing. Firebug reports the following error:
POST http://<websiteurl>/admin/EditForm 404If I select a page to edit first, then the error becomes:
POST http://<websiteurl>/admin/page/edit/EditForm 404Any idea what could be causing this? I've already tried reinstalling from scratch. Any suggestions on how I can get more debugging information out of the server would also be appreciated.
Hans
-
Re: Cannot modify publish or delete a page; 404 error (Silverstripe 3.0 alpha 1) - SOLVED

15 November 2011 at 5:55pm
I have made a little progress in tracking down what's going wrong. It appears that, when trying to make changes to a page, $_GET['url'] gets redirected to /403.shtml
Now I just need to find out why the server is doing that.
Hans
-
Re: Cannot modify publish or delete a page; 404 error (Silverstripe 3.0 alpha 1) - SOLVED

15 November 2011 at 8:11pm
This problem was caused by mod_security. Disabling it solved the problem.
Hans
| 354 Views | ||
|
Page:
1
|
Go to Top |

