• Hello,
    After a booking from a visitor, all end dates in tables dopbsp_availibility and dopbsp_availibility_no and dopbsp_availibility_price are set to 1969-12-31 23:59:59 although the default value in mysql is 9999-12-12 etc.

    Do you know why? How to fix it? Is there a hook after a booking to change the values with a query (update end_date set etc.)

    Thanks in advance

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter Rouen Webmaster

    (@rouenwebmaster)

    Hello,
    It seems to be linked with such issue: date(“Y-m-d H:i:s”, strtotime($inputDate))
    If $inputdate is not valid/defined, it returns 1969-12-31 23:59:59…

    Do you know where is the issue and how can I fix it?

Viewing 1 replies (of 1 total)
  • The topic ‘date_end is updated to 1969 after a booking’ is closed to new replies.