Error with the Paysera WooCommerce plugin
-
Doesn’t work anymore. Taking store down completely with the Error: Uncaught Error: Class “Paysera\PayseraInit” not found in \woo-payment-gateway-paysera/paysera.php:42 .
WordPress version 6.1.1
Current plugin: WooCommerce Payment Gateway – Paysera (version 3.2.4)
PHP version 8.1.14Looking in to paysera.php line 42:
require_once ‘vendor/autoload.php’;
const PAYSERA_MIN_REQUIRED_PHP_VERSION = ‘7.1’;
if (version_compare(PHP_VERSION, PAYSERA_MIN_REQUIRED_PHP_VERSION, ‘>=’)) {
(new PayseraInit())->build(); –42–
Hope that helps to get it fixed ASAP
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Error with the Paysera WooCommerce plugin’ is closed to new replies.