Title: Debugging error shows deprecated
Last modified: April 27, 2020

---

# Debugging error shows deprecated

 *  Resolved [heiress02](https://wordpress.org/support/users/heiress02/)
 * (@heiress02)
 * [6 years ago](https://wordpress.org/support/topic/debugging-error-shows-deprecated/)
 * After debugging my site, this error appeared with your plugin:
    Deprecated: Unparenthesized`
   a ? b : c ? d : e` is deprecated. Use either `(a ? b : c) ? d : e` or `a ? b :(
   c ? d : e)` in /misc/5/000/240/434/6/user/web/yafilme.com/wordpress/wp-content/
   plugins/stripe-payments/includes/class-asp-payment-data.php on line 88

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Plugin Support [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [6 years ago](https://wordpress.org/support/topic/debugging-error-shows-deprecated/#post-12740715)
 * Hi, thank you for sharing this information. I have submitted a message to the
   plugin developers to investigate further your findings.
 * Thank you
 *  Plugin Author [mra13 / Team Tips and Tricks HQ](https://wordpress.org/support/users/mra13/)
 * (@mra13)
 * [6 years ago](https://wordpress.org/support/topic/debugging-error-shows-deprecated/#post-12740882)
 * What version of PHP are you using on this server? Your hosting provider can answer
   this question for you.
 *  [enomoto celtislab](https://wordpress.org/support/users/enomoto-celtislab/)
 * (@enomoto-celtislab)
 * [6 years ago](https://wordpress.org/support/topic/debugging-error-shows-deprecated/#post-12850743)
 * Same. I’ve been getting errors in my environment as well.
 * wp-content/plugins/stripe-payments/includes/class-asp-payment-data.php
    L83, 
   84, 87, 88, 89
 * Unparenthesized `a ? b : c ? d : e` is deprecated. Use either `(a ? b : c) ? 
   d : e` or `a ? b : (c ? d : e)`
 * PHP 7.4 deprecates the unparenthesized ternary operator, see [https://www.php.net/manual/en/migration74.deprecated.php](https://www.php.net/manual/en/migration74.deprecated.php)
 *  Plugin Contributor [Alexander C.](https://wordpress.org/support/users/alexanderfoxc/)
 * (@alexanderfoxc)
 * [6 years ago](https://wordpress.org/support/topic/debugging-error-shows-deprecated/#post-12850905)
 * Hi and thank you for your reports.
 * This will be fixed in the upcoming version of the plugin.
 * You can ignore the warning for now as it won’t break any functionality.
 *  Plugin Contributor [Alexander C.](https://wordpress.org/support/users/alexanderfoxc/)
 * (@alexanderfoxc)
 * [5 years, 12 months ago](https://wordpress.org/support/topic/debugging-error-shows-deprecated/#post-12864480)
 * This has been fixed in current testing version.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Debugging error shows deprecated’ is closed to new replies.

 * ![](https://ps.w.org/stripe-payments/assets/icon-128x128.png?rev=2705524)
 * [Accept Stripe Payments](https://wordpress.org/plugins/stripe-payments/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/stripe-payments/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/stripe-payments/)
 * [Active Topics](https://wordpress.org/support/plugin/stripe-payments/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/stripe-payments/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/stripe-payments/reviews/)

 * 5 replies
 * 5 participants
 * Last reply from: [Alexander C.](https://wordpress.org/support/users/alexanderfoxc/)
 * Last activity: [5 years, 12 months ago](https://wordpress.org/support/topic/debugging-error-shows-deprecated/#post-12864480)
 * Status: resolved