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
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?
Posts: 2
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
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').
Posts: 974
Thanks, mindless. I will put together a test for this condition and fix the migration module.