coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 bridging => Topic started by: bags on April 16, 2006, 11:30:30 PM

Title: phpbb 2.0.19 and cpg 1.4.4: Can't login old forum users!?!?
Post by: bags on April 16, 2006, 11:30:30 PM
I have the following issue when trying to bridge coppermine and phpBB 2.0.19:
New users can login into coppermine. OLD USERS try login but in coppermine homepage they're not legged in. :-\

Coppermine install: http://www.canedellaprateria.it/AlbumFoto/
Forum install: http://www.canedellaprateria.it/phpBB2/
Coppermine version: cpg1.4.4
Forum version: phpBB 2.0.19
Test user account: simone / simone (a new user)
               buddha / pippo (an old user)

BridgeManager settings:
Forum URL:  http://www.canedellaprateria.it/phpBB2
Relative path to your BBS's config file:  ../phpBB2/
Use post-based groups?:  0


Tnx for your help,
Giovanni
Title: Re: phpbb 2.0.19 and cpg 1.4.4: Can't login old forum users!?!?
Post by: Nibbler on April 16, 2006, 11:33:45 PM
Are the 'old' users registered in your forum or in Coppermine ? any old users from Coppermine are not available when bridged.
Title: Re: phpbb 2.0.19 and cpg 1.4.4: Can't login old forum users!?!?
Post by: bags on April 16, 2006, 11:58:03 PM
I've installed cpg 1.4.4.
Before the installation there wasn't cpg on the system.
So the old user was old PHPBB users.

Giovanni
Title: Re: phpbb 2.0.19 and cpg 1.4.4: Can't login old forum users!?!?
Post by: Nibbler on April 17, 2006, 12:36:29 AM
Did you select the bridging option for phpbb greater than 2.0.18 ?
Title: Re: phpbb 2.0.19 and cpg 1.4.4: Can't login old forum users!?!?
Post by: bags on April 17, 2006, 09:51:17 AM
Yes.
Before open this post, I've read all other posts to find if I made some mistakes.
Seems all right in bridging and works well for new users :(

Giovanni
Title: Re: phpbb 2.0.19 and cpg 1.4.4: Can't login old forum users!?!?
Post by: bags on April 19, 2006, 09:56:15 AM
Any idea?
:-[

Giovanni
Title: Re: phpbb 2.0.19 and cpg 1.4.4: Can't login old forum users!?!?
Post by: Nibbler on April 19, 2006, 01:45:47 PM
No idea, there is theoretically no difference between 'old' and 'new' users as far as Coppermine is concerned.
Title: Re: phpbb 2.0.19 and cpg 1.4.4: Can't login old forum users!?!?
Post by: bags on April 19, 2006, 03:56:23 PM
seems like coppermine read old users ad part of group "guest" (group_id=3 in usergroups).
Where I can find link from php user table and coppermine usergroup table?

Giovanni
Title: Re: phpbb 2.0.19 and cpg 1.4.4: Can't login old forum users!?!?
Post by: Nibbler on April 19, 2006, 04:01:10 PM
 bridge/phpbb2018.inc.php
Title: Re: phpbb 2.0.19 and cpg 1.4.4: Can't login old forum users!?!?
Post by: bags on April 19, 2006, 05:14:45 PM
I've solved  :o
The problem was that phpbb use to create an usergroups for each registered user.
For not known reason all old user loose their user groups.
Fixing that I've resolved my strange problem.

Tnx again,
Giovanni