Muut
November 30, 2015, 11:50am
1
Using Admin Plugin rc7 and antimatter, I can’t save the home.
I can add new pages. I can save these pages.
I can copy the home, but I can’t save the home copied neither.
It says 403 error.
I checked blew, it does’t work.
http://learn.getgrav.org/troubleshooting/forbidden
There is any idea ?
Muut
November 30, 2015, 2:54pm
2
Quick question - are you using PHP’s default webserver? Locally or on a server?
Muut
December 1, 2015, 12:42am
3
I’m using php5.4 on a hosting service server.
Muut
December 1, 2015, 1:56am
4
Is this server running Windows? Is this IIS or Apache? If Apache but on Windows, you will need to change the param separator to use ;
instead of :
as there is a problem with :
in URLs with Apache on windows.
Muut
December 1, 2015, 2:20am
5
I don’t think so.
Configuration - PHP Info says host : x86_64-redhat-linux-gnu
“Troubleshooting 403 Forbidden” does’t work for me.
I can save adding pages. It does’t make sense.
I use skeleton package Twenty Site on the same server, I can save Twenty Site’s home.
Muut
December 1, 2015, 3:48am
6
What is the name of the folder of the home page? did you change it from 01.home
to something else?
Muut
December 1, 2015, 3:49am
7
Also maybe you can zip up your site for me and put it on dropbox… send me a Private Message with the location to the zip and I’ll try to reproduce your problem locally.
Muut
December 1, 2015, 4:40am
8
No. I did’t change the name of the folder.
I get grav-admin-v1.0.0-rc.5.zip from http://getgrav.org/downloads .
I install manually.
It happen.
Then I install grav-skeleton-onepage-site-develop.zip manually.
as you write on https://github.com/getgrav/grav-skeleton-onepage-site .
This case it works.
and install antimatter and uproad 01. home also works.
Muut
December 1, 2015, 4:50am
9
well what I did to test was to:
Download the release of the onepage skeleton: https://github.com/getgrav/grav-skeleton-onepage-site/releases/download/1.0.1/grav-skeleton-onepage-site-v1.0.1.zip
Install admin and plugins via: bin/gpm install admin
Created an admin user with bin/plugin login newuser
Logged in to admin and was able to open and save the homepage:
2015-11-30-21-da4cq
Muut
December 1, 2015, 6:08am
10
thanks rhukster.
but why grav-admin-v1.0.0-rc.5.zip does’t work ?
what’s the difference between Grav-admin and onepage-site?
something worng at grav-admin’s pages/01 home/default.md
Now I delete 01.home/default.md by ftp.
Then I can make new default.md by admin plugin, and save 01. home.
Muut
December 1, 2015, 7:02am
11
I’m so sorry.
I found the cause.
Web Application Firewall deny some Markdown code.
So I add some lines on .htaccess like blew.
SiteGuard_User_ExcludeSig sqlinj-22 (it’s depend on WAF softwear)
Thanks rhukster, taking your time.
I really appreciate what you’ve done.
Muut
December 1, 2015, 7:17am
12
no worries, glad you got it sorted.