Calendar MOD on Windows Box Problem
Posted: Thu 19. May 2005, 11:28
Hi all
i have successfully installed the calendar mod on DEV1.2.1... latest release from IONROCK...
I have the following error thoughj when I add an event.
This is the code part giving a problem
on lines 79, 95 and 111
can any one suggest an alternative to sort this out as windows does not like this.
thanks in advance
TriP
i have successfully installed the calendar mod on DEV1.2.1... latest release from IONROCK...
I have the following error thoughj when I add an event.
Code: Select all
Warning: strtotime() [function.strtotime]: Called with an empty time parameter. in C:\Domains\xxxxx\wwwroot\include\inc_module\mod_calendar\inc_lib\main.functions.php on line 79
Warning: date() [function.date]: Windows does not support dates prior to midnight (00:00:00), January 1, 1970 in C:\Domains\xxxxx\wwwroot\include\inc_module\mod_calendar\inc_lib\main.functions.php on line 79
Code: Select all
$month = date('n', strtotime($month));
can any one suggest an alternative to sort this out as windows does not like this.
thanks in advance
TriP