pnCPG version 3.2 Released pnCPG version 3.2 Released
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

pnCPG version 3.2 Released

Started by casNuy, January 26, 2006, 11:06:37 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

casNuy

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 !!! ;)

casNuy

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

a-amp

Anyone got a chance to test this version with phpnuke??

Joachim Müller

won't work, this is PostNuke only afaik.

casNuy

Confirmed, only Postnuke (may work on some forks like MDpro).

Cas

jediping

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. :)

casNuy

Version 3.3 will take care of this. It is being tested at this very moment.
Hang on a bit longer.

Cas

jds656859

Quote from: 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. :)
What table did you edit I would also like to use this right now :)

jds656859

Nevermine I'll just del the calls out of that block that should remove the stats.

Joachim Müller

please don't report individual support requests on sticky announcement threads.