ehsan120y
Forum Replies Created
-
Hi,
Thanks for the response. The unstyled Account Statement page issue was resolved by clearing the cache, so that one’s fine now.
However, the recharge product title/image issue is still there: I’ve set both the custom title and product image in WooWallet > Settings > Recharge, but they still don’t show up on the frontend for the wallet top-up product.
Could you look into this one? Thanks!
- This reply was modified 1 day, 9 hours ago by ehsan120y.
Forum: Plugins
In reply to: [Wallet for WooCommerce] v1.6.11 – Uncaught Exception ErrorHello,
After updating the free WooWallet plugin to the latest version, my site went down with a fatal error triggered during the plugin’s own update/migration routine.
Error log:
Fatal error: Uncaught Error: Call to undefined function get_user_by() in …/wp-includes/meta.php:1830
Stack trace: 0 meta.php(213): get_object_subtype(‘user’, 1) 1 user.php(1310): update_metadata(‘user’, 1, ‘_woo_wallet_pro…’, 1, ”) 2 woo-wallet/includes/helper/woo-wallet-update-functions.php(447): woo_wallet_update_1611_migrate_promotion_dismissal() 3 class-woo-wallet-install.php(268): Woo_Wallet_Install::update() 4 class-woo-wallet-install.php(66): Woo_Wallet_Install->__construct()It looks like the update routine woo_wallet_update_1611_migrate_promotion_dismissal() runs during plugin bootstrap, before the
plugins_loadedhook fires, so pluggable functions like get_user_by() aren’t defined yet, and the site crashes with a white screen / fatal error for every visitor.I had to roll back to the previous plugin version to bring the site back online. Could you confirm this is a known issue and let me know when a fix will be released, or whether there’s a safe way to re-run the update?