SmoovP
Member
Posted 11 months ago #
Returning this error when I try and checkout.
Fatal error: Cannot redeclare class Stripe in /home/patrick/public_html/wp-content/plugins/marketpress/marketpress-includes/plugins-gateway/stripe-files/lib/Stripe.php on line 15
What's this mean and how do I fix it?
http://wordpress.org/extend/plugins/wp-stripe/
Means marketpress is already using the same Stripe library (all the same functions). Could try removing the /stripe-files/ folder and relevant requires/includes, but more than likely just deactivate marketpress if you don't need it.