[SOLVED] Import from server Problem

prof_moriarti

Joined: 2012-05-16
Posts: 8
Posted: Tue, 2014-05-20 15:13

Hello all
I have updated to version 3.0.9, and when i import from server, links seems to be broken (i cannot see the images and i see a broken picture image)
And there is also a task pending regenerate images.
When i try to execute it says 0 images regenarated and here is the log:

Incapaz de regenerar imágenes de 'DSCN0202'
exception 'Kohana_Exception' with message 'The ImageMagick directory specified does not contain a required program, convert' in /share/CACHEDEV1_DATA/Web/gallery3/system/libraries/drivers/Image/ImageMagick.php:46
Stack trace:
#0 /share/CACHEDEV1_DATA/Web/gallery3/system/libraries/Image.php(123): Image_ImageMagick_Driver->__construct(Array)
#1 /share/CACHEDEV1_DATA/Web/gallery3/system/libraries/Image.php(56): Image_Core->__construct('/share/CACHEDEV...', NULL)
#2 /share/CACHEDEV1_DATA/Web/gallery3/modules/gallery/helpers/gallery_graphics.php(102): Image_Core::factory('/share/CACHEDEV...')
#3 [internal function]: gallery_graphics_Core::resize('/share/CACHEDEV...', '/share/CACHEDEV...', Array, Object(Item_Model))
#4 /share/CACHEDEV1_DATA/Web/gallery3/modules/gallery/helpers/graphics.php(171): call_user_func_array('gallery_graphic...', Array)
#5 /share/CACHEDEV1_DATA/Web/gallery3/modules/gallery/helpers/gallery_task.php(111): graphics_Core::generate(Object(Item_Model))
#6 [internal function]: gallery_task_Core::rebuild_dirty_images(Object(Task_Model))
#7 /share/CACHEDEV1_DATA/Web/gallery3/modules/gallery/helpers/task.php(90): call_user_func_array('gallery_task::r...', Array)
#8 /share/CACHEDEV1_DATA/Web/gallery3/modules/gallery/controllers/admin_maintenance.php(195): task_Core::run('82')
#9 [internal function]: Admin_Maintenance_Controller->run('82')
#10 /share/CACHEDEV1_DATA/Web/gallery3/modules/gallery/controllers/admin.php(62): call_user_func_array(Array, Array)
#11 [internal function]: Admin_Controller->__call('maintenance', Array)
#12 /share/CACHEDEV1_DATA/Web/gallery3/system/core/Kohana.php(331): ReflectionMethod->invokeArgs(Object(Admin_Controller), Array)
#13 [internal function]: Kohana_Core::instance(NULL)
#14 /share/CACHEDEV1_DATA/Web/gallery3/system/core/Event.php(208): call_user_func_array(Array, Array)
#15 /share/CACHEDEV1_DATA/Web/gallery3/application/Bootstrap.php(67): Event_Core::run('system.execute')
#16 /share/CACHEDEV1_DATA/Web/gallery3/index.php(116): require('/share/CACHEDEV...')
#17 {main}

What can i do?
Thxs a lot in advance

 
spags

Joined: 2010-03-26
Posts: 120
Posted: Tue, 2014-05-20 22:23

It is strange but the error message seems to indicate that ImageMagick isn't correctly installed or has recently changed configuration. You might need to check with your host.

Alternatively you could try one of the other graphics libraries and see if you get a different result (GD or GraphicsMagick).

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Tue, 2014-05-20 22:44
Quote:
'The ImageMagick directory specified does not contain a required program, convert'

As spags says. Perhaps your host made a change or your had a custom location in the older version. Either way a question to your host should get you sorted.

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
prof_moriarti

Joined: 2012-05-16
Posts: 8
Posted: Wed, 2014-05-21 13:00

Thxs i have installed
ipkg install imagemagick
on my qnap and it has started again