• Resolved johnstone97

    (@johnstone97)


    Hi Love the plugin but all of a sudden I’m getting this error message below:

    The server cannot process the image. This can happen if the server is busy or does not have enough resources to complete the task. Uploading a smaller image may help. Suggested maximum size is 2,560 pixels.

    The images I am uploading are not larger than 2,560.

    Also, does this plugin work with Multivendor x formerly WC Marketplace?

    Thank you in advance for any help.

    • This topic was modified 2 years, 1 month ago by johnstone97.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Nabil Lemsieh

    (@nlemsieh)

    Hi @johnstone97

    This seems like a specific issue with the installed version of Imagick module in your server. I suggest using the GD module instead by adding the code snippet below to Code Snippets or your child theme functions.php file under Appearance > Theme File Editor:

    add_filter('wp_sir_driver', function(){
    return 'gd';
    });

    Also, does this plugin work with Multivendor x formerly WC Marketplace?

    Yes, it does.

    Plugin Author Nabil Lemsieh

    (@nlemsieh)

    I haven’t heard back from you in a while, so I’m going to mark this as resolved. If you need any further help, feel free to start a new thread.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Error and use before going pro’ is closed to new replies.