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!
You can't merge two different versions of Coppermine into one. You need to upgrade your 1.4.0 version to 1.4.3.
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?