Support has been upgraded!
The Support Forum is closed. Not to worry! Providing the top quality support you expect and we're known for will continue! We're not ending support, just changing where you submit requests. This will provide you with the best experience possible.
Premium Support
Have you purchased an addon for Connections such as one of our premium templates or extensions with a valid license and you need help?
Please open a Support Ticket in your user account.
Free Support
Are you using the free Connections plugin? Don't worry, you are still very important to us! We are still providing you with the same high quality support that we're known for.
Please open a new support topic in the WordPress support forums for Connections.
Tagged: 8.1.1, CN_Image_Editor_Imagick, imagick, setImageOpacity
- This topic has 10 replies, 2 voices, and was last updated 8 years, 10 months ago by
Steven Zahm.
-
AuthorPosts
-
09/16/2014 at 8:31 am #304180
Vince
GuestPlease help.
Error message and no data on Connections pages
“Fatal error: Call to undefined method Imagick::setImageOpacity() in /var/sites/c/c3wales.org/public_html/wp-content/plugins/connections/includes/image/editors/class.imagick.php on line 38”
09/16/2014 at 9:23 am #304190Vince
GuestSorry – am going to have to reinstall backup version on site. But would like to upgrade and would be grateful of suggestions.
09/16/2014 at 11:38 am #304216Steven Zahm
Keymaster@ Vince
Looks like your host offers Imagic, which is good, but it seems they must be using a pretty old version if that method does not exist, which is bad.
You can try to ask them to update it. here’s a code snippet that should do it:
Another solution is to remove Imagick support from Connections.
add_filter( 'wp_image_editors', 'vince_remove_imagick' ), 9999 ); function vince_remove_imagick ( $editors ) { if ( ( $key = array_search( 'CN_Image_Editor_Imagick', $editors ) ) !== false ) { unset( $editors[ $key ] ); } return $editors; }
10/18/2014 at 8:27 am #307468Jeff
GuestI am having the same issue. I tried adding the code Steven showed to the connections.php file, but I get a syntax error. Should I be adding it to a different file? Or maybe at a certain line number?
Thank you
10/18/2014 at 9:57 am #307471Steven Zahm
Keymaster@ Jeff
Install the Code Snippets plugin and add it as a new snippet an activate it.
The next bugfix release I’m going to add a couple new checks to prevent this.
10/19/2014 at 8:59 am #307516Jeff
GuestUsing Code Snippets did not help I get the same error. I will wait for the bug fix. I see 8.1.5 was just released, but I do not see anything related to this issue listed as being fixed. Thanks
10/20/2014 at 11:22 am #307606Steven Zahm
Keymaster@ Jeff
The tweaks will be in the 8.1.6 bugfix release … sometime this week I think.
What is the exact error you’re receiving?
10/20/2014 at 11:44 am #307611Jeff
GuestThe message is the same as in the original post. When I edit an entry, in the Image section there is the following error. I will watch for 8.1.6.
Fatal error: Call to undefined method Imagick::setImageOpacity() in /home/rclsadmin/domains/rcls.net/public_html/wpweb/wp-content/plugins/connections/includes/image/editors/class.imagick.php on line 38
Thank you,
Jeff10/21/2014 at 10:33 am #307726Steven Zahm
Keymaster@ Jeff
Oh, I thought you were also getting an error with the snippet. I understand now.
01/20/2015 at 2:40 pm #315525Alex
GuestWas this resolved? I am still getting this error.
-
AuthorPosts
You cannot reply to this support topic. Please open your own support topic.