• Resolved manfredk

    (@manfredk)


    I added Testimonial Submit Form (new shortcode)On Submit it goes to a blank white page (Testimonial does show in backend as Pending)
    Thought it might be a Plugin Conflict or Cache but disablling ALL Plugins incl. W3Ccache I have same Problem Also Honeypot disable did not change anything.
    Using GeneratePress Child Theme.

    https://wordpress.org/plugins/strong-testimonials/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Contributor Chris Dillon

    (@cdillon27)

    Thanks for doing the initial troubleshooting.

    Try clearing your browser cache as well.

    Disable the Form Actions > Notification option if not already, just to rule that out.

    Can you enable debugging?
    https://codex.wordpress.org/Debugging_in_WordPress
    https://codex.wordpress.org/Debugging_in_WordPress#Example_wp-config.php_for_Debugging

    Thread Starter manfredk

    (@manfredk)

    Tried Chrome
    Screenshot attached of Error on Submit (strange because the index Page IS working if you just type in the normal url)
    Set Debug to true and in FF I get these errors
    I am using latest versions of everyhting so it should be up to date??

    Notice: The called constructor method for WP_Widget is deprecated since version 4.3.0! Use

    __construct()

    instead. in /home/manfredk/public_html/wp-includes/functions.php on line 3624

    Notice: The called constructor method for WP_Widget is deprecated since version 4.3.0! Use

    __construct()

    instead. in /home/manfredk/public_html/wp-includes/functions.php on line 3624

    Fatal error: Only variables can be passed by reference in /home/manfredk/public_html/wp-includes/class-phpmailer.php on line 1104

    Could any of those be the Issue?

    Thread Starter manfredk

    (@manfredk)

    Narrowed it down to
    Disable Form Nofitcation I unticked that and now it works
    and goes to
    http://www.manfredk.com/testimonials/?success=1

    Any reason why that would be?

    Thread Starter manfredk

    (@manfredk)

    Marked Resolved

    Plugin Contributor Chris Dillon

    (@cdillon27)

    Thanks for the error log. That fatal error was the culprit. It didn’t like your email domain for some reason. You might try the notification email with a surefire domain like gmail.com.

    Thread Starter manfredk

    (@manfredk)

    Tried that with my gmail address notification but again it goes to blank page. Moment I disable Notification all works.

    Plugin Contributor Chris Dillon

    (@cdillon27)

    It’s up to you how far we keep going. The failure occurs in the email function in WordPress core. The plugin simply calls that function. So there must be something else at play.

    If I can work on your site directly, I may be able to find the problem and potentially account for it in the plugin. Open a support ticket at wpmission.com if you want to proceed.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Form Submission goes to Blank White Page’ is closed to new replies.