mktime() warning

Feed 4 posts, 2 voices

Aug 5, 2008 15:50
Avatar
27 posts

PHP Warning: mktime() expects parameter 4 to be long, string given in mysite.com/frog/plugins/archive/archive.php on line 54

I see this error on a daily basis in my website host's error log, but I can't seem to locate it anywhere on my site. Does anyone know what is causing this? An improperly formatted date?

 
Aug 5, 2008 16:47
Avatar
382 posts

the param 4 is the month, I will check this right now

 
Aug 5, 2008 16:51
Avatar
382 posts

just update the file from the one in the subversion : .../frog/plugins/archive/archive.php it should fixed this issue

 
Aug 5, 2008 17:03
Avatar
27 posts

Thank you very much! I'll keep an eye on error logs to see if it's fixed.

 
Aug 6, 2008 16:58
Avatar
27 posts

Thank you very much! The PHP warning is gone, and now my error logs are clean!