VirtueMart Forum

VirtueMart Dev/Coding Central: VM1 (old version) => Virtuemart 1.1 Development (Archiv) => Quality & Testing VirtueMart 1.1.x => Topic started by: mauri on April 24, 2008, 18:35:00 PM

Title: [Solved]Users are hidden
Post by: mauri on April 24, 2008, 18:35:00 PM
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
Title: Re: Users are hiden
Post by: jenkinhill on April 24, 2008, 18:59:08 PM
I don't have this problem here, J!1.5.2 and VM1.1 stable. Users display OK. Only tested with Firefox.
Title: Re: Users are hidden
Post by: mauri on April 24, 2008, 20:02:12 PM
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.
Title: Re: Users are hidden
Post by: mauri on April 24, 2008, 20:04:16 PM
Stupid me, I don´t make backups before updates. I have told all that make backup before do enything.
Title: Re: Users are hidden
Post by: aravot on April 24, 2008, 23:00:46 PM
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)
Title: Re: Users are hidden
Post by: mauri on April 26, 2008, 19:57:10 PM
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 ?
Title: Re: [Solved]Users are hidden
Post by: mauri on April 26, 2008, 21:02:16 PM
I change user table gid to 25, works.
Can´t find why gid was changed to 2.