Replies: 1
My error log shows this, and your form submission results in a white screen of death:
[25-Nov-2016 22:49:36 UTC] PHP Fatal error: Uncaught exception ‘phpmailerException’ with message ‘Invalid address: ‘ in /home/thenexts/public_html/wp-includes/class-phpmailer.php:946
Stack trace:
#0 /home/thenexts/public_html/wp-includes/pluggable.php(352): PHPMailer->setFrom(”, ‘The Next Super …’, false)
#1 /home/thenexts/public_html/wp-content/plugins/visual-form-builder/includes/email.php(401): wp_mail(”, ”, ‘<!DOCTYPE html …’, Array, ”)
#2 /home/thenexts/public_html/wp-content/plugins/visual-form-builder/visual-form-builder.php(1935): require(‘/home/thenexts/…’)
#3 [internal function]: Visual_Form_Builder->email(”)
#4 /home/thenexts/public_html/wp-includes/plugin.php(524): call_user_func_array(Array, Array)
#5 /home/thenexts/public_html/wp-settings.php(411): do_action(‘init’)
#6 /home/thenexts/public_html/wp-config.php(89): require_once(‘/home/thenexts/…’)
#7 /home/thenexts/public_html/wp-load.php(39): require_once(‘/home/thenexts/…’)
#8 /home/thenexts/public_html/wp-blog-header.php(13): require_once(‘/home/thenexts/…’)
#9 /home/th in /home/thenexts/public_html/wp-includes/class-phpmailer.php on line 946
Does your plugin not do error handling?