During saving Configuration for Advanced and Initial settings Error is given. Basic Works fine.

Checked the code.

In CounterSettingsAdvanced.php and CounterSettingsInitial.php Change the following lines.

protected function getEditableConfigNames() {
return [
'counter.advanced',
];
}

and

protected function getEditableConfigNames() {
return [
'counter.initial',
];
}

to

protected function getEditableConfigNames() {
return [
'counter.settings',
];
}

Comments

joshua1234511 created an issue. See original summary.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

jrwilson’s picture

Same issue.