MyBB Community Forums

Full Version: Unregistered in first post
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Okay, on my forums it seems that whenever I make a new topic, it lists me as unregistered. It only does this in new topics, and not new posts. Here's a screen of this.

In the screen, you can see that it shows me unregistered, though everything else in the forums works fine.
Hi,

Is this problem only happening to you or everyone?

Have you made any changes to the files newthread.php / showthread.php / member.php recently? Such as for a code modification? If so, could you re-download the MyBB package from the MyBB site and then replace them files on the server with the fresh ones from the download?

Chris.
This is only happening to me.
Can you run these queries in phpMyAdmin and paste the results here:

SELECT * FROM mybb_threads WHERE tid=572

SELECT * FROM mybb_posts WHERE pid=3707

This will help us debug the issue.