Clementbb
Forum Replies Created
-
In the meantime, i have disabled JS using define( ‘WPCF7_LOAD_JS’, false ); in wp-config.php. So now the form is correctly submitted and the message sent notice is displayed, but it means the page have to be reloaded on form submission.
It does not solve the original problem, I still don’t know why it is happening and I would prefer to use AJAX and not having to reload the page.
Again, I have compared with similar websites where everything works and I can’t find what’s different. Could it be a plugin functionality that works even when the plugin is disabled ?
I tried with my contact form, and with the default CF7 form.
No change unfortunatly, and same error.I have another website, with a similar configuration, with the same problem.
I have other websites, with a similar configuration, without this problem…
Can’t find what’s the difference between them.I have notived something, I don’t know if this could help :
If I submit the form empty, I have the warning message saying the form is empty (as expected) and there is a successful POST request for […]/wp-json/contact-form-7/v1/contact-forms/27/feedback. But when I fill the form and submit, this same request has error 400.It’s all in my first message.
Nothing weird here it is (I also tried without the “honeypot” plugin) :
<div class="row">
<div class="col-sm-6">[text* nom-350 placeholder "Nom*"]</div>
<div class="col-sm-6">[text prenom-162 placeholder "Prénom"]</div>
<div class="col-sm-6">[email* email-310 autocomplete:email placeholder "E-mail*"]</div>
<div class="col-sm-6">[tel tel-115 minlength:9 maxlength:22 placeholder "Téléphone"]</div>
<div class="col-12">[textarea* textarea-203 minlength:33 maxlength:999 placeholder] Votre message [/textarea*]</div>
<div class="col-12">[honeypot url-705 validautocomplete:true move-inline-css:true nomessage:true timecheck_enabled:true][submit "ENVOYER"]</div>
</div>I just tested with the default form generated by CF7 and the problem is the same.
Default form :<label> Votre nom
[text* your-name autocomplete:name] </label>
<label> Votre e-mail
[email* your-email autocomplete:email] </label>
<label> Objet
[text* your-subject] </label>
<label> Votre message (facultatif)
[textarea your-message] </label>
[submit "Envoyer"]I have seen other subjects with similar issues, some were resolve by just regenerating permalink structure, or use SMTP, but no change for me.
On the contact page (link in my first message)
Hi there,
I have the same problem. Still not working with version 2.4.0.In the google_product_category column of the data feed, there is the number like 1604 (for 1604 – Apparel & Accessories > Clothing). But still considered empty by Facebook.
Forum: Plugins
In reply to: [WP Mail Logging] Emails containing an emoticon are not logged 😉!Hi, I have the same problem. I didn’t realise the emoticon was the problem! I just tested without it and the mail was logged.
Forum: Fixing WordPress
In reply to: Closing section twice in htaccessHey,
Just to say I didn’t find the cause of the problem. But I changed host and it works fine, no problem since then. I have to admit the previous one was cheap for the website.Thank you for your help
Thanks for your explanation, i’ll check the next version then : )
have nice dayOk thanks, so it’s not host related ?
Forum: Plugins
In reply to: [Click to Chat - HoliThemes] Show shortcode onlyHi, thanks for your anwser.
In deed, i didn’t see this option at first.
It works that way!Forum: Fixing WordPress
In reply to: Closing section twice in htaccessHi
Yes I have replaced WordPress files with fresh ones.
Each time the problem occured, I inspected WordPress log files and the host log files. But I never saw anything special at the appearance of the problem.In the htaccess file, there is only one plugin that have a dedicated section (so which can write in the file). It’s a cache plugin, I have contacted the support and after desactivating some settings, including the rewrite rules, the problem occured again, meaning It’s not this plugin fault. I asked other plugin like backups and redirections but they confirmed they do not get to rewrite htaccess.
In addition to that, I cloned the website on another server (but similar) around 15 days ago. Didn’t see the issue yet.
I just set all access setting of the file to “Read”. I’ll see what happens…
Does a tracking plugin like the one you suggested can give more information than there is in the log files ?
Forum: Fixing WordPress
In reply to: Closing section twice in htaccessHey,
I come back after checking up with different plugins and unfortunatly the problem still occurs (randomly after 15 days) and can’t find any explanation :'(
Is it possible that the host have something to do in that ?Ok thanks, i’ll remove the plugin from my suspect list : )
Forum: Fixing WordPress
In reply to: Closing section twice in htaccessYes it might be good to have fresh WordPress files.
I’m checking with other plugins potentially able to rewrite htaccess and if I don’t find anything (except my despair), the permissions restrictions is a good idea (but i would have to make sure it’s compatible with the cache plugin behavior).