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
Description of the problem
On EE 7.2.12 - If you use the CLI to make:addon and then subsequently make:fieldtype and then make:action you will get the following errors when installing / uninstalling your addon:
Warning
Undefined array key "module"
ee/legacy/libraries/addons/Addons_installer.php, line 326
Severity: E_WARNING
Warning
Trying to access array offset on value of type null
ee/legacy/libraries/addons/Addons_installer.php, line 326
Severity: E_WARNING
Deprecated
rtrim(): Passing null to parameter #1 ($string) of type string is deprecated
ee/legacy/core/Loader.php, line 586
Severity: E_DEPRECATED
Warning
Undefined array key "module"
ee/legacy/libraries/addons/Addons_installer.php, line 330
Severity: E_WARNING
Warning
Trying to access array offset on value of type null
ee/legacy/libraries/addons/Addons_installer.php, line 330
How To Reproduce
Steps to reproduce the behavior:
make:addon
make:fieldtype
make:action
install the addon and see the errors
Environment Details:
Version: [7.2.12]
PHP Version [8.1.2]
OS: [Windows]
Web Server: [XAMPP]
The text was updated successfully, but these errors were encountered:
Description of the problem
On EE 7.2.12 - If you use the CLI to make:addon and then subsequently make:fieldtype and then make:action you will get the following errors when installing / uninstalling your addon:
How To Reproduce
Steps to reproduce the behavior:
Environment Details:
The text was updated successfully, but these errors were encountered: