forum.coppermine-gallery.net
Support => cpg1.4.x Support => Older/other versions => cpg1.4 bridging => Topic started by: Binerf on March 19, 2006, 04:29:39 pm
-
Hi,
I found a strange problem on my Coppermine version (1.4.3).
When I go in Bridges administration to test, all my groups created in Coppermine disappear and I have again 4 base groups (Administrators, Registered, Guests, Banned).
So I watched my MySQL log and I found this:
424 Query SELECT * FROM cpg142_bridge
424 Query UPDATE cpg142_config SET value = '0' WHERE name = 'bridge_enable'
424 Query SELECT * FROM cpg142_bridge
424 Query SELECT * FROM cpg142_config
424 Query DELETE FROM cpg142_usergroups WHERE 1
424 Query INSERT INTO cpg142_usergroups
VALUES (1, 'Administrators', 0, 1, 1, 1, 1, 1, 1, 0, 0, 3, 0, 5, 3)
424 Query INSERT INTO cpg142_usergroups
VALUES (2, 'Registered', 1024, 0, 1, 1, 1, 1, 1, 1, 0, 3, 0, 5, 3)
424 Query INSERT INTO cpg142_usergroups
VALUES (3, 'Anonymous', 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 0, 5, 3)
424 Query INSERT INTO cpg142_usergroups
VALUES (4, 'Banned', 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 5, 3)
424 Quit
Is it normal ?
And my request: when my groups disappear in my DB, all albums become "Public"; I'd prefer that albums become readable by only owner or the person who created album. Is it possible ?
Thank you.
Binerf
-
When you run the bridge manager the groups are reset. You should normally only do this once so there is no problem. Bridging when you already have users/albums etc is not recommended.
-
OK, thanks for you response.
And for my request ? Stupid request ?
Binerf