Upgrading from 2.1.2 -> 2.2.4; ran into the following problem while going thru the web upgrader steps; the imagemagick module did not upgrade and produced the following error:
Error (ERROR_TOOLKIT_FAILURE)
in modules/imagemagick/classes/ImageMagickToolkitHelper.class at line 305 (gallerycoreapi::error)
in modules/imagemagick/classes/ImageMagickToolkitHelper.class at line 41 (imagemagicktoolkithelper::discovermimetypes)
in modules/imagemagick/module.inc at line 114 (imagemagicktoolkithelper::getoperationsandproperties)
in modules/core/classes/GalleryPlugin.class at line 296 (imagemagickmodule::activate)
in modules/core/classes/GalleryModule.class at line 211 (imagemagickmodule::reactivate)
in upgrade/steps/UpgradeOtherModulesStep.class at line 77 (imagemagickmodule::installorupgrade)
in upgrade/index.php at line 185 (upgradeothermodulesstep::processrequest)
Can someone point me to the right direction to fix issue.
Thanks
Posts: 32509
is your g2.2 running?
if so, go to site admin -> plugins. there, uninstall the "imagemagick" module. then install it again and activate it.
--------------
Documentation: Support / Troubleshooting | Installation, Upgrade, Configuration and Usage
Posts: 3
Restarted the upgrade and it completed, when into plugins and tried to activate imagemagic and it failed and gave the same error info. The gallery is running fine; is this a gallery issue or web server host issue?
Thanks
Posts: 32509
> when into plugins and tried to activate imagemagic and it failed
as i said above, first uninstall the imagemagick module.
--------------
Documentation: Support / Troubleshooting | Installation, Upgrade, Configuration and Usage
Posts: 3
Thanks, the unistall/install did the trick.
Posts: 14
I also encountered this problem. Uninstall/install fixed it for me as well.