MyBB Community Forums

Full Version: User CP error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey guys, I cant figure out whats going on with this... Link here:


http://gdgforums.com/member.php?action=profile&uid=20

it shows at the top of the screen when you click on a persons username or go into the user CP

The Line that is specifies shows this:
[/php]$membday = mktime(0, 0, 0, $membday[1], $membday[0], 0);
Thank you,

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

How would I go about running this query though?
In phpMyAdmin. Select the database for your forums, and click the SQL tab on the top. Paste that query in there and run it.

If you have a different table prefix than mybb_ then change it accordingly.
Worked like a charm, thanks =)
Worked, thank you.