Suddenly I've started getting this error, any ideas?
The reserved indicator "@" cannot start a plain scalar; you need to quote the scalar at line 9 (near "form: @/plugins/raviraj/rjsliders/models/slider/fields.yaml").
Perhaps it's related to the latest OctoberCMS upgrade.
Thanks, Laszlo
The config_form.yaml and config_list.yaml for the sliders controller are using an incorrect syntax to refer to the path to the fields.yaml and columns.yaml files for the current stable release of OctoberCMS.
To fix this issue until the author updates the plugin, modify the config_form.yaml and config_list.yaml configuration files found in /plugins/raviraj/rjsliders/controllers/sliders/
The current values are:
config_form.yaml: @/plugins/raviraj/rjsliders/models/slider/fields.yaml
config_list.yaml: @/plugins/raviraj/rjsliders/models/slider/columns.yaml
The correct values are:
config_form.yaml: $/raviraj/rjsliders/models/slider/fields.yaml
config_list.yaml: $/raviraj/rjsliders/models/slider/columns.yaml
Last updated
1-2 of 2