[SOLVED] Picture uploads aren't working?
|
dnewcomb
Joined: 2010-05-09
Posts: 9 |
Posted: Sun, 2012-04-29 11:06
|
|||
|
G'day guys n gals Just recently, my provider moved me from one server to another and everything has been normal...until tonight. I tried to upload pictures tonight into my site both via the site itself and via FTP using the ServerAdd module. Both failed! Log extract: Problem is, when uploading to the site directly using Add > File Add I don't get any kind of error log to refer to. When using the ServerAdd, I get the above error. Now at first, I thought it was a file direction problem in the settings, so I changed that, and this was the result: Skipping invalid file: /home/felonyv8/public_html/gallery/uploads/IMG7572.jpg Unsure if why it's saying it's an invalid file - it's a JPG. Ideas would be fantastic.
|
||||

Posts: 9
Oh more details I've found out:
Unable to rebuild images for 'IMG7582'
exception 'Kohana_Exception' with message 'The ImageMagick directory specified does not contain a required program, convert' in /home/felonyv8/public_html/gallery/system/libraries/drivers/Image/ImageMagick.php:46
Stack trace:
#0 /home/felonyv8/public_html/gallery/system/libraries/Image.php(123): Image_ImageMagick_Driver->__construct(Array)
#1 /home/felonyv8/public_html/gallery/system/libraries/Image.php(56): Image_Core->__construct('/home/felonyv8/...', NULL)
#2 /home/felonyv8/public_html/gallery/modules/gallery/helpers/gallery_graphics.php(65): Image_Core::factory('/home/felonyv8/...')
#3 [internal function]: gallery_graphics_Core::resize('/home/felonyv8/...', '/home/felonyv8/...', Array, Object(Item_Model))
#4 /home/felonyv8/public_html/gallery/modules/gallery/helpers/graphics.php(173): call_user_func_array('gallery_graphic...', Array)
#5 /home/felonyv8/public_html/gallery/modules/gallery/helpers/gallery_task.php(107): graphics_Core::generate(Object(Item_Model))
#6 [internal function]: gallery_task_Core::rebuild_dirty_images(Object(Task_Model))
#7 /home/felonyv8/public_html/gallery/modules/gallery/helpers/task.php(90): call_user_func_array('gallery_task::r...', Array)
#8 /home/felonyv8/public_html/gallery/modules/gallery/controllers/admin_maintenance.php(194): task_Core::run('33')
#9 [internal function]: Admin_Maintenance_Controller->run('33')
#10 /home/felonyv8/public_html/gallery/modules/gallery/controllers/admin.php(62): call_user_func_array(Array, Array)
#11 [internal function]: Admin_Controller->__call('maintenance', Array)
#12 /home/felonyv8/public_html/gallery/system/core/Kohana.php(331): ReflectionMethod->invokeArgs(Object(Admin_Controller), Array)
#13 [internal function]: Kohana_Core::instance(NULL)
#14 /home/felonyv8/public_html/gallery/system/core/Event.php(208): call_user_func_array(Array, Array)
#15 /home/felonyv8/public_html/gallery/application/Bootstrap.php(67): Event_Core::run('system.execute')
#16 /home/felonyv8/public_html/gallery/index.php(102): require('/home/felonyv8/...')
#17 {main}
Now - I've never used ImageMagick, so I don't understand why it's mentioning it?
Posts: 9
Ah figured it out...
...somehow GD either turned itself off or somehow freaked out.
All winning now. Crisis solved. :P