Clement Gonnet
Forum Replies Created
-
Forum: Plugins
In reply to: [Invisible reCaptcha for WordPress] Contact Form 7 Error Message EverytimeIn the logs:
PHP Catchable fatal error: Argument 1 passed to InvisibleReCaptcha\\MchLib\\Plugin\\MchBaseAdminPage::renderGroupModulesSettings() must be an instance of InvisibleReCaptcha\\MchLib\\Plugin\\MchBaseAdminPage, null given in ***/wp-content/plugins/invisible-recaptcha/includes/plugin/MchBaseAdminPage.php on line 286, referer: https://www.example.com/wp-admin/options-general.php?page=invisible-recaptcha-settingsForum: Plugins
In reply to: [Contact Form 7] My forms is not submittingI have fixed the issue on my server. In my case it was the fault of nginx configuration.
I had told nginx to add a trailing slash at the end of every URL in case it was missing. Gotcha! this was the issue. Hopefully it will help someone.Issue explained:
On submission, the form sends an AJAX request as follows:
POST
/wp-json/contact-form-7/v1/contact-forms/1555/feedback
But my nginx was configured to add a trailing slash. So the response was:
301 Moved Permanently, with the trailing slash at the end.The request gets processed again, but this time, the method is replaced with a GET instead of a POST. (not sure who is at fault here, but it could be: nginx, jquery AJAX, CF7?)
So the request is replaced with:
GET
/wp-json/contact-form-7/v1/contact-forms/1555/feedback/
Which returns:
{"code":"rest_no_route","message":"No route was found matching the URL and request method","data":{"status":404}}
When I changed the WordPress permalinks to plain, everything worked fine.
I’ve got to find a way to make my permalink work nicely with my nginx configuration.I discovered that the rewrite rules were not setup properly.
I had this in my config:# Source: https://www.websavers.org/how-to-speed-up-wordpress/ rewrite !\.(js|ico|gif|jpg|png|css|pdf|mov|mp3|eot|svg|ttf|woff|otf|txt|swf)$ /index.php break; rewrite /wp-admin/$ /wp-admin/index.php break; rewrite /$ /index.php break;
I replaced it with this instead:
# rewrite rules have to be setup for WordPress # https://www.digitalocean.com/community/questions/404-when-using-pretty-permalinks-on-new-wordpress-site-on-lemp-nginx?answer=34928 if (!-e $request_filename) { rewrite ^.*$ /index.php last; }
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] Multisite backupsHi, same issue here.
Since I updated to v3.4.3 I’m getting a site backup per subsite on my Multisite. That’s 5 in my case. Plus loads of errors in the log such as:
WARNING: fopen(/wp-content/uploads/backwpup-******-backups/daily/******-10-17_02-******.tar.gz): failed to open stream: No such file or directory ERROR: Can not open source file for transfer.
WARNING: filesize(): stat failed for /wp-content/uploads/backwpup-******-backups/daily/*****_2017-10-17_******.tar.gz ERROR: The Backup archive will be too large for file operations with this PHP Version. You might want to consider splitting the backup job in multiple jobs with less files each.
It is setup as Network Only and has always worked fine up until today.
See my Schedule settings: https://snag.gy/l6xCJN.jpg
Forum: Plugins
In reply to: [Saeid Simple Text Rotator] Sometimes text is Flipped on first pageloadThis issue has been reported here by the third party JS library:
https://github.com/peachananr/simple-text-rotator/issues/2
Please could you provide an update?Forum: Plugins
In reply to: [Carousel Ultimate] Fonts loaded – causing mixed-content security issuesI’m using v1.6.
Those two fonts have been added back to your plugin it seems:function tp_ultimate_add_google_fonts() { wp_enqueue_style( 'example-google-fonts1', 'https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,700,300', false ); wp_enqueue_style( 'example-google-fonts2', 'https://fonts.googleapis.com/css?family=Tangerine', false ); } add_action( 'wp_enqueue_scripts', 'tp_ultimate_add_google_fonts' );
Forum: Plugins
In reply to: [Flamingo] Cannot open inbound messages after updateHi @takayukister,
Thanks for the update.
You recommended this script a while ago to give access to lower roles.
https://www.ads-software.com/support/topic/flamigo-roles-and-capabilities/#post-3351616Hi @wfalaa,
As explained I get a 504 error (exactly after 60s which is the max exec time):
upstream timed out (110: Connection timed out) while reading response header from upstream, client: ******, server: www.*****.***, request: “POST /wp-admin/async-upload.php HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php5-fpm-websites.sock”, host: “www.*****.***”, referrer: “https://www.*****.***/wp-admin/media-new.php”Can you try with very large mp3 files instead (ie: 50MB+).
The user I tried it with had AAM custom role and inherited from Administrator.
Forum: Plugins
In reply to: [Carousel Ultimate] Fonts loaded – causing mixed-content security issuesThanks @themepoints, but what’s the Tangerine font for?
Thats worked. Thanks @hlashbrooke.
This issue has been reported and acknowledge by author here: https://www.ads-software.com/support/topic/does-not-work-with-woocommerce-3-0/#post-9010020
Forum: Plugins
In reply to: [WooCommerce Email Validation] Broken with WooCommerce V3Issue already reported. See author’s response and temporary fix: https://www.ads-software.com/support/topic/does-not-work-with-woocommerce-3-0/#post-9010020
.pptx still can’t get uploaded in WP 4.7.3
File type: application/vnd.openxmlformats-officedocument.presentationml.presentation
I need to keep the plugin active for now.
Forum: Plugins
In reply to: [Simple Google reCAPTCHA] WooCommerce MyAccount failsHi @minor,
Thank you for being honest. Some tweaks can appear quick to achieve from a user perspective but in reality end up causing havoc for the developer. I don’t wish to underestimate the work needed to achieve this in a clean way.
On another note, in your screenshots there are checkboxes to decided where to disable the recaptcha. 1) why are these gone? 2) could this be the way to deactivate the recaptcha in my-account page?
Forum: Plugins
In reply to: [WooCommerce Email Validation] Does not work with WooCommerce 3.0Same here. Had to deactivate the plugin. Please can the author provide a fix?
I’ve had the same issue for a week when I log in to the dashboard and when I run the update checks: 504 Gateway Time-out (nginx)
I figured this plugin is the issue.Looks like their business might have stopped.
The company name is: Heymax Software Ltd (found on https://help.mangohour.com/help_center)
apparently they have not filed appropriate documentation. https://beta.companieshouse.gov.uk/company/09551928I recommend alternative solution such as the actual Table Rate Shipping from WooCommerce.