You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Jimmi08 just info
source? = e107_handlers/plugin_class.php line 1478
protected $core_plugins = array( "_blank","admin_menu","banner","blogcalendar_menu",
@Jimmi08 just info source? = e107_handlers/plugin_class.php line 1478 protected $core_plugins = array( "_blank","admin_menu","banner","blogcalendar_menu",
notify or fileinspector being the generator?
When you delete blank plugin (because you don't want test/demo plugin) and you forgot about this, and then you want to use plugin builder, because fatal error in PHP 8 - something with arrays and missing keys.
There should be check if this plugin is mandatory for plugin builder.
Motivation
When you delete _blank plugin, you can't use plugin builder - there is a fatal error in PHP 8.
Proposed Solution
Add check if needed plugin (files) are there and display error, don't continue.
Alternatives
.
Additional Context
No response
The text was updated successfully, but these errors were encountered: