1
I'm using XOOPS 2.0.16
and recent team module 2.08
PHP version 5.2.0
my
modules/system/admin.php?fct=users
is empty
If I comment out the line
$user_select->addOptionArray($member_handler->getUserList($criteria));
It works normal, but no users are listed in the top drop-down selection menu of course.
In my team module if I update one team with
modules/team/memberadmin.php
it works fine. If I update the ranks of another team it tells me "not logged in", sends me to the main page and I'm no longer logged in.
Any solutions?
It works on my local copy, but not on the linux webspace.
Apache also does not log any errors.