Search found 8 matches
- Wed Jan 21, 2026 11:13 pm
- Forum: Central Station ★ The All in One Vaping Forum
- Topic: Viva.Com Order Cancellation Gives 404 Error
- Replies: 3
- Views: 89
Sorted!
Right, listen in, because I’ve been round the houses with a similar one and it's a right old touch-and-go situation. If you’re using the Viva.com (Vivacom) payment gateway for WooCommerce and find that your "Cancel" redirect is sending folks to a dead page or a messy API link instead of ba...
- Wed Jan 21, 2026 8:28 pm
- Forum: Central Station ★ The All in One Vaping Forum
- Topic: Viva.Com Smart Checkout Plugin (WooCommerce) Issue
- Replies: 14
- Views: 188
By the way, something just occurred to me
No problem at all, mate—glad I could be of use. By the way, something just occurred to me. You got access to your hosting panel? If you do, have a look and see if it lets you change the PHP versions. If it does, you don't need a soul to help you. Just hop into your control panel, click on the PHP se...
- Wed Jan 21, 2026 8:23 pm
- Forum: Central Station ★ The All in One Vaping Forum
- Topic: Viva.Com Smart Checkout Plugin (WooCommerce) Issue
- Replies: 14
- Views: 188
Re: Viva.Com Smart Checkout Plugin (WooCommerce) Issue
I can promise you, it’ll definitely work. But to be straight with you, this isn't a real fix for the plugin itself— it only hides the warning from view. If your friend knows what he’s doing with code, tell him there is a proper technical solution, but he needs to be comfortable editing the plugin fi...
- Wed Jan 21, 2026 8:08 pm
- Forum: Central Station ★ The All in One Vaping Forum
- Topic: Viva.Com Smart Checkout Plugin (WooCommerce) Issue
- Replies: 14
- Views: 188
Re: Viva.Com Smart Checkout Plugin (WooCommerce) Issue
You got a mate who's handy with basic coding? Little bit of PHP and HTML? You are gonna have to beg them for a massive favour, because this site is in a right state.
- Wed Jan 21, 2026 8:03 pm
- Forum: Central Station ★ The All in One Vaping Forum
- Topic: Viva.Com Smart Checkout Plugin (WooCommerce) Issue
- Replies: 14
- Views: 188
Re: Viva.Com Smart Checkout Plugin (WooCommerce) Issue
You can temporarily hide the warning (this is pretty safe but this is not a real fix). If your checkout is working but the message is visible on the site, you can suppress deprecated notices. Edit wp-config.php file: define('WP_DEBUG', false); define('WP_DEBUG_DISPLAY', false); Or if you need debug ...
- Wed Jan 21, 2026 7:58 pm
- Forum: Central Station ★ The All in One Vaping Forum
- Topic: Viva.Com Smart Checkout Plugin (WooCommerce) Issue
- Replies: 14
- Views: 188
Re: Viva.Com Smart Checkout Plugin (WooCommerce) Issue
Yes, can you access your WP site now? If yes, then here is a very quick way to fix it: ✅ Update the Viva.com plugin (this is the BEST option). Hopefully, Viva.com has been releasing updates to fix PHP 8.2 issues. Do this: 1. Go to WordPress Admin → Plugins 2. Update Viva.com Smart for WooCommerce 3....
- Wed Jan 21, 2026 7:54 pm
- Forum: Central Station ★ The All in One Vaping Forum
- Topic: Viva.Com Smart Checkout Plugin (WooCommerce) Issue
- Replies: 14
- Views: 188
Re: Viva.Com Smart Checkout Plugin (WooCommerce) Issue
Fixable, no worries. What’s happening (in plain English): PHP 8.2 no longer allows creating class properties on the fly The Viva.com plugin is doing exactly that: $this->order_status = ... Since the property order_status was never declared in the class, PHP throws this warning. This is 100% a plugin...
- Wed Jan 21, 2026 7:47 pm
- Forum: Central Station ★ The All in One Vaping Forum
- Topic: Viva.Com Smart Checkout Plugin (WooCommerce) Issue
- Replies: 14
- Views: 188
It's not serious
Good evening,
This is a PHP 8.2 deprecation warning, not a fatal error. Your site is telling you that the Viva.com Smart for WooCommerce plugin is using outdated PHP practices. It's not serious.
This is a PHP 8.2 deprecation warning, not a fatal error. Your site is telling you that the Viva.com Smart for WooCommerce plugin is using outdated PHP practices. It's not serious.