ManageMembers error

Started by Burke ♞ Knight, November 15, 2008, 07:45:17 AM

Previous topic - Next topic

Burke ♞ Knight

I've been having this error pop up on my forum lately, after viewing the memberlist in the Admin panel. I'm getting this error on all my SMF 2.0 Beta 4 sites.

Not too sure if it could be a mod installed doing it, but as far as I know, I don't have any mods that effect the ManageMembers.php file.

Quotehttp://www.bksmf.com/index.php?action=admin;area=viewmembers;sesc
8: Undefined index: totalMembers
File: bksmf.com/Sources/ManageMembers.php
Line: 113


EDIT:

Found solution...

Anyone looking for the same error.

Here is the solution,

Sources/ManageMembers.php, line 113

$context['activation_numbers'][$row['is_activated']] = $row['totalMembers'];

Should be $row['total_members']

http://www.simplemachines.org/community/index.php?topic=262385.0

Advertisement: