Hello,
i did just do the year change creating the 2021 sql tables and php scripts. Unluckily only one of my rates did made it to 2021? Please see attached images. Any ideas why this happens and how to fix it?
My 2020 rate tables has about 16 rates, my 2021 rate table only 1?! I did backup the database before doing the year change, like always. And tried twice using the default of the daily rates to bring over to 2021.
I am using the latest version, 3.01
cheers,
Arnd
Year Change does not create correct rate table
Moderator: marco
Re: Year Change does not create correct rate table
I did check the sql table and the rates did not get copied from periodi2020 into periodi2021. This did fix it:
Code: Select all
drop table periodi2021;
CREATE TABLE periodi2021 LIKE periodi2020;
INSERT periodi2021
SELECT * FROM periodi2020;
Re: Year Change does not create correct rate table
Hello Arnd,
maybe you hit a memory limit or time limit? You can check the logs if there was an error. Hoteldruid tries to expand the execution time limit if allowed by configuration.
Regards,
Marco
maybe you hit a memory limit or time limit? You can check the logs if there was an error. Hoteldruid tries to expand the execution time limit if allowed by configuration.
Regards,
Marco
Problems installing, configuring, upgrading?
Try the easiest way to use HotelDruid:
https://www.digitaldruid.net/hosted/index.php
Try the easiest way to use HotelDruid:
https://www.digitaldruid.net/hosted/index.php