FORUMS CLOSED DUE TO SPAM. YOU STILL CAN ADD POST!

mktime() warning

Feed 10 posts, 2 voices

Avatar
30 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?

 
Avatar
541 posts

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

 
Avatar
541 posts

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

 
Avatar
30 posts

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

 
Avatar
30 posts

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