After the octobercms upgrades to 376 and up (latest: 380) the following exceptions/errors are thrown and the plugin cannot be used: "Unable to find configuration file /path to plugin/raviraj/raviraj/rjsliders/models/slider/columns.yaml defined for Backend\Behaviors\ListController"
Error Details
}
else {
$configFile = $this->getConfigPath($configFile);
}
if (!File::isFile($configFile)) {
throw new SystemException(Lang::get(
'system::lang.config.not_found',
['file' => $configFile, 'location' => get_called_class()]
));
}
$config = Yaml::parse(File::get($configFile));
Seems to relate to this one here: Unknown built-in list column types #2438: https://github.com/octobercms/october/issues/2438 Any workaround available? Thks
Last updated
Just remove duplicate string path 'raviraj' inside file of controllers\sliders\config_list.yaml
Thanks a lot, it works like a charme now and the slideshow looks very nice. May be you could deploy the correction to upgrade the plugin next time from the cms backend Settings ;-)
1-3 of 3