MyBB Community Forums

Full Version: Warning [2] mktime() expects parameter 4 to be long, ...
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello guys,

Can someone help me?
I notice that one specific member have this error in the top when we visit his profile page:
http://i.imgur.com/yDsj5.png

Rest of the members dont have this problem...
What could be?

Thank you
Run the queries in post #3 and #14 here: http://community.mybboard.net/thread-62265.html
Thank you mate!

This one solved my problem:
UPDATE `mybb_users` SET `birthday` = '' WHERE `birthday` LIKE '--%';

What was the reason for that happen?