Oct 20th 2020 #1 Hi, there is a small error in PluginManager.php (1.5.3 maint version) line: 476 Original: $pluginInfoNew = $plugin->getConfigFromFile(); should be: $pluginInfoNew = $plugin->getInfoFromFile();