Bear Bulk Editor Crashes Pbly Due to Thousands of Product Subcategories
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page pleaseIf you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.
Quote from Vvaas on October 16, 2024, 07:53Hey everyone, I’m running into an issue with the Bear Bulk Editor plugin when trying to select product categories. The problem is that my WooCommerce store im working on has thousands of subcategories, and when I try to use the "Product Category" column, it makes Bear Bulk Editor crash. I think the sheer number of categories is too much for the plugin to handle.
So, I had the idea of creating 3 custom columns, where each column would show the subcategories of a specific parent category. This way, I could more easily manage and filter the categories without crashing the editor.
I’ve tried several things:
First, I used a PHP Snippet in the functions file to try and create these custom columns.
Then, I tried creating a custom Bear Bulk extension by following the docs to add my own columns for the parent categories.
But so far, I haven’t been able to make it work.Has anyone dealt with something similar? Do you think it’s possible to create multiple custom columns for parent categories? I’d appreciate any guidance!
I can also give you code i tried (made with chat gpt) : using this
add_filter('woobe_bulk_custom_columns', 'add_subcategory_columns_woobe');
Hey everyone, I’m running into an issue with the Bear Bulk Editor plugin when trying to select product categories. The problem is that my WooCommerce store im working on has thousands of subcategories, and when I try to use the"Product Category" column, it makes Bear Bulk Editor crash. I think the sheer number of categories is too much for the plugin to handle.
So, I had the idea of creating 3 custom columns, where each column would show the subcategories of a specific parent category. This way, I could more easily manage and filter the categories without crashing the editor.
I’ve tried several things:
First, I used a PHP Snippet in the functions file to try and create these custom columns.
Then, I tried creating a custom Bear Bulk extension by following the docs to add my own columns for the parent categories.
But so far, I haven’t been able to make it work.
Has anyone dealt with something similar? Do you think it’s possible to create multiple custom columns for parent categories? I’d appreciate any guidance!
I can also give you code i tried (made with chat gpt) : using this
add_filter('woobe_bulk_custom_columns', 'add_subcategory_columns_woobe');
Quote from Pablo Borysenco on October 16, 2024, 12:24Hello
I don't think it has anything to do with the number of categories. if it were so then the plugin would not be able to render the filter for categories
it makes Bear Bulk Editor crash - please describe this in more detail
Or install and set up this plugin - https://es.wordpress.org/plugins/error-log-monitor/ - and give me the text of this error
Hello
I don't think it has anything to do with the number of categories. if it were so then the plugin would not be able to render the filter for categories
it makes Bear Bulk Editor crash - please describe this in more detail
Or install and set up this plugin - https://es.wordpress.org/plugins/error-log-monitor/ - and give me the text of this error
Quote from Vvaas on October 16, 2024, 13:45Hello @pavlo_borysenco,
Basically when i display the Category, if i click on a cell, the whole page freezes and i get an alert "Page not Awnsering" from Google Chrome.
Then i reload the page and every thing is fine but nothing happened or got displayed for Category cell
Here is the error log generated from the plugin
[16-Oct-2024 11:42:18 UTC] PHP Deprecated: Function get_woocommerce_term_meta is <strong>deprecated</strong> since version 3.6! Use get_term_meta instead. in /homepages/36/d205974622/htdocs/clickandbuilds/AgenceSchweiger/wp-includes/functions.php on line 6085
[16-Oct-2024 11:42:18 UTC] PHP Deprecated: Function get_woocommerce_term_meta is <strong>deprecated</strong> since version 3.6! Use get_term_meta instead. in /homepages/36/d205974622/htdocs/clickandbuilds/AgenceSchweiger/wp-includes/functions.php on line 6085
[16-Oct-2024 11:42:18 UTC] PHP Deprecated: Function get_woocommerce_term_meta is <strong>deprecated</strong> since version 3.6! Use get_term_meta instead. in /homepages/36/d205974622/htdocs/clickandbuilds/AgenceSchweiger/wp-includes/functions.php on line 6085
[16-Oct-2024 11:42:24 UTC] PHP Deprecated: Function WC_Product::list_attributes is <strong>deprecated</strong> since version 3.0! Use wc_display_product_attributes instead. in /homepages/36/d205974622/htdocs/clickandbuilds/AgenceSchweiger/wp-includes/functions.php on line 6085
[16-Oct-2024 11:42:24 UTC] PHP Deprecated: Function get_woocommerce_term_meta is <strong>deprecated</strong> since version 3.6! Use get_term_meta instead. in /homepages/36/d205974622/htdocs/clickandbuilds/AgenceSchweiger/wp-includes/functions.php on line 6085Thank you for your help !
Hello @pavlo_borysenco,
Basically when i display the Category, if i click on a cell, the whole page freezes and i get an alert"Page not Awnsering" from Google Chrome.
Then i reload the page and every thing is fine but nothing happened or got displayed for Category cell
Here is the error log generated from the plugin
[16-Oct-2024 11:42:18 UTC] PHP Deprecated: Function get_woocommerce_term_meta is <strong>deprecated</strong> since version 3.6! Use get_term_meta instead. in /homepages/36/d205974622/htdocs/clickandbuilds/AgenceSchweiger/wp-includes/functions.php on line 6085
[16-Oct-2024 11:42:18 UTC] PHP Deprecated: Function get_woocommerce_term_meta is <strong>deprecated</strong> since version 3.6! Use get_term_meta instead. in /homepages/36/d205974622/htdocs/clickandbuilds/AgenceSchweiger/wp-includes/functions.php on line 6085
[16-Oct-2024 11:42:18 UTC] PHP Deprecated: Function get_woocommerce_term_meta is <strong>deprecated</strong> since version 3.6! Use get_term_meta instead. in /homepages/36/d205974622/htdocs/clickandbuilds/AgenceSchweiger/wp-includes/functions.php on line 6085
[16-Oct-2024 11:42:24 UTC] PHP Deprecated: Function WC_Product::list_attributes is <strong>deprecated</strong> since version 3.0! Use wc_display_product_attributes instead. in /homepages/36/d205974622/htdocs/clickandbuilds/AgenceSchweiger/wp-includes/functions.php on line 6085
[16-Oct-2024 11:42:24 UTC] PHP Deprecated: Function get_woocommerce_term_meta is <strong>deprecated</strong> since version 3.6! Use get_term_meta instead. in /homepages/36/d205974622/htdocs/clickandbuilds/AgenceSchweiger/wp-includes/functions.php on line 6085
Thank you for your help !
Quote from Pablo Borysenco on October 17, 2024, 09:09Hello
There are no critical or related errors with my plugin.
What plugin version number are you using?
Hello
There are no critical or related errors with my plugin.
What plugin version number are you using?
Quote from Vvaas on October 17, 2024, 13:26Hello,
Thank you for checking,
I'm using version 2.1.4.4
Hello,
Thank you for checking,
I'm using version 2.1.4.4
Quote from Pablo Borysenco on October 18, 2024, 09:17Hello
Ok! Please paste your license key here - https://share.pluginus.net/image/i20230222134241.png -> https://share.pluginus.net/image/i20230222134511.png and wp-admin access - https://share.pluginus.net/image/i20230222134615.png - I will check it
Hello
Ok! Please paste your license key here - https://share.pluginus.net/image/i20230222134241.png -> https://share.pluginus.net/image/i20230222134511.png and wp-admin access - https://share.pluginus.net/image/i20230222134615.png - I will check it
Quote from Vvaas on October 18, 2024, 15:33Sure, done,
i added the License key and the admin access
thank you for your time !
let me know if you need anything else
Sure, done,
i added the License key and the admin access
thank you for your time !
let me know if you need anything else
Quote from Pablo Borysenco on October 21, 2024, 10:24Hello
I checked it. Yes it's a memory issue.
I have passed this on to the developers. They will fix it in the next version.
Hello
I checked it. Yes it's a memory issue.
I have passed this on to the developers. They will fix it in the next version.
Quote from Vvaas on October 21, 2024, 10:32Hello Pablo,
Thank you for your help, waiting for the update then !
Have a nice day
Hello Pablo,
Thank you for your help, waiting for the update then !
Have a nice day
Quote from Pablo Borysenco on October 21, 2024, 10:34Welcome;)
Have a nice day
Welcome;)
Have a nice day