I installed the calendar on my website, but when I tried to open the page, there was an error where the months should appear:
- Code: Select all
Warning: mktime() expects parameter 4 to be long, string given in (mywebsite)/ac-includes/functions.inc.php on line 20
Warning: cal_days_in_month() expects parameter 2 to be long, string given in (mywebsite)/ac-includes/functions.inc.php on line 22
ERROR checking id item availability dates
Unknown column 'NaN' in 'where clause'
Mostly 2 or 3 of the months succesfully load the first time and the other 3 continuously show the loading sign. And when I want to go to the next 6 months, this error above appears.
Do you know a possible solutition for this problem or do you need extra information?