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: Migration to coppermine, having small album issue  (Read 2018 times)

0 Members and 1 Guest are viewing this topic.

darrenkemp

  • Coppermine newbie
  • Offline Offline
  • Posts: 8
Migration to coppermine, having small album issue
« on: September 23, 2009, 03:50:41 pm »

I'm hoping someone can point me in the right direction.
I have developed a small script to migrate a pretty sizable emAlbum into a new gallery 1.4 install.
Everything seems to have migrated properly in the initial album. Once i enter a category I see all the albums, with thumbnail, with the proper file count for the album. However, once i click into the album i see all pictures in the category, not just the ones that are supposed to be in that particular album. All pictures have the proper album ID.

Here is a sample of the album and picture MYSQL inserts I am doing: (Animals is category 3)

INSERT INTO `cpg14x_albums` VALUES (11,"Butterflies","Monarchs",0,'NO','Y
ES','YES',100,3,0,'butterfly','','');

INSERT INTO `cpg14x_pictures` VALUES (155,11,'Animals/Butterflies/','PX_01-41.
jpg',223641,278922,496,744,0,'','','1','admin',0,0,'','','butterfly','YES',0,'','',''
,'',0,'','',NULL,0);

INSERT INTO `cpg14x_pictures` VALUES (156,11,'Animals/Butterflies/','PX_01-50.
jpg',213400,269297,504,744,0,'','','1','admin',0,0,'','','butterfly','YES',0,'','',''
,'',0,'','',NULL,0);

Why am i seeing all files in each album?

Thanks much for anything that can get me headed in the right direction.

Thanks

-D

Logged

Nibbler

  • Guest
Re: Migration to coppermine, having small album issue
« Reply #1 on: September 23, 2009, 03:54:16 pm »

You are accidentally using the 'linked pics' feature. Remove the album keywords.

http://coppermine-gallery.net/demo/cpg14x/docs/index.htm#album_prop_keyword_start
Logged
Pages: [1]   Go Up
 

Page created in 0.018 seconds with 20 queries.