pnCPG 2.5 released pnCPG 2.5 released
 

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

pnCPG 2.5 released

Started by casNuy, January 22, 2005, 02:53:49 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

casNuy

Version 2.5 of this Postnuke Integration Module for Coppermine.

1. Different approach to avoid extra scroll bars
2. Added the WIDTH setting for the scrolling block
3. Support for the next version of Coppermine (1.4)
4. Revised the logic for adding Albums / Guest user access
5. Full support for PN-0.750/0.760

That is it for now, enjoy..

Cas

Almost forgot, also fixed some minor bugs........

Support for 0.760 shortly after final release

gaby

Best Module for Postnuke.. works perfectly! Thanks so much for doing such a great work!! :D

Joachim Müller


casNuy

attached an upgrade, there still was a type in the "guest logic".

Cas

dwjantz

How does one install this upgrade?

Joachim Müller

Try downloading it, then unzip it and read the readme files that come with it. If there are open questions after this process, come back here and post the details.

Joachim

wassup

#6
Is this fully compatible with PostNuke 0.726?
Do I only install this or something else (like Coppermine) too?

Hein Traag

Coppermine has to be installed for this to work properly. Don't know about the compatibiluty with PN0.726 though.

casNuy

It is compatible with PN 0.726 and upwards.....
Cas

jazzlover2002

Hi, all.

I'm a bit confused.  I followed the instructions for installing pnCPG all the way to step 7, which says:

Add a new block and set your preferences for that.

I'm not sure what you mean here.  Currently if I try to click on my menu option (Gallery) which I activated in modules using {pnCPG} as the link in the Post Nuke's menu system, I get nothing.  So I'm assuming that creating this block is important.  However, I'm not sure what to do with that?  I'm relatively new with Postnuke, so any help would be appreciated.

BTW, I have Coppermine installed in a directory seperate from Postnuke.

Thanks for any assistance.

Dave

jazzlover2002

Hi, All,

Never mind.  I discovered what the problem was.  I simply hadn't configured things correctly.  Problem solved.

Thanks,

Dave

silverscout

I used an old install that did almost everything for me. 

I have pncpg 1.5. and coppermine v1.2.0 - final
Should I upgrade.  if I should.. How should I go about doing it without deliting members albums? 

I don't see upgrade instructions in this.

Joachim Müller

Quote from: silverscout on February 07, 2005, 01:06:12 PM
I have pncpg 1.5. and coppermine v1.2.0 - final
Should I upgrade.  if I should.. How should I go about doing it without deliting members albums? 

I don't see upgrade instructions in this.

Yes, you should upgrade. Backup everything (files and database), then get the most recent stable versions both of coppermine (currently cpg1.3.2) and pnCPG2.5. Read the coppermine docs (there' an upgrading section in it) that come with the package and read the documentation Cas provides in pnCPG as well, this should get you going.

Joachim

dwjantz

I did steps 1 and 2 in the Installation docs.  However, I see no new module to initialize and activate. 

casNuy

You should see a module to update.

Cas

gateway

im getting an error .. from a fresh install..

fresh install of copper mine, and the pnCPG from here, after getting it set up and adding the block when I try to view the copper mine gallery

i get this error now.


Fatal error: Call to undefined function: breadcrumb() in /usr/home/http/mysite.com/modules/pnCPG/coppermine/index.php on line 153

any thoughts?

gateway


Joachim Müller

this is not a hotline >:(, allow days, not hours before bumping - see http://coppermine.sourceforge.net/faq.php#lamesupport .
After all, you're replying to to an announcements thread, which is not a very bright idea when looking for support anyway. Posting a link to your site and a test user account might help as well.

Joachim

casNuy

As  mentioned by GauGau, a link would be very helpfull.
Anyway, some testing :
1. Coppermine works fine standalone ?
2. pnCPG works ok as module ?
3. Only an issue with the block ?
- which block ?
- what are the settings of the block ?
- what are the settings of pnCPG ?

Cas

CyberOto

Hello,

First of all - great job.

There is an error when you try to synchronize the PostNuke users with the Coppermine databse on line 452 in pnadmin.php

db_query("INSERT INTO $_cpg_album(title, description, visibility, uploads, comments, votes, pos, category, pic_count, thumb, last_addition, stat_uptodate, keyword) VALUES ('$f_username', '', '0', 'NO', 'YES', 'YES', '1', '$temp_user_cat', '0', '0', '0', 'NO', '$f_username')");


must be edited to
mysql_query("INSERT INTO $_cpg_album(title, description, visibility, uploads, comments, votes, pos, category, pic_count, thumb, last_addition, stat_uptodate, keyword) VALUES ('$f_username', '', '0', 'NO', 'YES', 'YES', '1', '$temp_user_cat', '0', '0', '0', 'NO', '$f_username')");


Best Regards,
CyberOto