J!1.5.3
VM 1.1.0 stable
IE 7 and Firefox
Can´t see users in backend virtuemart Admin/Users, in list there is only superadmin.
other can login and in db all are in vm_userinfo table
I don't have this problem here, J!1.5.2 and VM1.1 stable. Users display OK. Only tested with Firefox.
Damn it, I have uninstall VM and install again. uninstall and install old RC3. have made J! update to 1.5.3 again and can´t see users in VM backend users.
This is urgent because I must edit some new users usergoup to other than default.
Stupid me, I don´t make backups before updates. I have told all that make backup before do enything.
Using Joomla 1.5.3 and VM 1.1.0, user list works for me.
Extended view
(http://www.protechsystems.us/stuff/vm1389-userlist-ext.gif)
Simple view
(http://www.protechsystems.us/stuff/vm1389-userlist-simple.gif)
Now I get the reason.
In admin.user_list.php selecting userlist from db, there is
$q .= "AND gid <= ".$my->gid;
My gid is 2 and others 18 or 23.
Can I manually change my gid to 25 ?
I change user table gid to 25, works.
Can´t find why gid was changed to 2.