MyBB Community Forums

Full Version: when clicking on a username to visit a profile
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
sigh, bunch of errors today! this happens when I click on some forum users, not all of them.

The following warnings occurred:

Warning [2] mktime() expects parameter 5 to be long, string given - Line: 1467 - File: member.php PHP 5.2.17 (Linux)

File 	Line 	Function
[PHP] 	  	errorHandler->error
/member.php 	1467 	mktime

[attachment=23500]


Run the queries in post #3 and #14 here: http://community.mybboard.net/thread-62265.html
(2011-07-25, 03:31 AM)Yaldaram Wrote: [ -> ]Run the queries in post #3 and #14 here: http://community.mybboard.net/thread-62265.html

0 rows affected for both of those queries.

edit, this query fixed the issues:

UPDATE `mybb_users` SET `birthday` = '' WHERE `birthday` LIKE '-%';