saving in CMS setting
saving in CMS setting
I want to save something in my CMS setting.
I click on <save> ant then a page "Testing 123, this is an apache http server test powered bit CentOS etc...." . and nothing is saved.......
What is wrong with my settings?
https://www.stichtingvaart.nl
I click on <save> ant then a page "Testing 123, this is an apache http server test powered bit CentOS etc...." . and nothing is saved.......
What is wrong with my settings?
https://www.stichtingvaart.nl
Rob | Valkenswaard NL
Re: saving in CMS setting
Hello,
seems to be a server problem.
1. ask google for "Testing 123 apache CentOS"
2. ask your provider or your server admin (who is it?)
3. does it happen only by saving CMS config? Try languages, plugin configs and languages etc.
4. What appears in your browser's address bar after saving?
5. have you activated the debug mode?
6. try it in a fresh installation in a subfolder, is there the same problem?
Gert
seems to be a server problem.
1. ask google for "Testing 123 apache CentOS"
2. ask your provider or your server admin (who is it?)
3. does it happen only by saving CMS config? Try languages, plugin configs and languages etc.
4. What appears in your browser's address bar after saving?
5. have you activated the debug mode?
6. try it in a fresh installation in a subfolder, is there the same problem?
Gert
Re: saving in CMS setting
hmm, I get pages that aren't helpful for me1. ask google for "Testing 123 apache CentOS"
I've made a service ticket with this question2. ask your provider or your server admin (who is it?)
My webhoster is www.Yourhosting.nl
all the 'savings' does give the same result: testing 123. But I can make a new page and save that!3. does it happen only by saving CMS config? Try languages, plugin configs and languages etc.
www.stichtingvaart.nl4. What appears in your browser's address bar after saving?
Yes.5. have you activated the debug mode?
when I open the CMS configuration page it says:
Code: Select all
WARNING: 2 Undefined array key "csrf_token___"
/home/stichtingvaart.nl/public_html/cmsimple/adm.php:772
yes, the same problem. www.nieuw.stichtingvaart.nl6. try it in a fresh installation in a subfolder, is there the same problem?
Rob | Valkenswaard NL
Re: saving in CMS setting
Could you please post the line 772 of your adm.php?
Should be:
Code: Select all
if($cf['use']['csrf_protection'] == 'true') $o .= '<input type="hidden" name="csrf_token" value="' . $_SESSION[$csrfSession] . '">' . "\n";
Gert
Re: saving in CMS setting
this is line 772 of the admin.php
Code: Select all
if($cf['use']['csrf_protection'] == 'true') $o .= '<input type="hidden" name="csrf_token" value="' . $_SESSION[$csrfSession] . '">' . "\n";
Yes: trueIs "Use => Csrf_protection:" activated ("true") in the CMS config?
Rob | Valkenswaard NL
Re: saving in CMS setting
Gert,
Unfortunately it makes no difference..
"true" => ""
I put it back again to "true"
Unfortunately it makes no difference..
"true" => ""
I put it back again to "true"
Rob | Valkenswaard NL
Re: saving in CMS setting
Sorry, but I have no idea what happens on your server ...
The only way would be FTP access to your test installation nieuw.stichtingvaart.nl, so I could do some testing to see if I find a solution for such servers. You could send me the access data via PM,
Gert
The only way would be FTP access to your test installation nieuw.stichtingvaart.nl, so I could do some testing to see if I find a solution for such servers. You could send me the access data via PM,
Gert
Re: saving in CMS setting
Hi Rob,
Thanks for the possibility to test on your server.
ModSecurity was the troublemaker once again, considers the term "cmsimpleDataFileStored" in adm.php as an attack
I have solved it on your server and will rename "cmsimpleDataFileStored" to "cmsimpleDataStored"
also in the next version of CMSimple,
thanks again - Gert
Thanks for the possibility to test on your server.
ModSecurity was the troublemaker once again, considers the term "cmsimpleDataFileStored" in adm.php as an attack

I have solved it on your server and will rename "cmsimpleDataFileStored" to "cmsimpleDataStored"

thanks again - Gert