culladmin
Forum Replies Created
-
We had the same issue with one client website on Friday 6/20 and again with a different client website yesterday, Monday 6/23.
We’re using Nexcess Edge CDN and had an issue where all users were blocked by the firewall under the IP 18.97.9.96 just for one page. After plugin updates and flushing caches, the issue resolved. Could you confirm if the plugin now properly detects visitor IPs behind Nexcess CDN, or if any settings should be adjusted manually?Forum: Plugins
In reply to: [WP Admin Cache] Conflict With Redis CacheBesides slower load times, we don’t see the green box in the lower right of the browser window saying that the page is cached.
In case anyone else has this issue and the developer hasn’t resolved it, this was what we found:
File: /wp-content/plugins/woo-advanced-shipment-tracking/includes/class-wc-advanced-shipment-tracking.php
Line: 1602
Original / incorrect line:
if ( is_plugin_active( ‘woocommerce-sequential-order-numbers-pro/woocommerce-sequential-order-numbers.php’ ) ) {Customized / corrected line:
if ( is_plugin_active( ‘woocommerce-sequential-order-numbers-pro/woocommerce-sequential-order-numbers-pro.php’ ) ) {We ran into the same issue and the developer gave us the same answer. We eventually found the issue and how to resolve it. Hope this helps!
File: /wp-content/plugins/woo-advanced-shipment-tracking/includes/class-wc-advanced-shipment-tracking.php
Line: 1602
Original / incorrect line:
if ( is_plugin_active( ‘woocommerce-sequential-order-numbers-pro/woocommerce-sequential-order-numbers.php’ ) ) {Customized / corrected line:
if ( is_plugin_active( ‘woocommerce-sequential-order-numbers-pro/woocommerce-sequential-order-numbers-pro.php’ ) ) {Please resolve this issue in your next release.
Sequential Order Numbers Pro (By SkyVerge).
- This reply was modified 6 years, 1 month ago by culladmin.
I’m running AST version 2.9.1. I tried turning off all plugins but AST, Sequential Order Numbers, and Woo. I changed my theme from Astra to Twenty Seventeen. I also tried with Woocommerce versions 3.9.2 & 4.0.1. Upload still fails.
Is there any way my order numbers could be getting stored in the table? Where does AST look for order numbers?
Thanks!