wp-image-processing-queue icon indicating copy to clipboard operation
wp-image-processing-queue copied to clipboard

Conflict with wp_queue() of mailchimp for woocommerce plugin

Open ligockym opened this issue 5 years ago • 0 comments

Hello, after installing the plugin this message has shown:

Fatal error: Uncaught ArgumentCountError: Too few arguments to function wp_queue(), 0 passed in wp-content\plugins\image-processing-queue\image-processing-queue.php on line 36 and at least 1 expected in wp-content\plugins\mailchimp-for-woocommerce\bootstrap.php:156 

Stack trace: #0 wp-content\plugins\image-processing-queue\image-processing-queue.php(36): wp_queue() 

#1 web\wp-admin\includes\plugin.php(2141): 

 #2 web\wp-admin\plugins.php(175): plugin_sandbox_scrape('image-processin...') #3 {main} thrown in \wp-content\plugins\mailchimp-for-woocommerce\bootstrap.php on line 156

The same function wp_query() is initialized by https://wordpress.org/plugins/mailchimp-for-woocommerce/ so it makes name conflict.

ligockym avatar May 03 '20 14:05 ligockym