strangerstudios / paid-memberships-pro

WordPress membership plugin to restrict access to content and charge recurring subscriptions using Stripe, PayPal, and more. Fully open source. 100% GPL.
https://www.paidmembershipspro.com
Other
460 stars 357 forks source link

Rename MemberOrder class (Issue with TDP Listings Plugin) #474

Open andrewlimaza opened 7 years ago

andrewlimaza commented 7 years ago

There is an issue when running PMPro and TDP Listings plugin -

Fatal error: Cannot redeclare class MemberOrder in /websites/123reg/LinuxPackage21/ph/ot/og/photographersbase.com/public_html/wp-content/plugins/paid-memberships-pro/classes/class.memberorder.php on line 3

strangerstudios commented 7 years ago

Hmmm. This stinks. In hindsight, MemberOrder is a bad name for our orders class. It should be prefixed. But it's not, and I think it would be difficult to update across all of our codebase and addons. I'm open to suggestions though.

Not sure if there is a quicker fix around only loading the correct class on different pages/etc.