An Issue with G1 -> G2 Migration
lnxfreak123
Joined: 2004-06-17
Posts: 2 |
![]() |
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
![]()
Joined: 2002-07-28
Posts: 974 |
![]() |
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 |
![]() |
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 Server Info: |
|
mindless
![]()
Joined: 2004-01-04
Posts: 8601 |
![]() |
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
![]()
Joined: 2002-07-28
Posts: 974 |
![]() |
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. |
|