An Issue with G1 -> G2 Migration

lnxfreak123

Joined: 2004-06-17
Posts: 2
Posted: Thu, 2004-06-17 01:51

Every album I have migrated from Gallery 1, the import is successful but it has a side effect of creating an empty 92x92 resize image (it's really the broken image image that shows up, since no resized version that small exists or even should exist) for every image. Each album I import does not have any resized images, just full sized ones. Other than this G2 is pretty cool so far.

Tom

P.S. Probably should mention I'm importing from Gallery 1.4.4-cvs-b190 to G2 as of today at 9:00PM EST

 
jmullan
jmullan's picture

Joined: 2002-07-28
Posts: 974
Posted: Thu, 2004-06-17 05:29

Did you set up ImageMagick or Netpbm first? Would you mind sharing your G1 and G2 urls with me so I can do a little more research?

 
lnxfreak123

Joined: 2004-06-17
Posts: 2
Posted: Thu, 2004-06-17 17:11
jmullan wrote:
Did you set up ImageMagick or Netpbm first? Would you mind sharing your G1 and G2 urls with me so I can do a little more research?

I'm using ImageMagick.

G1 URL: http://12.202.98.177/gallerytest
G2 URL: http://12.202.98.177/gallery2

Server Info:
Apache 2.0.49
PHP 4.3.7
ImageMagick 5.5.7

 
mindless
mindless's picture

Joined: 2004-01-04
Posts: 8601
Posted: Thu, 2004-06-17 23:27

I see this too.. I think it occurs when the album/items have no intermediate/resized copy.. in this case in G2 it creates a derivative with operations = 'scale|off' which isn't valid (should be a number for the size instead of 'off').

 
jmullan
jmullan's picture

Joined: 2002-07-28
Posts: 974
Posted: Thu, 2004-06-17 23:46
mindless wrote:
I see this too.. I think it occurs when the album/items have no intermediate/resized copy.. in this case in G2 it creates a derivative with operations = 'scale|off' which isn't valid (should be a number for the size instead of 'off').

Thanks, mindless. I will put together a test for this condition and fix the migration module.