qenta-cee / woocommerce-qcp

QENTA Checkout Page plugin for WooCommerce
https://www.qenta.com
GNU General Public License v2.0
9 stars 7 forks source link

500 Uncaught Error: Class 'WirecardCEE_QPay_FrontendClient' not found #26

Closed borisdiakur closed 7 years ago

borisdiakur commented 7 years ago

Please have a look:

Uncaught Error: Class 'WirecardCEE_QPay_FrontendClient' not found in 
.../httpdocs/wp-content/plugins/woocommerce-wirecard-checkout-page/class-woocommerce-wcp-gateway.php:993\nStack trace:\n#0 
.../httpdocs/wp-content/plugins/woocommerce-wirecard-checkout-page/class-woocommerce-wcp-gateway.php(508): WC_Gateway_WCP->initiate_payment(Object(WC_Order), 'SELECT')\n#1 
.../httpdocs/wp-content/plugins/woocommerce/includes/class-wc-checkout.php(800): WC_Gateway_WCP->process_payment(2698)\n#2 
.../httpdocs/wp-content/plugins/woocommerce/includes/class-wc-checkout.php(982): WC_Checkout->process_order_payment(2698, 'wirecard_checko...')\n#3 
.../httpdocs/wp-content/plugins/woocommerce/includes/class-wc-form-handler.php(274): WC_Checkout->process_checkout()\n#4 
.../httpdocs/wp-includes/class-wp-hook.php(298): WC_Form_Handler::checkout_action('')\n#5 ...\n', referer: https://mysite.com/en/checkout/
jakubpolomsky commented 7 years ago

Please update the plugin to the newest version and test again.

borisdiakur commented 7 years ago

Used the newest version. We’ve already switched to a different gateway. Anyway, do you have any clue what might have caused the issue?

jakubpolomsky commented 7 years ago

Your trace says line 993 in the class-woocommerce-wcp-gateway.php which was in an older release. My guess would be only that the vendor directory probably wasn't copied correctly.

borisdiakur commented 7 years ago

Thank you.