forum.coppermine-gallery.net

Dev Board => cpg1.4 Testing/Bugs => cpg1.4 Testing/Bugs: FIXED/CLOSED => Topic started by: Dragooon on October 08, 2008, 09:57:19 am

Title: [Fixed]: SMF 2 beta 4 and CPG 1.4.x bridge bug
Post by: Dragooon on October 08, 2008, 09:57:19 am
Hello,
I am new here and sorry if this is already covered

There seems to be a bug in the bridge for SMF 2 and CPG 1.4.x which causes the user to be recognized as a guest even if he/she is logged in.

To fix it
Open smf20.inc.php
Find
Code: [Select]
                if (empty($user_settings['ID_MEMBER'])){Replace it with
Code: [Select]
                if (empty($user_settings['id_member'])){
Title: Re: SMF 2 beta 4 and CPG 1.4.x bridge bug
Post by: Nibbler on October 08, 2008, 06:16:15 pm
Thanks for reporting. Fixed as suggested.
Title: Re: [Fixed]: SMF 2 beta 4 and CPG 1.4.x bridge bug
Post by: Ramsesx on January 27, 2009, 01:57:27 am
Just for your information, this isn't fixed in the latest cpg1.4.19 build.
Title: Re: [Fixed]: SMF 2 beta 4 and CPG 1.4.x bridge bug
Post by: Paver on January 27, 2009, 02:23:29 am
Just for your information, this isn't fixed in the latest cpg1.4.19 build.
True.  1.4.19 was released in August and this fix was applied in October.

The fix has been applied to the SVN repository (http://coppermine.svn.sourceforge.net/viewvc/coppermine/trunk/cpg1.4.x/) for 1.4.x which means it will be in any release of 1.4 from 1.4.20 and up, whenever they may be.  And it was applied to the SVN repository for 1.5.x (although it was since rendered moot due to code changes).

So you need to apply the fix manually in 1.4.19 and earlier, as you suggested.