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
What is the issue? (*)
In testing a multisite I am getting the following PHP Warnings on wp-admin/network/plugins.php
PHP Warning: Undefined array key "title" in /Users/afragen/Documents/github/git-updater/vendor/freemius/wordpress-sdk/templates/partials/network-activation.php on line 75
There are similar errors for other missing array keys.
🐞 bug report
Behavior:
What is the issue? (*)
In testing a multisite I am getting the following PHP Warnings on
wp-admin/network/plugins.php
There are similar errors for other missing array keys.
What is the expected behavior?
No PHP Warnings
Versions: (*)
Freemius SDK Version:
2.7.3WordPress Version:
6.5.5PHP Version:
8.3.8Plugin / Theme: (*)
Name:
Git UpdaterSlug:
git-updaterFreemius ID:
11525Additional Information:
Environment
Stack Traces:
Note:
(*)
indicates required information. Without this information, your issue may be auto-closed.Solution
Add the following lines before network-activation:line 75
The text was updated successfully, but these errors were encountered: