phpMyAdmin Problem dumping categories phpMyAdmin Problem dumping categories
 

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

phpMyAdmin Problem dumping categories

Started by dlkbailey, February 19, 2006, 09:02:49 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

dlkbailey

I recently installed coppermine 1.4.3 on a new server then my current gallery is on, and I wanted to try to insert the categories and albums from my other server into my new. I was using version 140 before so I changed all of the "INSERT INTO `cpg140_categories" to "INSERT INTO `cpg143_categories". But when i tried to insert it gave me this error message

Error
SQL-query:

--
-- Dumping data for table `cpg143_categories`
--
INSERT INTO `cpg143_categories`
VALUES ( 1, 0, 'User galleries', 'This category contains albums that belong to Coppermine users.', 0, 0, 0 )

Im pretty sure that there is just something else that I need to change in order to insert it, but im not sure what. Could someone tell me if I can do some thing to make this work. Thank you for any help!


kegobeer

You can't merge two different versions of Coppermine into one.  You need to upgrade your 1.4.0 version to 1.4.3.
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots

dlkbailey

There is no way of adding the categories from the dump from the other version? Even if things where changed to accomodate the new version?