Does the settings.xml file change (modification date) when you save it? Any error message in apache's error log? Is the apache server allowed to write the file?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Any checkbox? If you know some PHP, you can put a var_dump($_POST);exit; at the beginning of op/op.Settings.xml and see if e.g. the check printDisclaimer has a value.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello, I'm having the following problem:
My settings aren't being applied when I configure them in the administration
area. What could be the reason for this?
Currently, I have to edit the "settings.xml" file to configure the system.
Thanks, Mark!
Does the settings.xml file change (modification date) when you save it? Any error message in apache's error log? Is the apache server allowed to write the file?
Yes, the settings.xml file change when i save my configuration.
I've noticed that he generally ignores the checkboxes.
Any checkbox? If you know some PHP, you can put a
var_dump($_POST);exit;at the beginning ofop/op.Settings.xmland see if e.g. the checkprintDisclaimerhas a value.Up to this point, everything seems to work. For example, I select the "Edit on the page" setting and check the box, and I get the following output:
["inlineEditing"]=> string(2) "on"
However, the checkmark disappears again when I reload the page.
Does the value for inlineEditing show up in the settings.xml file? Have you checked the error.log for possible error messages?