0 Users appreciate this thread.
[Major bug fix] Profile comments fixed!
roxasmaker (2012-05-21 17:55:39)it happend on my 3ds too
Sup, I'm here!
Follow me on Twitter: @r0xasmaker
Follow me on Twitter: @r0xasmaker
Log in to submit a comment
Back to forum: Development News
New registered users today: 7
Newest registered user: ElegantVulpes
That annoying profile comment glitch is now fixed, everyone!
After looking a bit into the bug, I discovered it was only the PC version, (which I had updated to prepare for something new).
Turns out it was this tiny little line of code that erased the member ID from memory, which makes several features of 3DSPlaza unusable/buggy.
$member_id = $row['id'];
A BAD! Piece of code, since the member ID was already loaded and wasn't selected from the DB.
Remember guys, test your stuff thoroughly!
Any more issues please contact me or post in the Bug Reports forum.