FiveOneDigital
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Shipping broken after 2.3 upgradeFYI: I fixed my shipping errors. Although all the info I said above about coupon functions being removed or updated is all true.. my problem stemmed from ‘woocommerce_available_shipping_methods’, which was deprecated back in 2.2 or 2.1. I updated the filter to ‘woocommerce_package_rates’ and everything worked as expected.
Forum: Plugins
In reply to: [WooCommerce] Shipping broken after 2.3 upgradeI just wanted to chime in as I’m exploring this issue on a client’s website right now. It appears several functions were deprecated or updated in the cart in regards to coupons (and maybe shipping).
I’m using a custom function to filter the available_shipping_methods and it’s throwing all sorts of errors. The custom function checks for FREE SHIPPING coupons, then checks for certain products that can’t get free shipping before returning the available methods. This was working fine up until the update. I looked into the issue and found they deprecated several coupon functions (but not get_coupons() which I’m currently using).
Not really an answer, but I’m looking at it right now. Will update if I find anything that could direct you guys to the answer.
Forum: Fixing WordPress
In reply to: Add media stopped respondingI figured I’d chime in.. I’ve been having a similar issue with one of my client websites. The best lead I got to a solution was someone in another thread mentioned
ob_start
was used in one of their plugins and this was causing an issue with WP 4.0.1+ (I’m pretty sure this is the version where it occurred, but I could be mistaken).On that thread, everyone seemed to solve their problems by uninstalling all plugins until they located the culprit. Seems crazy that
ob_start
would cause this mess though. Perhaps your theme functions file uses this for a shortcode or something? I’m still experiencing the error, so I’d love an update if someone figures out the exact error.Forum: Plugins
In reply to: [Easy Contact Forms] Account suspended?Also, I just noticed the error seems to be fixed on their end. In any event, @alancoyler, I’d still like to get your fork to work. Would be great to remove those callbacks so we don’t have to worry about this happening anymore. Would gladly donate for something like this.
Forum: Plugins
In reply to: [Easy Contact Forms] Account suspended?@alancolyer Well I took your fork and installed it via FTP. I didn’t want to remove the original plugin, so I simply deactivated it. (This very well could be the problem.) Then, by switching the plugin name in your fork to “Easy Contact Forms Clean”. I was hoping I could active it with the old one deactivated. I tried this, but it said there was an error because one of the files “did not exist”. I assume this is because of the path name didn’t match something, but long story short I had to move on, so I just activated the old plugin for the sake of the forms on the site working. Have any insight? Maybe I should have remained the plugin or not used FTP?
Forum: Plugins
In reply to: [Easy Contact Forms] Account suspended?We’re experiencing this issue as well. Unfortunately the fork did not work. Is there any update from the original author?
Forum: Plugins
In reply to: [WooCommerce] Fast Help, Just upgraded and USPS module not working nowDid you find a solution to this problem yet? I am having a similar problem. Noticed errors on the CART page and we deactivated USPS Shipping, now everything is working but we really need the shipping reactivated. If you find something, please let us know. We’ll do the same.