-
Notifications
You must be signed in to change notification settings - Fork 10.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with plugin search bar cause E_ERROR with line 260 #52931
Comments
Hi @Nico13100 While our goal is to address all the issues reported in this repository, GitHub should be treated as a place to report confirmed bugs only. The type of issue you submitted looks like a support request. In order to confirm the bug, please reach out to our support channels below:
Also, plugin search is already outside of WooCommerce's functionalities. There might be something else in your site that causes this behavior in your site. I am closing this issue for now as it seems to be a support request and not a bug. If I missed something, please leave a comment and we will take a second look. |
Hi! @rodelgc I'm experiencing the same issue on a site where only the WooCommerce plugin is enabled. Rolling back to version 9.3.3 fixed the issue, but updating the plugin back to version 9.4.2 triggers the same fatal error. |
Hello, I have the same issue. "E_ERROR was caused in line 260 of the file plugins/woocommerce/src/Packages.php. Error message: Uncaught Error: Call to a member function get_column_count() on null in plugins/woocommerce/src/Packages.php:260" Any idea? |
Hello Regarding this problem here are the topics |
Having same issue, the search on plugin page keeps going for ever, but i think the error is received when i deactivate any plugin. An error of type E_ERROR was caused in line 260 of the file /home/aurootlab/public_html/wp-content/plugins/woocommerce/src/Packages.php. Error message: Uncaught Error: Call to a member function get_column_count() on null in /home/aurootlab/public_html/wp-content/plugins/woocommerce/src/Packages.php:260 |
Hey everyone - I wanted to acknowledge that we are tracking this on Our team is working on fixing this. Please follow the GitHub issue above for updates. |
Thanks everyone for confirming the bug. Thank you @PanosSynetos for working on the fix. Reopening the issue now since the PR to fix this is still open. |
This is fixed by #53438 and will be released in 9.5. |
Prerequisites
Describe the bug
Hi,
When I'm entering the name of a plugin in the search bar of the plugin page, nothing happens, it keeps to search on and on and in the same time, I receive an email saying :
Détails de l’erreur
Une erreur de type E_ERROR a été causée dans la ligne 260 du fichier /homepages/17/d840579272/htdocs/Martin-dumagny.myfactory.asia/wp-content/plugins/woocommerce/src/Packages.php. Message d’erreur : Uncaught Error: Call to a member function get_column_count() on null in /homepages/17/d840579272/htdocs/Martin-dumagny.myfactory.asia/wp-content/plugins/woocommerce/src/Packages.php:260
Stack trace:
#0 /homepages/17/d840579272/htdocs/Martin-dumagny.myfactory.asia/wp-includes/class-wp-hook.php(326): Automattic\WooCommerce\Packages::display_notice_for_merged_plugins()
#1 /homepages/17/d840579272/htdocs/Martin-dumagny.myfactory.asia/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters()
#2 /homepages/17/d840579272/htdocs/Martin-dumagny.myfactory.asia/wp-includes/plugin.php(517): WP_Hook->do_action()
#3 /homepages/17/d840579272/htdocs/Martin-dumagny.myfactory.asia/wp-admin/includes/class-wp-plugins-list-table.php(1491): do_action()
#4 /homepages/17/d840579272/htdocs/Martin-dumagny.myfactory.asia/wp-admin/includes/class-wp-plugins-list-table.php(711): WP_Plugins_List_Table->single_row()
#5 /homepages/17/d840579272/htdocs/Martin-dumagny.myfactory.asia/wp-admin/includes/class-wp-list-table.php(1712): WP_Plugins_List_Table->display_rows()
#6 /homepages/17/d840579272/htdocs/Martin-dumagny.myfactory.asia/wp-admin/includes/class-wp-list-table.php(1639): WP_List_Table->display_rows_or_placeholder()
#7 /homepages/17/d840579272/htdocs/Martin-dumagny.myfactory.asia/wp-admin/includes/ajax-actions.php(4834): WP_List_Table->display()
#8 /homepages/17/d840579272/htdocs/Martin-dumagny.myfactory.asia/wp-includes/class-wp-hook.php(324): wp_ajax_search_plugins()
#9 /homepages/17/d840579272/htdocs/Martin-dumagny.myfactory.asia/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters()
#10 /homepages/17/d840579272/htdocs/Martin-dumagny.myfactory.asia/wp-includes/plugin.php(517): WP_Hook->do_action()
#11 /homepages/17/d840579272/htdocs/Martin-dumagny.myfactory.asia/wp-admin/admin-ajax.php(192): do_action()
#12 {main}
thrown
Do you have an idea of how I can fix that ?
Thank you for your help,
Nicolas
Expected behavior
No response
Actual behavior
No response
Steps to reproduce
WordPress Environment
System Status Report
Isolating the problem
The text was updated successfully, but these errors were encountered: