PHP Warning in Error Log
-
I noticed the following in my php_errorlog:
PHP Warning: Invalid argument supplied for foreach() in /home/ntinfrag/public_html/wp-content/plugins/bnfw/includes/engine/class-bnfw-engine.php on line 47
It looks like it’s referring to where the “to” email fields are retrieved before sending a notification.
I don’t know for sure, but this may have to do with a notification I have that is leaving the “to” field blank and adding in with code. It may be rectified with a simple check to be sure the
$email
variable is not empty?Thanks.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘PHP Warning in Error Log’ is closed to new replies.