pepin0x
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Completed order email (randomly) doesnt contain download linkHello Paulo. Thanks for your time.
About Wc version, 6.3.1 is from 2022-03-10. Right now I’m not sure if my problem is before the date or not. I’ll review the WC changelog to check It doesn’t break my custom code and then update it. Maybe this is the problem, I’m not really convinced but I need to try 😛
About my MariaDB, version is 10.3.32, minimum for WC is 10.1 as your link says. This is not the problem. 5.6 or above is for MySQL, but I don’t use MySQL (I use MariaDB).
Thanks. I’ll let you know if I get the problem again. Meanwhile, I’ll mark as resolved because it could take weeks/months until I get the error again if not fixed.
Thanks for everything, greets!
Forum: Plugins
In reply to: [WooCommerce] Completed order email (randomly) doesnt contain download linkHi.
I have some errors about variable products (I believe) but they are from 1 month ago, not related with purchases:
Woocommerce LogsCheers.
- This reply was modified 4 years, 1 month ago by pepin0x. Reason: fix links
Forum: Plugins
In reply to: [WooCommerce] Completed order email (randomly) doesnt contain download linkSadly I don’t know when this started to happen. I update plugins regular basis by myself. I recreated the same purchase now using a coupon and I’ve got the download links in the mail.
About download permissions, yes, I can see the permissions in the order (the one with no links inside the email). I also have an order 3 hours before the “failed one” showing download links (different product, but it doesn’t matter because the last failed one was ok in previus orders and also ok in the order I generated a few mins ago ).
I know this is almost impossible to fix without being able to reproduce the problem. I just was trying some luck becauser I’ve seen older posts with the same problem. Thanks.
Forum: Plugins
In reply to: [Cache Enabler] Change html timestamp timezoneHello.
line 825 from
$current_time = current_time( 'D, d M Y H:i:s', true ) . ' GMT';
to
$current_time = current_time( 'D, d M Y H:i:s');
so timestamp is adjusted with the GMT offset in the WordPress option. I don’t know if it’s the best approach because I don’t code (but I can read google lol) but looks good for me and works :P.Thanks for the tip!
PD: current_time() | Function | WordPress Developer Resources