switching to pnnuke switching to pnnuke
 

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

switching to pnnuke

Started by WildCherry, June 07, 2005, 12:06:36 AM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

WildCherry

I am in the process of chaning to my site to postnuke, but I do not know how to convert my coppermine to pnnuke.  Do I have to download a new version and upload all my photos again? 

Joachim Müller

no, you keep your standalone and download the pnCPG add-on that will help you to embedd your standalone coppermine version into your postnuke page. Instructions how to do this are included with the pnCPG package: http://forum.coppermine-gallery.net/index.php?topic=13988.0

xDazedx

Quick question on this. I am making the changes to WC's site and realized we had her site integrated with phpbb to use the same database. Will this cause any problems?

casNuy

Not really. I would however make a small script to copy the current Coppermine users to Postnuke to avoid any issues.
Needless to say, laways make a backup first !
Cas

xDazedx

ahhh where to begin lol......

OK I finally have this installed through some slight tweaking. I kept getting the error "Query0 failed : Table 'db_pnke2.cpg132_users' doesn't exist".

After doing some research in phpmyadmin I figured out a few things. Coppermine and PostNuke were in two different databases. I exported the coppermine tables and imported them into the same database that was set for postnuke. The other issue was the table names were set to cpg131 and not cpg132. My config panel showed version 1.3.2 however. So I changed all the coppermine tables to 1.3.2 and everything is working so far.

My question is this. The original coppermine install was obviously set to go to the other database. Does anyone know what file that is set in so I can change it to the new database? If I do any updates at this point I am not sure what database it is going to! Granted it is working which leads me to believe all is well however for grins and giggles I ran the Admin Update Database and it was displaying 1.3.1. Something is not right there. Why is my config panel displaying 1.3.2 yet the update shows 1.3.1? Let me know if you would like a test account.

Thanks for reading!

xDazedx

ok I changed the database config to point to the new one.

Has anyone else had issues where the user is not auto logged into the gallery? It makes me wonder since I had everything bridged to the old database.

xDazedx

OK if anyone had bridged their gallery with phpbb, you will need to comment define('UDB_INTEGRATION', 'phpbb'); in the include/init.inc.php file. That will correct any issues with the users not logged in.