Search code examples
wordpresswoocommercebraintreehttp-status-code-500

Wordpress/Woocommerce checkout page 500 error


Im getting 500 error page on my woocommerce store checkout page. I noticed that when cart is empty there is no error, only when I add products in it

the address is https://www.belizajec.si/webshop/checkout/

when debug mode enabled I get this error

Notice: register_sidebar was called incorrectly. No id was set in the arguments array for the "Translator For Header" sidebar. Defaulting to "sidebar-1". Manually set the id to "sidebar-1" to silence this notice and keep existing sidebar content. Please see Debugging in WordPress for more information. (This message was added in version 4.2.0.) in /home/apartkri/public_html/webshop/wp-includes/functions.php on line 4137

Fatal error: Class 'WC_Gateway_Paypal' not found in /home/apartkri/public_html/webshop/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php on line 105

thanks


Solution

  • Did you update to WooCommerce 3.0? Make sure the theme you are using is compatible with WooCommerce 3.0. If it's a plugin you are using for Paypal disable it first and see if thats the one causing an issue.

    Seems like some incompatibility.