PDA

View Full Version : memberlist.php error


bolly.beats
09-17-2006, 10:27 AM
Whenever I click on Member list on my forums.bollyjaan.com I get this error

Warning: mktime() expects parameter 4 to be long, string given in /memberlist.php on line 674

like about 20 times on the top, it shows me that error and the error is in this code because thats the line number 674 :

$userinfo['birthday'] = vbdate($vbulletin->options['calformat2'], mktime(0, 0, 0, $bday[0], $bday[1], 1992), false, true, false);

someone tell me how to fix it please thank you :D

nico_swd
09-19-2006, 06:51 PM
<a href="http://www.vbulletin.com/forum/showthread.php?t=191634" target="_blank">http://www.vbulletin.com/forum/showthread.php?t=191634</a>

This might help.