Getting errors in errors.log
-
Hi
I am getting a lot of these type errors in my errors log
Undefined variable $a_z in /public_html/wp-content/plugins/email-no-bot/email-no-bot.php on line 62
Trying to access array offset on null in /public_html/wp-content/plugins/email-no-bot/email-no-bot.php on line 62
My email-no-bot.php lines 60 – 63 reads as below
$N = absint( rand( 0,6 ) );
for( $n = 0;$n < $N;++$n ){
$styleA[] = ‘.’.$a_z[rand( 0,25 )].ENCRYPT_EMAIL_ID_DUMMY.’:after{content:”‘.$a_z[rand( 0,25 )].'”}’;
}the plugin is working as far as i can see
all plugins are up to date
running wordpress 6.7.1
Thank you
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Getting errors in errors.log’ is closed to new replies.