Advanced search  

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

Pages: [1]   Go Down

Author Topic: [EXPLAINED] Upgrading from 1.1D to 1.2 RC1/2 Instructions  (Read 6679 times)

0 Members and 1 Guest are viewing this topic.

TheSwede

  • Coppermine newbie
  • Offline Offline
  • Posts: 2
[EXPLAINED] Upgrading from 1.1D to 1.2 RC1/2 Instructions
« on: November 09, 2003, 08:42:37 am »

In the readme file it says the following...

Quote
in config .inc.php change all to just
<? $cpg_prefix = "cpg_";?>
where cpg_ is your current coppermine prefix
run same steps from install except step 2


Change all WHAT?

I don't have that line in my Coppermine...
Logged

Distl

  • Coppermine newbie
  • Offline Offline
  • Posts: 19
Re: Update from 1.1D
« Reply #1 on: November 09, 2003, 10:17:56 am »

Quote from: "TheSwede"
In the readme file it says the following...

Quote
in config .inc.php change all to just
<? $cpg_prefix = "cpg_";?>
where cpg_ is your current coppermine prefix
run same steps from install except step 2


Change all WHAT?

I don't have that line in my Coppermine...


If your table prefix is not cpg_ for Coppermine you have to change it into the prefix what you use.
Logged

gtroll

  • VIP
  • Coppermine addict
  • ***
  • Offline Offline
  • Posts: 618
    • CPG-Nuke
[EXPLAINED] Upgrading from 1.1D to 1.2 RC1/2 Instructions
« Reply #2 on: November 09, 2003, 05:28:40 pm »

Change all means to replace all the code in config.inc.php with that one line.

TheSwede

  • Coppermine newbie
  • Offline Offline
  • Posts: 2
[EXPLAINED] Upgrading from 1.1D to 1.2 RC1/2 Instructions
« Reply #3 on: November 09, 2003, 11:37:03 pm »

I'm not a programmer and i have no clue what you are talking about...

I have been using PHPNuke for a couple of years now and never had a problem upgrading any modules so far, but with your replies it becomes even more confusing...

Down below is my config.inc.php please explain what i need to change...cause i still don't understand what you mean...

Code: [Select]
<?php
// Coppermine configuration file

// MySQL configuration
$CONFIG['dbserver'&#93; =                         "localhost";        // Your database server
$CONFIG['dbuser'&#93; =                         "root";        // Your mysql username
$CONFIG['dbpass'&#93; =                         "";                // Your mysql password
$CONFIG['dbname'&#93; =                         "test";        // Your mysql database name


// MySQL TABLE NAMES PREFIX
$CONFIG['TABLE_PREFIX'&#93; =                "cpg_";
?>
Logged

DJMaze

  • VIP
  • Coppermine addict
  • ***
  • Offline Offline
  • Posts: 831
    • Dragonfly CMS
[EXPLAINED] Upgrading from 1.1D to 1.2 RC1/2 Instructions
« Reply #4 on: November 09, 2003, 11:53:08 pm »

Change it into this:
Code: [Select]
<?php
// Coppermine configuration file

// MySQL TABLE NAMES PREFIX
$cpg_prefix "cpg_";
?>
Logged
There are 2 kinds of users in this world: satisfied and complainers.
Why do we never hear something from the satisfied users?
http://coppermine-gallery.net/forum/index.php?topic=24315.0

thekingster

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 33
Upgrading from 1.1D to 1.2 Instructions
« Reply #5 on: November 11, 2003, 10:36:14 pm »

Just to confirm before I go ahead with the upgrade:

All I do is change my config.inc.php:

Quote

// MySQL TABLE NAMES PREFIX
$CONFIG['TABLE_PREFIX'] =      "cpg_";


to

Quote

// MySQL TABLE NAMES PREFIX
$cpg_prefix = "cpg_";


then run the upgrade sql script, migrate over my albums folder and all should be sweet?
Logged

DJMaze

  • VIP
  • Coppermine addict
  • ***
  • Offline Offline
  • Posts: 831
    • Dragonfly CMS
[EXPLAINED] Upgrading from 1.1D to 1.2 RC1/2 Instructions
« Reply #6 on: November 11, 2003, 10:48:18 pm »

yes and run "modules/coppermine/install.php" which is actualy a better choice
Logged
There are 2 kinds of users in this world: satisfied and complainers.
Why do we never hear something from the satisfied users?
http://coppermine-gallery.net/forum/index.php?topic=24315.0

thekingster

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 33
[EXPLAINED] Upgrading from 1.1D to 1.2 RC1/2 Instructions
« Reply #7 on: November 11, 2003, 11:10:51 pm »

wont that overwrite anything?
Logged

DJMaze

  • VIP
  • Coppermine addict
  • ***
  • Offline Offline
  • Posts: 831
    • Dragonfly CMS
[EXPLAINED] Upgrading from 1.1D to 1.2 RC1/2 Instructions
« Reply #8 on: November 11, 2003, 11:38:42 pm »

NO it's a one in all Installer and Updater as mentioned in Installation-english.txt which you have read.
Logged
There are 2 kinds of users in this world: satisfied and complainers.
Why do we never hear something from the satisfied users?
http://coppermine-gallery.net/forum/index.php?topic=24315.0

gtroll

  • VIP
  • Coppermine addict
  • ***
  • Offline Offline
  • Posts: 618
    • CPG-Nuke
Additional Upgrade Instructions
« Reply #9 on: November 12, 2003, 01:37:58 am »

This was left out of the install/upgrade file but should be there.
Upgrade Instructions
On your Server

delete all language files except the ones that came with the distribution (english italian)
delete all themes except the ones that came with the distribution  (default)

slink

  • Coppermine newbie
  • Offline Offline
  • Posts: 1
[SOLVED] Errors in config.inc.php
« Reply #10 on: November 16, 2003, 04:05:19 pm »

Using phpnuke 6.9 and cm 1.2.0rc2 for phpnuke, I get the following error trying to use the install.php script:

Coppermine update ERROR
The installer noticed you did not modify your modules/coppermine/include/config.inc.php file
open the file and change: $CONFIG['prefix'] into $cpg_prefix.  

Well, my prefix is cpg_ as I used the default prefix to install. No matter what I change it to it seems to be incorrect and getting that error message. I look in my database and it seems that I have a cpg_ as the name of my tables. What is wrong here?

Additionally (maybe this is solved in the install) I notice that in the nuke admin panel there are several items that don't have icons (blank.gif) and this looks like something is erroneous.
Logged

DJMaze

  • VIP
  • Coppermine addict
  • ***
  • Offline Offline
  • Posts: 831
    • Dragonfly CMS
Logged
There are 2 kinds of users in this world: satisfied and complainers.
Why do we never hear something from the satisfied users?
http://coppermine-gallery.net/forum/index.php?topic=24315.0
Pages: [1]   Go Up
 

Page created in 0.025 seconds with 18 queries.