Coppermine bug (?) and Request Coppermine bug (?) and Request
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Coppermine bug (?) and Request

Started by Binerf, March 19, 2006, 04:29:39 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Binerf

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

Nibbler

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.

Binerf

OK, thanks for you response.

And for my request ? Stupid request ?

Binerf