+ Reply to Thread
Results 1 to 6 of 6

Thread: Payment date format issue

  1. #1
    Senior Member
    Join Date
    Jan 2021
    Location
    Everywhere on world
    Posts
    114

    Question Payment date format issue

    Hello,

    I have a problem with the payment date format, and also with the validity in membership plan.

    Every few days the payment date changes to an unusual format (see pic1) and with it the membership plan - column 'Active till' and 'Premium till' expires.

    When I click on the date symbol in the 'Payment date' column, a date format such as '00-1-11-30' appears (see pic2). When I open the field, the current date appears. I click on it and of 'today' then the correct date stands in the column. But before the month there is a strange ASCII character.

    You can see this in pic4, I changed the first three entries as an example.

    Unfortunately a few days later the whole thing repeats itself!

    Note: In the other membership plans in 'payment date format' are ASCII character like '/' and '(' or '#' as the first character before the month.

    Please help.
    pdp1.pngpdp2.pngpdp3.pngpdp4.png
    Best wishes, Guenter
    Jack of all trades for our website
    Everywhere on world

  2. #2
    Senior Member
    Join Date
    Jan 2021
    Location
    Everywhere on world
    Posts
    114
    Can nobody really help?
    Best wishes, Guenter
    Jack of all trades for our website
    Everywhere on world

  3. #3
    Master
    Join Date
    Oct 2019
    Location
    Hungary
    Posts
    432
    I already reported this error last year, but since then there has been no concrete solution. I use my own solution, it works.

  4. #4
    Master
    Join Date
    Oct 2019
    Location
    Hungary
    Posts
    432
    My solution: cron/index.php

    I have on line 144:
    $action_update['Pay_date'] = '';
    replace this with:
    //$action_update['Pay_date'] = '';
    after that it should work fine.

  5. #5
    Senior Member
    Join Date
    Jan 2021
    Location
    Everywhere on world
    Posts
    114
    Hello Jen,

    that Flynax support simply ignores these problems, which isn't nice!

    Thanks very much for your hint. It seems to work. I haven't had any cron jobs in the last two days with accounts or listings that expired too early. Thanks alot.
    Best wishes, Guenter
    Jack of all trades for our website
    Everywhere on world

  6. #6
    Master
    Join Date
    Oct 2019
    Location
    Hungary
    Posts
    432
    Yes, I also don't understand why there is no official fix for it.

+ Reply to Thread