Need information on groupType

SnT2k

Joined: 2005-12-19
Posts: 2
Posted: Mon, 2005-12-19 05:27


Gallery version (not just "2"): 2.0.1
PHP version (e.g. 4.3.11): 4.3.11
Database (e.g. MySql 4.0.11): 4.1
Operating system (e.g. Linux): Redhat
Browser (e.g. Firefox 1.0): Firefox 1.5

I somehow messed the user and group informations in the database ( g_User, g_Group and g_UserGroupMap ), and it screwed up Gallery so I have to restore it. I figured out most of the part except for the groupType in g_Group. The only type I saw while looking through the GalleryGroup is GROUP_NORMAL. I would like to know about the others.

 
valiant

Joined: 2003-01-04
Posts: 32509
Posted: Mon, 2005-12-19 10:44

modules/core/classes/GalleryConstants.class

and why are you editing the database manually?

 
SnT2k

Joined: 2005-12-19
Posts: 2
Posted: Tue, 2005-12-20 02:54

Let's just say that the Gallery 2 + Joomla integration didn't work out correctly, the users got screwed up. Anyway, thanks for the information, I managed to sync the user databases of the two.