Hello CB, having moved server I was looking forward to finally utilising Imagemagick. It's a Joomla centric hosting provider and they have Imagemagick installed on the server and they confirmed the paths:
/usr/bin
and the full path with the name of the file:
/usr/bin/convert
In Joomla Backend -> Components -> Community Builder -> Configuration -> Images
There is no option to select Imagemagick only GD2.
I had a look at previous posts and contacted my host. Still stuck with it, so hoping you guys might be able to identify a possible solution?
We're using the PHP Imagine library for image processing. It's looking for the class "Imagick" to be loaded and must be version 6.2.9 or greater.
Kyle (Krileon) Community Builder Team Member Before posting on forums:
Read FAQ thoroughly
+
Read our Documentation
+
Search the forums CB links:
Documentation
-
Localization
-
CB Quickstart
-
CB Paid Subscriptions
-
Add-Ons
-
Forge
-- If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
-- If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please
send me a private message
with your thread and will reply when possible!
-- Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
-- My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.
If the class_exists check fails on Imagick it'll fail to detect imagick. Beyond that I don't know what to tell you. This is all handled by the PHp Imagine library below.
You could try making a simple PHP file and placing it in Joomla root that does a class_exists on Imagick then output the result to see if that check maybe failing.
Kyle (Krileon) Community Builder Team Member Before posting on forums:
Read FAQ thoroughly
+
Read our Documentation
+
Search the forums CB links:
Documentation
-
Localization
-
CB Quickstart
-
CB Paid Subscriptions
-
Add-Ons
-
Forge
-- If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
-- If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please
send me a private message
with your thread and will reply when possible!
-- Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
-- My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.