PHP Warning: Undefined variable $errors in EventsActions.php on PHP 8.3+
-
Hi team,
I’m using the latest version of Advanced Cron Manager on a staging site running PHP 8.3.24, and I’m seeing this warning in the error log:
PHP Warning: Undefined variable $errors in /wp-content/plugins/advanced-cron-manager/inc/Cron/EventsActions.php on line 200It looks like
$errorsis being used without being initialized first, which triggers a warning in PHP 8.1 and above due to stricter variable handling.Could you please initialize
$errorsbefore it’s used to ensure compatibility with newer PHP versions?Thanks for the great plugin!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
You must be logged in to reply to this topic.