coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 miscellaneous => Topic started by: dlkbailey on February 19, 2006, 09:02:49 PM

Title: phpMyAdmin Problem dumping categories
Post by: dlkbailey on February 19, 2006, 09:02:49 PM
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!

Title: Re: phpMyAdmin Problem dumping categories
Post by: kegobeer on February 19, 2006, 11:06:28 PM
You can't merge two different versions of Coppermine into one.  You need to upgrade your 1.4.0 version to 1.4.3.
Title: Re: phpMyAdmin Problem dumping categories
Post by: dlkbailey on February 20, 2006, 01:34:10 AM
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?