MyBB Community Forums

Full Version: Online status problem in Profile & Who's Online Pages
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
The location of members in Profile and Who's Online pages in my forum are not displaying correctly. I have even installed a fresh copy of mybb 1.4.9 on a different domain and the same error still occurs, so it cannot be anything I've done.

The online.lang.php file seems to be calling this line in both pages:
$1['unknown_location'] = "<a href=\"{1}\">Unknown Location</a>";

And instead of showing something like this:

Registration Date: 04-05-2009
Date of Birth: 11-26-1988 (20 years old)
Local Time: 09-23-2009 at 09:23 PM
Status: Online (Reading Thread Post count doesn't Make a difference! @ 04:48 PM)


My forum is displaying:

Registration Date: 12-13-1999
Date of Birth: 10-27-1962 (46 years old)
Local Time: 09-23-2009 at 11:54 AM
Status: Online (Unknown Location @ 11:54 AM)


If anyone can help me correct this issue I would greatly appreciate it.
Please read stickies before posting: http://community.mybboard.net/thread-48649.html
Oops, sorry!

I searched for the issue, but didn't read the dang stickie. I wish I had though, as it would have saved me a ton of time digging through files and scratching my head.

I didn't have mbstring running, but I am running a dedicated server so it was a simple fix.

Thank you!