• Resolved cascadiasn

    (@cascadiasn)


    When a user registers and pays for their subscription, it is showing their expiration date as January 1st, 1970 when they view their profile details. How can I fix that issue?

Viewing 8 replies - 1 through 8 (of 8 total)
  • Kuzdo

    (@kuzdo)

    Problem is in PMS_Subscription_Plan class. This object has field type which is not set on creation. Field is based on data from db, but on creating Plan, this field isn’t setted, so when Plan is choosed when subscribing, the field is empty (”). Function get_expiration_date (line 279) is checking if field is type regular or fixed-period. Because field has empty value (empty string == ”), function is returning empty string instead expiration date.

    PS. Sorry for my English.

    • This reply was modified 6 years ago by Kuzdo.
    Plugin Author Georgian Cocora

    (@raster02)

    Hello @cascadiasn, @kuzdo,

    Thank you for the report, this will be fixed with the next release.

    Regards.

    Terry

    (@oxwalor)

    Do you have an ETA? We had to stop new user registrations on our site because of this issue.

    If anyone can post an interim fix in the php code that would be highly appreciated!

    Plugin Author Georgian Cocora

    (@raster02)

    @oxwalor,

    The update is being done right now.

    We’re sorry about the inconveniences created.

    Regards.

    rajeshsingh520

    (@rajeshsingh520)

    So the bug is solved in the new release 1.8.6 ?

    Kuzdo

    (@kuzdo)

    @rajeshsingh520 yes, bug is solved in 1.8.6

    rajeshsingh520

    (@rajeshsingh520)

    Thanks

    Plugin Author Georgian Cocora

    (@raster02)

    Yes, issue is fixed in the latest update: 1.8.6

    Regards.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Expiration date’ is closed to new replies.