Title: ERROR plugin
Last modified: May 13, 2025

---

# ERROR plugin

 *  [corpsetgraphe](https://wordpress.org/support/users/corpsetgraphe/)
 * (@corpsetgraphe)
 * [1 year ago](https://wordpress.org/support/topic/error-plugin-26/)
 * Hello,
   I have an error on the blogin connexion business directory, I can’t manage
   the members at all, and they can’t modify their profiles.
 * When I do “manage members” I get this message:
 * There has been a critical error on this site. Please check your administration
   email inbox for instructions. If you continue to have problems, try the [support forum](https://wpfr.net/support).
 * Then I get an e-mail from my site telling me that a critical error has occurred,
   with details of the following error:
 * Error details
   ======================An E_COMPILE_ERROR error has occurred in 
   line 130 of the /home/ezgmccfp/public_html/wp-content/plugins/connections/includes/
   image/editors/class-wp-image-editor-gmagick.php file. Error message: Declaration
   of WP_Image_Editor_Gmagick::set_quality($quality = null) must be compatible with
   WP_Image_Editor::set_quality($quality = null, $dims = [])An E_COMPILE_ERROR error
   has occurred in line 130 of the /home/ezgmccfp/public_html/wp-content/plugins/
   connections/includes/image/editors/class-wp-image-editor-gmagick.php file. Error
   message: Declaration of WP_Image_Editor_Gmagick::set_quality($quality = null)
   must be compatible with WP_Image_Editor::set_quality($quality = null, $dims =[])
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ferror-plugin-26%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [papyrusdoc](https://wordpress.org/support/users/papyrusdoc/)
 * (@papyrusdoc)
 * [1 year ago](https://wordpress.org/support/topic/error-plugin-26/#post-18468061)
 * Adding the fix in this thread fixed it for me:
 *  [https://github.com/Connections-Business-Directory/Connections/commit/4c96b290e9129bc98ae9de6a760b7ee98c592a8c](https://github.com/Connections-Business-Directory/Connections/commit/4c96b290e9129bc98ae9de6a760b7ee98c592a8c)
 *  [larryocraig](https://wordpress.org/support/users/larryocraig/)
 * (@larryocraig)
 * [1 year ago](https://wordpress.org/support/topic/error-plugin-26/#post-18481417)
 * I was also receiving a critical error notice with the latest update of WordPress,
   version 6.8. I had to roll WordPress back to version 6.7.2 in order to fix it.
 *  [myalkut](https://wordpress.org/support/users/myalkut/)
 * (@myalkut)
 * [1 year ago](https://wordpress.org/support/topic/error-plugin-26/#post-18486788)
 * I used chatgpt to fix this and it worked, yay! First it had me do the fix shown
   in the above thread, but to **make it compatible with latest version of WP** 
   this is what worked:
 * Find this function (likely near line 130):
 * public function set_quality( $quality = null )
 * Replace it with this:
 * public function set_quality( $quality = null, $dims = array() )

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘ERROR plugin’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/connections_2b7e99.svg)
 * [Connections Business Directory](https://wordpress.org/plugins/connections/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/connections/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/connections/)
 * [Active Topics](https://wordpress.org/support/plugin/connections/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/connections/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/connections/reviews/)

## Tags

 * [critical error](https://wordpress.org/support/topic-tag/critical-error/)

 * 3 replies
 * 6 participants
 * Last reply from: [myalkut](https://wordpress.org/support/users/myalkut/)
 * Last activity: [1 year ago](https://wordpress.org/support/topic/error-plugin-26/#post-18486788)
 * Status: not resolved