BenLinders
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Empty order with zero valuesSame problem, see also this discussion: https://wordpress.org/support/topic/order-without-download-links/
No solution yet, help is appreciated!
Forum: Plugins
In reply to: [WooCommerce] Order without download links@mikejolley I got an error today which looks to be a plugin conflict:
PHP Fatal error: Call to a member function get_id() on boolean in /home/public/sites/www.benlinders.com/wp-content/plugins/enhanced-e-commerce-for-woocommerce-store/includes/class-wc-enhanced-ecommerce-google-analytics-integration.php on line 371
I disabled this plugin, my feeling is that it somehow conflicts with the latest version of Woocommerce.
Mike, can you shine some light on this?
Forum: Plugins
In reply to: [WooCommerce] Order without download linksWP Mail Logging plugin has disappeared from WordPress.
Is there a replacement?
And, is it save to log mail? Is the logging file protected?
Ben Linders
Forum: Plugins
In reply to: [WooCommerce] Order without download linksI have deactivated them, now have to wait if it makes a difference
I can’t test this myself as it works ok when I order stuff. Also with customers sometimes it goes well, and sometimes it doesn’t.
Ben Linders
Forum: Plugins
In reply to: [Google Analytics for WooCommerce] Not compatible with Woo 3.2.2?Same error here. Can you update the plugin?
Forum: Plugins
In reply to: [WooCommerce] Order without download linksYes,those two plugins I know.
The one I don’t know is:
The The “woocommerce_add_order_item_meta” hook uses out of date data structures and function is deprecated since version 3.2.2. Replace with woocommerce_new_order_item.
which plugin is this?
Forum: Plugins
In reply to: [WooCommerce] Order without download linksI don’t have WP Mailing log. No other errors.
I don’t know which plugin uses the “woocommerce_add_order_item_meta” hook as the name of the plugin is not mentioned.
I didn’t disable any plugins yet as I got the impression that the errors are not related.
One of my customers reported getting a blank page after the checkout. The URL was …/checkout/order_received/… I googled for this but found nothing that helps me.
Any help is appreciated!
Forum: Plugins
In reply to: [NextScripts: Social Networks Auto-Poster] Php fatal errorsAny suggestions on the deadlock problem that I’m having?
Forum: Plugins
In reply to: [WooCommerce] Order without download linksStill having this problem. Sometimes quantity is 0 even though the customer has ordered a product. Then on a next order by the same customer, the quantity is 1 and a download link is included.
Help is appreciated!
Is it possible to roll back to a previous version of woocommmerce? Or has the database been updated?
Makes sense, thanks Jeff for explaining this! And thank you for your prompt help with this issue 🙂
Thanks Jeff!
I’ve changed the settings as proposed by you, so that should solve it.
One question though: this error is all over my error log, I see dozens or errors per hour. As I don’t expect that my users are submitting that many posts (I get about one per couple of weeks), how come that the USP functions are called that often? Even when there’s nobody on the one page that has an USP shortcode?
Ben Linders
Forum: Plugins
In reply to: [WooCommerce] Order without download linksI only updated the template content, not the version number so that I knew which one I used as a base.
Is there any traceability that I can do on the order that has no download links. Any details that I can look at to see what happened or why this might have gone wrong? Log files to check?
I just updated to woocommerce to version 3.2.3 Checked the release info but saw nothing that might be related to the “no links” problem that I have.
Ben Linders
Forum: Plugins
In reply to: [WooCommerce] Order without download linksI adapted two templates using override, but the ones in my theme directory have the same version number as the ones in the plugin directory. I’m assuming that the plugin ones are automatically updated with plugin release, so they should be up to date, right?
I had orders which didn’t have download links but also one which went ok and had all the links. So no consistent behavior.
There are woocommerce related errors in my log, unsure if they are related:
PHP Fatal error: Call to a member function get_sku() on boolean in xxx/plugins/woocommerce-google-analytics-integration/includes/class-wc-google-analytics-js.php on line 379
The The “woocommerce_add_order_item_meta” hook uses out of date data structures and function is deprecated since version 3.2.2. Replace with woocommerce_new_order_item.
WordPress database error Deadlock found when trying to get lock; try restarting transaction for query DELETE FROM wp_nxs_log WHERE id <=(SELECT id FROM (SELECT id FROM
wp_nxs_logORDER BY id DESC LIMIT 1 OFFSET 250) foo) …Any help is appreciated.
Ben Linders
Forum: Plugins
In reply to: [NextScripts: Social Networks Auto-Poster] Php fatal errorsHere is the first part of the error (can email the full message):
WordPress database error Deadlock found when trying to get lock; try restarting transaction for query DELETE FROM wp_nxs_log WHERE id <=(SELECT id FROM (SELECT id FROM
wp_nxs_logORDER BY id DESC LIMIT 1 OFFSET 250) foo) made by require(‘wp-blog-header.php’), …It’s indeed different, deadlock error. Apologies.
Forum: Plugins
In reply to: [NextScripts: Social Networks Auto-Poster] Php fatal errorsI’m having similar error messages. I updated the plugin to the latest version, but still getting these errors (all my plugins and WP are up to date).
Note: I’m using Plugin Version: 4.0.7 [Free] There’s no “[Check for API Update]” on my Help/Support page.
Ben Linders