• Resolved LoriT

    (@lteachum)


    I’ve just updated to WordPress 5.5 and now the Contact form 7 wheel turns and turns after clicking send (it does send to the database tho – just doesn’t send the email).  Plugin research points to the theme being in conflict (I switched to twenty nineteen and the forms worked fine).

    Any help would be greatly appreciated!
    Thank you!

Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author Takayuki Miyoshi

    (@takayukister)

    Where can we see the website in question?

    Thread Starter LoriT

    (@lteachum)

    Plugin Author Takayuki Miyoshi

    (@takayukister)

    What theme do you use on the site?

    Thread Starter LoriT

    (@lteachum)

    Cleanmate

    Plugin Author Takayuki Miyoshi

    (@takayukister)

    Try switching to the default theme.

    Why you are advised to deactivate plugins and switch to the default theme.

    We can’t support you about the theme issue because it is a commercial product. Contact the theme seller for support.

    Thread Starter LoriT

    (@lteachum)

    I did deactivate the plugins separately, one by one, and with no change
    Then, I did switch to the default theme, and the form worked.
    The form worked fine before the WordPress 5.5 update.

    Hi,
    I have custom theme. Where form was working well.

    When I update WordPress to 5.5, form stops working.

    After I downgraded the WordPress and it’s started working well.

    Here is my website. https://www.frontsigns.com/

    https://www.frontsigns.com/wp-json/contact-form-7/v1/contact-forms/15431/feedback 500 Error!

    We have also a problem with cf7 and wp 5.5.

    We instal today wp5.5. and cf7 is not working after the update.

    see below the page: https://collegeramacolleges.tudelft.nl/new/support-contact-2/

    Thread Starter LoriT

    (@lteachum)

    Ok. I have some suggested solutions for everyone!

    I talked to my forms guy, Matthew Muro at VFBPro, who has been wonderful if anyone is interested in using his forms instead. His support has always been great, helping me to solve problems until they’re fixed. See below for his suggestions. I didn’t actually need to do this because we determined the theme, Cleanmate, needed the updated theme. The theme was from Envato, and my client’s original website designer was the holder of the license. So I had her purchase the theme again (yup – a pain). Once purchased, we messaged the developer for support, who sent us the updated theme. I threw the current theme into a folder name cleanmate-old, unzipped the file the developer sent, and then ftp’d the new theme up (leaving the child cleanmate theme untouched). Activated the new Cleanmate theme, and voila, all was working once again. Forms worked, images worked, gallery worked.

    Matthew Muro’s suggestion for Cleanmate theme if the theme update had not worked:
    The problem is indeed with that function. Go to Appearance > Theme Editor and click on the functions.php file. Scroll down to line 267 to find the following line: add_action(‘phpmailer_init’, ‘cm_phpmailer_init’);

    Add slashes in the front to comment it out and save your changes: // add_action(‘phpmailer_init’, ‘cm_phpmailer_init’);

    That should correct the problem.

    Another option would be to actually correct the function. On line 309 you will find the start of the function. Change it from: function cm_phpmailer_init(PHPMailer $mail) to function cm_phpmailer_init($mail)

    Hope this helps!

    Sorry for bumping an old thread, just wanted to say this issue also affected a theme one of our websites uses.

    Following LoriT’s suggesting removing PHPMailer from the relevant function and leaving just $mail resolved the issue.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Contact Form 7 and WordPress 5.5’ is closed to new replies.