Mark
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] “Error trying to send your message”And by the way, if you don’t have a VPS and access to WHM, you won’t be able to change this setting. If so, you can use WP SMTP plugin and send emails that way, it too works as my only site that didn’t break sends via it. Either of those is your likely solution. Cheers!
Forum: Plugins
In reply to: [Contact Form 7] “Error trying to send your message”@gieger Same happened to all 10 of my sites. Perhaps you are having same problem. Apache SpamAssassin broke mine and the same day I updated to latest WordPress Version (5.7). Perhaps latest WP changed the way it sends via wp_mail(). I haven’t confirmed (would need to downgrade back to previous WP version) but turning off “Scan outgoing messages for spam and reject based on the Apache SpamAssassin? internal spam_score setting” resolved my Contact Form 7 sending. NOTE: I think it’s latest WordPress update (5.7) that broke it because my other plugins that use wp_mail() also stopped sending emails properly as well. Performing the above with SpamAssassin fixed those as well.
Forum: Plugins
In reply to: [Contact Form 7] Wheel keeps spinning@waldbuero It’s WP Rocket. I use WP Rocket on 10 sites. Disable caching on the page with contact form and it will work. Contact Form 7 also doesn’t play well with Autoptimize. Basically if combine Javascript, seems to break it.
Alternatively, you might just be able to just add /wp-content/plugins/contact-form-7/includes/js/index.js to Javascript exclusion list but may as well turn off caching on contact form 7 page anyways. Doing that will definitely work cause it did for me on 10 sites.
Forum: Plugins
In reply to: [Contact Form 7] Contact Form 7 doesn’t send messagesApache SpamAssassin broke mine and the same day I updated to latest WordPress Version (5.7). Perhaps latest WP changed the way it sends via wp_mail(). I haven’t confirmed (would need to downgrade back to previous WP version) but turning off “Scan outgoing messages for spam and reject based on the Apache SpamAssassin? internal spam_score setting” resolved my Contact Form 7 sending. NOTE: I think it’s latest WordPress update (5.7) that broke it because my other plugins that use wp_mail() also stopped sending emails properly as well. Performing the above with SpamAssassin fixed those as well.
Forum: Plugins
In reply to: [Contact Form 7] Contact forms keep loading@jbdigitalfriendly Autoptimize plugin for example, doesn’t play nice with contact form 7. You can disable this on the page with your contact form (google how to disable it on single page if you use this plugin). You may want to disable caching of your contact form page too since caching might not play nice with it either depending on your caching plugin and whether it mucks with javascript. Also, appears latest WordPress doesn’t play nice with Apache SpamAssassin which is enabled on some hosts. I don’t think that is your issue, however, believe it is the caching plugin which optimizes JS. Good luck!
Forum: Plugins
In reply to: [Contact Form 7] Form not sending, please just rollback@bjornroiverhogen Fixed mine. Turns out it was a server issue as I suspected. That being said, I am not sure if you are having the same issue as me. I use a VPS. I have no idea why it broke because I have not touched my VPS configuration literally ever. Perhaps the latest WP version sends emails slightly differently using wp_mail(). I will maybe test this theory by installing the previous version of WordPress. Anyways, what fixed this for me was to adjust Apache SpamAssassin in WHM. You may want to check this out yourself.
Cheers!
Forum: Plugins
In reply to: [Contact Form 7] Form not sending, please just rollback@bjornroiverhogen Hello, sir. I have an update. So, I just checked my email SPAM folder and I am getting messages in there. “Mail failure – rejected by local scanning code”. More details of message: A message that you sent was rejected by the local scanning code that checks incoming messages on this system. The following error was given:
This message was classified as SPAM and may not be delivered
Not sure if this is same issue you are having, but googling this error seems like it’s a server (cpanel maybe) thing. This explains why an exact clone of my site works on the other servers.
Combing through my spam folder where my contact form emails are received, I see weeks worth of contact form inquires that were never received. This seems to have been broken for awhile. I will dig deeper and contact me hosting provider perhaps. You may want to check SPAM folders to see if same.
Now I know why I haven’t been receiving many inquires these past few days/weeks. Good thing 9 out of my 10 sites are low priority. I will update more details after I dig deeper and/or contact my hosting provider to possibly install a fix if I can’t do myself. Good luck!
Forum: Plugins
In reply to: [Contact Form 7] Form not sending, please just rollback@bjornroiverhogen Yeah, this issue is perplexing. Now I ran another test on another site of mine with similar config and the other plugin sent a test email successfully using wp_mail, but contact form 7 still did not. So at this point I have no idea what is the deal. I did see on some other threads here that some people are having on and off issues with contact form 7 sending, so maybe a case of this. Anyways, my sites aren’t mission critical so I may just wait. Not sure how much more troubleshooting I can do with my limited knowledge. Will test a few things and update you if I find anything out. Please do the same. Good luck!
Forum: Plugins
In reply to: [Contact Form 7] Form not sending, please just rollback@bjornroiverhogen Yeah, not sure that is an ideal solution. You would be better off installing a plugin like WP SMTP which bypasses WordPress WP_mail (which appears to be the problem or part of the problem here). My other plugin also doesn’t send anymore, so it’s not necessarily a Contact Form 7 issue but seemingly a WordPress issue with some hosting/server configs. This might be one of those issues where a WordPress update fixes things, if it’s not an issue with the two plugins (maybe others as well) I used for testing (used this one and Wordfence). Weird that it works fine on another server I am using. Tested on yet another server (3rd server) just now and also works fine. I can wait but sucks to have the contact forms not working. I have 10 sites I’d have to install SMTP and I don’t really want to. Kind of time consuming, and if you have 50 sites, good luck.
Forum: Plugins
In reply to: [Contact Form 7] Form not sending, please just rollback@bjornroiverhogen Maybe not necessarily a contact form 7 issue specifically after all. Could by why it is taking them so long to “fix it”. I say this because the other plugin did not send a test email either. Yet exact clone of my site sends email fine. Only difference is it’s running on a different server.
Forum: Plugins
In reply to: [Contact Form 7] Form not sending, please just rollback@bjornroiverhogen So, I tried to send test email from another plugin that uses wp_mail() and it fails. I then sent a test from another plugin that uses PHP Mail and it works. I assume contact form 7 also uses wp_mail() but have not confirmed. So, maybe something with latest WP version? That said, it’s very weird because on another server I have an exact clone of my site and it sends email via Contact Form 7 without issues. So, maybe a compatibility issue with latest version of WordPress and some server configs??? Any thoughts? Cheers, -mark
Forum: Plugins
In reply to: [Contact Form 7] Form not sending, please just rollback@bjornroiverhogen I thought it was only me but 9 out of my 10 sites stopped working. Looking at this thread seems like many are also having this issue. Also, I rolled back to 5.3 and it did not fix my issue. Definitely disappointed and lost some trust in this plugin as I always recommend it to clients. The only thing different on the one site where it is working still is that the site uses the WP SMTP plugin to send emails. The others send via the server. Wonder what’s up. Don’t know why 5.3 didn’t fix my issue. I am getting the error “There was an error trying to send your message. Please try again later.”
Forum: Plugins
In reply to: [Autoptimize] Duplicate Autoptimize CSS@optimizingmatters Thank you for all your help!
Forum: Plugins
In reply to: [Autoptimize] Duplicate Autoptimize CSS@optimizingmatters Yeah, we need to renew our license in order to do so and will do that eventually. The theme is pretty popular – called Bimber. My guess is the coding of the theme.
Forum: Plugins
In reply to: [Autoptimize] Duplicate Autoptimize CSS@optimizingmatters I’m not sure. We didn’t test but we do have other sites on same server using different theme and there is no double CSS.