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
Here's a few of the errors I commonly see on common modules:
PHP message: PHP Warning: Undefined array key "link_nofollow" in /wp-content/plugins/live-composer-page-builder/modules/social/module.php on line 103
PHP message: PHP Warning: Undefined array key "link_nofollow" in /wp-content/plugins/live-composer-page-builder/modules/image/module.php on line 1076
PHP message: PHP Warning: Undefined array key "image_alt" in /wp-content/plugins/live-composer-page-builder/modules/image/module.php on line 1078
PHP message: PHP Warning: Undefined array key "link_nofollow" in /wp-content/plugins/live-composer-page-builder/modules/image/module.php on line 1076
PHP message: PHP Warning: Undefined array key "image_alt" in /wp-content/plugins/live-composer-page-builder/modules/image/module.php on line 1078
I upgraded my WordPress Server from PHP 7.4. to PHP 8.2, as PHP 7.4 is now End of life for more than a year and WordPress Release 6.4 recommends PHP 8.1 or 8.2.
Now the Live Composer plugin (Release 1.5.33) generates a lot of
Undefined array key
warnings likeThat spam the logs and hides possible other issues.
Are you planning to support to PHP >= 8.1 without warnings?
Are you interested in a PR that tries to fix/remove those
Undefined array key
warnings?The text was updated successfully, but these errors were encountered: