blitton
Forum Replies Created
-
Thank you for the information, Krystian. It is very helpful.
Forum: Plugins
In reply to: [hCaptcha for WP] Fatal error when submitting Formidable Forms formThank you very much!
Forum: Plugins
In reply to: [hCaptcha for WP] WooCommerce checkout page jumps to hCaptcha on page loadGreat, thank you very much!
Thanks for the info, @meyerf. I ended up purchasing an UpdraftPlus license in order to open a support ticket with them. Here’s what they told me:
This is related to Amazon having deprecated “path-style” bucket access. Our code switched over to using “host-style” bucket access. Does your S3 provider provide host-style access? If they do, then you just need to set up the missing DNS record (the one mentioned in your error message).
We are also looking to revert the change for non-Amazon providers in the next release.
In my case, I ended up creating a DNS record for the subdomain UpdraftPlus is trying to use for my bucket and that solved my problem. I wish I didn’t have to do that, but just happy that my problem is solved.
Actually, I see that other plugins use a PHP file with the same name as the plugin folder as the plugin’s main file. This plugin’s folder name is “personalize-woocommerce-cart-page” and the new file it uses appears to be woohero.php. I’m guessing maybe “woohero.php” should be renamed to “personalize-woocommerce-cart-page.php”.
Surprised that something like this would have made it through QA/QC.
- This reply was modified 6 years, 5 months ago by blitton.
I just had this happen as well. The error message is:
The plugin personalize-woocommerce-cart-page/index.php has been deactivated due to an error: The plugin does not have a valid header.
When comparing the plugin’s index.php file between the latest version and the previous version, the latest version’s file is missing the PHP comment that contains all of the plugin information:
Plugin Name: Personalized WooCommerce Store
Plugin URI: http://www.najeebmedia.com
Description: Woocommerce extension which allow store admin to add message in almost every area of store like Product, Cart, Checkout, My Account etc. Even some action like redirect login and registrion.
Version: 2.5
Author: Najeeb Ahmad
Author URI: http://www.najeebmedia.com/
Text Domain: nm-woostore
WC requires at least: 3.0.0
WC tested up to: 3.4.3- This reply was modified 6 years, 5 months ago by blitton. Reason: Converted error message to blockquote
I have the same problem using Wasabi as my S3-compatible storage. My colleague confirmed that he can access the same bucket that I’m trying to access in UpdraftPlus from a different backup software application (Cloudberry) without any problem.
I am having the email notification problem as well. Revision feature works for the custom post types. I just don’t receive email notifications when a custom post type revision is submitted. Is this not supported?