• Hello,
    I am encountering two problems:
    1 – I have a required field that is a dropdown selection of numbers between 0 and 10. The “required” algorithm is reading the “0” as a null result and returning the “you must fill out all required fields” error.

    2 – Upon submitting the form after I fixed that error, I got a fatal error that said this:

    Fatal error: Uncaught exception ‘phpmailerException’ with message ‘Invalid address: (setFrom) wordpress@Dedicated Neural Net.com’ in /home/dh_tqfr4z/dedicatedneural.net/wp-includes/class-phpmailer.php:1023 Stack trace: #0 /home/dh_tqfr4z/dedicatedneural.net/wp-includes/pluggable.php(352): PHPMailer->setFrom(‘wordpress@Dedic…’, ‘Dedicated Neura…’, false) #1 /home/dh_tqfr4z/dedicatedneural.net/wp-content/plugins/data-storage/ghazale-data-storage-main.php(897): wp_mail(‘contact@dedicat…’, ‘You have new en…’, ‘<p>You have new…’, ‘From:Dedicated …’) #2 [internal function]: ghazale_ds_insert_field_inputs(”) #3 /home/dh_tqfr4z/dedicatedneural.net/wp-includes/class-wp-hook.php(298): call_user_func_array(‘ghazale_ds_inse…’, Array) #4 /home/dh_tqfr4z/dedicatedneural.net/wp-includes/class-wp-hook.php(323): WP_Hook->apply_filters(”, Array) #5 /home/dh_tqfr4z/dedicatedneural.net/wp-includes/plugin.php(453): WP_Hook->do_action(Array) #6 /home/dh_tqfr4z/dedicatedneural.net/wp-settings.php(470): do_action(‘wp_loaded’) #7 in /home/dh_tqfr4z/dedicatedneural.net/wp-includes/class-phpmailer.php on line 1023

    Glancing at the error, it seems to think my email address is malformed, but of course, that should yield an error message within the program, not kill the app.

    Thanks for contributing to the wordpress community!

  • The topic ‘Two bugs’ is closed to new replies.