Russ
Forum Replies Created
-
Hello,
That is the authentication method that I am using. I had to Revoke access and then re-submit it to change the API Connection Status back to OK.
What would be helpful is if the API Connection Status has an issue (e.g. 250002: Invalid Authentication), that it sends an email to the website administrator so that they can review the issue immediately.
Thank you.
Forum: Plugins
In reply to: [LiteSpeed Cache] JS Folder is over 17 GBI disabled JS Combine as I was unable to determine any random string (via diffchecker.com) to enter into JS Excludes.
At least I now know what caused the issue though.
Thanks.
Forum: Plugins
In reply to: [LiteSpeed Cache] JS Folder is over 17 GBThank you for the reference.
@grola No. I do not have any connection drop issues so far with version 3.1.0.
Thank you. I submitted a notification request at the link you supplied.
Yes. I am using Version 3.0.0 of the Pro plugin and it is now working.
Would it be possible to have the plugin do a regular check to make sure OAuth is working and if not, that it sends an email notification to the Admin?
- This reply was modified 4 months, 2 weeks ago by Russ.
Forum: Plugins
In reply to: [Markup by Attribute for WooCommerce] Critical Error with Version 3.14Thanks!
Since you mentioned adding UPS Zones, I assume the Zone Regions were included as well. I just wanted to bring it up in case it was overlooked.
Forum: Plugins
In reply to: [Advanced Contact form 7 DB] Form submissions now going from oldest to newestI just noticed with version 2.0.5 that this is now resolved.
Forum: Plugins
In reply to: [Advanced Contact form 7 DB] Security VulnerabilityUntil there is an official patch from the plugin developer, you could do the following:
- Edit /admin/class-advanced-cf7-db-admin.php
- Search for the following on Line 1405: function vsz_cf7_export_to_excel($fid, $ids_export){
- Add the following directly below it.
// Check if the current user has the required capability if (!current_user_can('manage_options')) { return 'You do not have the permission to export the data'; }
I too would love this feature.
Forum: Plugins
In reply to: [Markup by Attribute for WooCommerce] HPOS CompatibilityTalk about a FAST turnaround! Thank you ??
Forum: Plugins
In reply to: [Markup by Attribute for WooCommerce] HPOS CompatibilityThanks for the reply.
I only mentioned it because under WooCommerce > Settings > Advanced > Features > Order data storage, it lists this plugin as incompatible.
Forum: Plugins
In reply to: [RSS Feed Retriever] FIXED: PHP 8.x ErrorThanks, @sybena for the PHP8 patch! Hopefully, we can see that in the public release.
Forum: Plugins
In reply to: [RSS Feed Retriever] PHP 8 supportThanks, @flashios09 for the PHP8 patch!