Title: Issue with certain subscriptions
Last modified: February 7, 2019

---

# Issue with certain subscriptions

 *  Resolved [Phill Healey](https://wordpress.org/support/users/munklefish/)
 * (@munklefish)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/issue-with-certain-subscriptions/)
 * As others have reported I get errors when doing bundle subscriptions. At the 
   point of transfer to the payment gateway, the process fails and give a “Server
   Error” notice but the order is recorded in the backend.
 * My error logs say the issue is due to “woo_lifetime_date” requiring 3 inputs 
   but only being sent 2. I noticed that this filter on line 41 only use the $status
   and $ordeR_id input variables anyway with the 3rd $order” being redundent. As
   such simply making this an ‘optional’ input seems like the logical fix.
 * Try making the following change to ‘wp-content/plugins/woo-subscriptions-variation-
   lifetimeonetime-purchase/woo-subscriptions-variation-lifetime.php’
 * Change this:
    function woo_lifetime_date( $status, $order_id, $order )
 * to this:
    function woo_lifetime_date( $status, $order_id, $order=” )
 * P.s. Thanks, this is a great plugin.

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

 *  Plugin Author [logicfire](https://wordpress.org/support/users/logicfire/)
 * (@logicfire)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/issue-with-certain-subscriptions/#post-11186950)
 * Hi
    Thanks for the pointing the bug and solution for it. I have already updated
   the plugin and uploaded.
 * Thanks
    Logicfire
 *  Thread Starter [Phill Healey](https://wordpress.org/support/users/munklefish/)
 * (@munklefish)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/issue-with-certain-subscriptions/#post-11188467)
 * No problem,
 * This helped me a lot so just returnong the favour. Glad to see you are still 
   active and the plugin isn’t dead.
 * Thanks.

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

The topic ‘Issue with certain subscriptions’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/woo-subscriptions-variation-lifetimeonetime-
   purchase.svg)
 * [Woo Subscriptions Variation Lifetime/Onetime Purchase](https://wordpress.org/plugins/woo-subscriptions-variation-lifetimeonetime-purchase/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woo-subscriptions-variation-lifetimeonetime-purchase/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woo-subscriptions-variation-lifetimeonetime-purchase/)
 * [Active Topics](https://wordpress.org/support/plugin/woo-subscriptions-variation-lifetimeonetime-purchase/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woo-subscriptions-variation-lifetimeonetime-purchase/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woo-subscriptions-variation-lifetimeonetime-purchase/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Phill Healey](https://wordpress.org/support/users/munklefish/)
 * Last activity: [7 years, 4 months ago](https://wordpress.org/support/topic/issue-with-certain-subscriptions/#post-11188467)
 * Status: resolved