MyBB Community Forums

Full Version: MKtime error in Members.php
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Love the software, just ditched phpBB for this lovely board... installed, everything went great, when I go to view a members profile this comes up

The following warnings occurred:
Warning [2] mktime() expects parameter 5 to be long, string given - Line: 1467 - File: member.php PHP 5.2.5 (Linux)
File Line Function
[PHP] errorHandler->error
/member.php 1467 mktime


I already tried all the SQL querys listed in the response to http://community.mybb.com/thread-69685.html

and still no luck... ideas?
Did you also try the sql query in this thread: http://community.mybb.com/thread-79096.html

If that doesn't do it run this query and give us the output:
Replace x with the uid of the user whose profile you get the error on.
SELECT `birthday` FROM `mybb_users` WHERE `uid`= x;