forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 pnCPG (Coppermine for postNuke/Zikula) => Topic started by: casNuy on January 26, 2006, 11:06:37 pm

Title: pnCPG version 3.2 Released
Post by: casNuy on January 26, 2006, 11:06:37 pm
Latest version of the single signon module for Coppermine (1.4.x). Now supports encrypted version of Coppermine too.
Comes with 5 fully templated blocks.
Ready for 0.761.

Do read the docs carefully !

Remove previous installation before using this one !

Have Fun !!! ;)
Title: Re: pnCPG version 3.2 Released
Post by: casNuy on February 12, 2006, 02:02:27 pm
There still is a little bug in the random block which has an impact on the Statistical part of that block.
I have this fixed in the development area and wil be made available with release 3.3.
The only other feature for that release is that it will support remote databases (or accessing the Coppermine DB with another DB user than the Postnuke db user).
This is currently tested in the field, upon positive results I will release this update.

Cas
Title: Re: pnCPG version 3.2 Released
Post by: a-amp on February 21, 2006, 03:22:43 pm
Anyone got a chance to test this version with phpnuke??
Title: Re: pnCPG version 3.2 Released
Post by: Joachim Müller on February 21, 2006, 10:57:02 pm
won't work, this is PostNuke only afaik.
Title: Re: pnCPG version 3.2 Released
Post by: casNuy on February 22, 2006, 08:27:14 pm
Confirmed, only Postnuke (may work on some forks like MDpro).

Cas
Title: Re: pnCPG version 3.2 Released
Post by: jediping on March 14, 2006, 05:40:24 pm
I see you mention that there is a bug in the statistics area of the random block, which is the block I would like to use. Is there a way to disable the statistics part showing up? I keep putting 'n' in the field in the block administration area, but it never stays 'n.' If I just have to wait, that's okay, but I wasn't sure. (Really tired, so I don't know if I'm describing this well.)

EDIT: I managed to get this to work by going into the database and making the following change.

Original:
a:13:{s:6:"amount";........s:7:"shstats";n;s:7:"amount2";s:2:"20";}

Change:
a:13:{s:6:"amount";........s:7:"shstats";s:1:"n";s:7:"amount2";s:2:"20";}

Looks like there's some problem with the serialization, but this fixed it so the stats (which appear to be broken) won't show up and confuse my poor managers. :)
Title: Re: pnCPG version 3.2 Released
Post by: casNuy on March 14, 2006, 11:32:44 pm
Version 3.3 will take care of this. It is being tested at this very moment.
Hang on a bit longer.

Cas
Title: Re: pnCPG version 3.2 Released
Post by: jds656859 on March 19, 2006, 12:52:14 pm
I see you mention that there is a bug in the statistics area of the random block, which is the block I would like to use. Is there a way to disable the statistics part showing up? I keep putting 'n' in the field in the block administration area, but it never stays 'n.' If I just have to wait, that's okay, but I wasn't sure. (Really tired, so I don't know if I'm describing this well.)

EDIT: I managed to get this to work by going into the database and making the following change.

Original:
a:13:{s:6:"amount";........s:7:"shstats";n;s:7:"amount2";s:2:"20";}

Change:
a:13:{s:6:"amount";........s:7:"shstats";s:1:"n";s:7:"amount2";s:2:"20";}



Looks like there's some problem with the serialization, but this fixed it so the stats (which appear to be broken) won't show up and confuse my poor managers. :)
What table did you edit I would also like to use this right now :)
Title: Re: pnCPG version 3.2 Released
Post by: jds656859 on March 19, 2006, 01:12:34 pm
Nevermine I'll just del the calls out of that block that should remove the stats.
Title: Re: pnCPG version 3.2 Released
Post by: Joachim Müller on March 19, 2006, 11:29:03 pm
please don't report individual support requests on sticky announcement threads.