• Resolved Abdul Basit

    (@abdulbasit575)


    Hi,

    I am using BEAR Bulk Editor and Products Manager Professional for WooCommerce to create the product variations. I have 660 combinations of product variations using the different attributes of the product. When clicking on the Start Bulk Adding button after some time, it shows the alert box about the error. See the screenshot at https://scrubland.livetester.website/wp-content/uploads/2023/09/Screenshot-280.png “.

    I am using the Razzi theme, and my plugins are up-to-date with the latest versions.
    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support mediawebster

    (@mediawebster)

    Hello

    Perhaps your server does not have enough resources

    To investigate the error in more detail, Please install and set up this plugin – https://www.ads-software.com/plugins/error-log-monitor/

    When you receive the full text of the error, please send it to me

    Thread Starter Abdul Basit

    (@abdulbasit575)

    These are the errors listed on the error log page.

    •  Sep 04, 09:30:33Deprecated: rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/scrubland/public_html/wp-includes/formatting.php on line 2827
    •  Sep 04, 09:30:34Deprecated: rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/scrubland/public_html/wp-includes/formatting.php on line 2827
    •  Sep 04, 09:30:36Deprecated: rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/scrubland/public_html/wp-includes/formatting.php on line 2827
    •  Sep 04, 09:30:37Deprecated: rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/scrubland/public_html/wp-includes/formatting.php on line 2827
    •  Sep 04, 09:30:39Deprecated: rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/scrubland/public_html/wp-includes/formatting.php on line 2827
    •  Sep 04, 09:30:41Deprecated: rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/scrubland/public_html/wp-includes/formatting.php on line 2827
    •  Sep 04, 09:30:48Deprecated: rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/scrubland/public_html/wp-includes/formatting.php on line 2827
    •  Sep 04, 09:30:58Deprecated: rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/scrubland/public_html/wp-includes/formatting.php on line 2827
    •  Sep 04, 09:30:59Deprecated: rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/scrubland/public_html/wp-includes/formatting.php on line 2827
    •  Sep 04, 09:31:01Deprecated: rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/scrubland/public_html/wp-includes/formatting.php on line 2827
    •  Sep 04, 09:31:22Deprecated: rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/scrubland/public_html/wp-includes/formatting.php on line 2827
    •  Sep 04, 09:31:57Deprecated: rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/scrubland/public_html/wp-includes/formatting.php on line 2827
    •  Sep 04, 09:31:58Deprecated: rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/scrubland/public_html/wp-includes/formatting.php on line 2827
    •  Sep 04, 09:32:10Deprecated: rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/scrubland/public_html/wp-includes/formatting.php on line 2827
    •  Sep 04, 09:32:29Deprecated: rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/scrubland/public_html/wp-includes/formatting.php on line 2827
    •  Sep 04, 09:32:31Deprecated: rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/scrubland/public_html/wp-includes/formatting.php on line 2827
    •  Sep 04, 09:32:57Deprecated: rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/scrubland/public_html/wp-includes/formatting.php on line 2827
    •  Sep 04, 09:33:03Deprecated: rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/scrubland/public_html/wp-includes/formatting.php on line 2827
    •  Sep 04, 09:33:19Deprecated: rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in /home/scrubland/public_html/wp-includes/formatting.php on line 2827
    • ?Sep 04, 09:33:20Deprecated: rtrim(): Passing null to parameter #1 ($string)?of type string is deprecated in?/home/scrubland/public_html/wp-includes/formatting.php on line 2827

    Thread Starter Abdul Basit

    (@abdulbasit575)

    I have tested this plugin in a testing environment. The plugin created 660 combinations. It is adding only 200 variations to the product.
    Is this is the limit of the plugins to add only 200 variations?

    Plugin Support mediawebster

    (@mediawebster)

    Hello

    This plugin does not have such restrictions, perhaps these are woocommerce restrictions.

    please try it

    add_action( 'init', 'change_max_variations_linked' );
    function change_max_variations_linked(){
       wc_maybe_define_constant( 'WC_MAX_LINKED_VARIATIONS', 700 );
    }
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Bulk Adding of the Created Variations Throw Error’ is closed to new replies.