nkals722
Forum Replies Created
-
Marking as resolved
10.33 Does appear to fix it, thank you.
Try this:
https://snipboard.io/4e3rDR.jpgA specific error message is:
PHP Fatal error: Uncaught TypeError: method_exists(): Argument #1 ($object_or_class) must be of type object|string, bool given in /path/plugins/decimal-product-quantity-for-woocommerce/includes/admin_order.php:20I’ve laid out the exact cause of the issue tho. If it is trying to apply this to a product that doesn’t exist, it blows up.
This also is an issue in the WooDecimalProduct_quantity_Input_Min function in the same file. Basically anywhere you call method_exists you need to make sure $product is an actual product before calling the method
The problem persists as of Version 3.0.10
Hey Joost,
I am mistaken and you are correct. It is using the older plugin. Additionally, it appears the paypal account needed an email update since the previous one was decommissioned. Once the email was updated and validated on Paypals side everything worked again.
Everything is good now, thank you for the response as well!
our friends here are removing all replies on here demanding an update and confirming the issue is effecting a large amount of sites. Everything I’m seeing points to a very easy fix they can roll out but it seems it is more important to make sure negative comments are removed from these forums instead of making the plugin useable again
Forum: Plugins
In reply to: [The Events Calendar] Event calendar 6.0.6.1 brokes the blog pageI can confirm this 100% breaks all of our client sites as well. This should be upgraded to the highest priority fix.
Sounds good. I have submitted this to your github. Thank you.
Hey Jory,
I am really confused. Is this not support for the Pods – Custom Content Types and Fields plugin? That is what I am referencing here.
I am talking about the screen when you manage any of the pods you have created to show items from the database table you have linked it up to.
Yes, it is this plugin.
In WordPress admin, if you click to manage any of the pods you have created, you will see the screen listing all of the entries. At the top of that screen is a search and underneath that search is “advanced filters”
https://www.dropbox.com/s/x0bsvd7h1j8q1wt/pk_1667921387.png?raw=1
Clicking Advanced filters opens up the popup for you to search by the fields in the POD. That is where this issue is manifesting.
Forum: Plugins
In reply to: [WooCommerce] Order Date/Time in admin is wrong since updateFYI, this is addressed and fixed in github with a new version coming out shortly apparently:
https://github.com/woocommerce/woocommerce/issues/34686
Hopefully as soon as possible since this can really mess up orders if you edit them manually…
Forum: Plugins
In reply to: [FG Magento to WooCommerce] No products importedAh this was my issue again – for some reason not all tables came over when I brought the Magento database over. Maybe as a feature request – determine if there are tables missing when doing product checks and alert in the error log?
Thanks!
Forum: Plugins
In reply to: [FG Magento to WooCommerce] No products importedExamples of the products the Magento shop has:
https://www.dropbox.com/s/s2rcvy8xh6jfahf/ksl1rbu4.png?raw=1
Forum: Plugins
In reply to: [FG Magento to WooCommerce] Testing DB Connection – Ajax 500 errorI ended up pulling everything down to a development server and it is currently importing without error. Hopefully it stays that way.
One thought was that the server was trying to get this going on was a .dev server with forced https. I wonder if that was messing some of the calls up? It looks like it was trying to access some json via http, at least for logs and progression.