Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Installing SilverStripe /

Getting SilverStripe up and running on your computer and on your web server.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Cannot modify publish or delete a page; 404 error (Silverstripe 3.0 alpha 1) - SOLVED


Go to End


3 Posts   1064 Views

Avatar
HansR

Community Member, 141 Posts

15 November 2011 at 10:49am

Edited: 15/11/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 404

If I select a page to edit first, then the error becomes:
POST http://<websiteurl>/admin/page/edit/EditForm 404

Any 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

Avatar
HansR

Community Member, 141 Posts

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

Avatar
HansR

Community Member, 141 Posts

15 November 2011 at 8:11pm

This problem was caused by mod_security. Disabling it solved the problem.

Hans