Home › Forums › Stripe Payments Plugin › Subscription Payments Plugin causing error › Reply To: Subscription Payments Plugin causing error
I checked the php compatibility with plugin “php compatibility checker” and for php version 7.1 there are these warnings on the Stripe Payments plugin – but no warnings for the Subscription Payments addon. After updating my site to php 7.1, the error is still happening as soon as I activate the addon. I don’t have sufficient knowledge to understand what, if anything, I can do to fix this.
FILE: /home/naomijan/public_html/valueadded.video/wp-content/plugins/stripe-payments/includes/stripe/lib/StripeObject.php
———————————————————————————————–
FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
———————————————————————————————–
407 | WARNING | Method name “StripeObject::__toJSON” is discouraged; PHP has reserved all method names with a double underscore prefix for future use.
418 | WARNING | Method name “StripeObject::__toArray” is discouraged; PHP has reserved all method names with a double underscore prefix for future use.
———————————————————————————————–