MyBB Community Forums

Full Version: Viewing Profile of Array
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
sometimes when i go to Who is Online, i see this as one of the activities:

"Viewing Profile of Array"


is there a way to fix it, to see who's profiles is being viewed?


Thanks!
check you member list is array any member out there ?Smile
(2008-09-18, 04:31 PM)MyBBmodding Wrote: [ -> ]check you member list is array any member out there ?Smile

I don't see how that's relevant Huh
nope, i dont have a member called "Array"
Have you edited any PHP files?? I know almost nothing about PHP but I know enough to know that Array is a very common function.
Normally you see "Array" when you try to output something that is an array as a string instead.

Such as $mybb which is an Array.

If you do this:

echo $mybb;

That's the result.

You need to display an array in another method.

echo $mybb->settings['example']

So you probably have a problem with a plugin or some manual edit you have attempted.
can someone please give me their "who's online" code so i can comare it to mine?
Just download the .zip and look at it in there.

Or just re-upload the file, that'll be easier.
noone else is having this problem? i'm just tyring to figure out if it's somethign i did, or if it's a bug.
btw, do you know which file i should be looking for?
This was fixed in 1.4.1/1.4.2.
Pages: 1 2