#44823 closed defect (bug) (invalid)
Warning: implode(): Invalid arguments passed in /wp-admin/includes/class-wp-plugins-list-table.php on line 806
Reported by: | topplugins | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 4.9.8 |
Component: | Plugins | Keywords: | reporter-feedback |
Focuses: | administration | Cc: |
Description
I am getting this on every WordPress installation on the same server. Maybe it is related to my PHP version. Using PHP 7.0
When accessing /wp-admin/plugins.php?plugin_status=all
Warning: implode(): Invalid arguments passed in /wp-admin/includes/class-wp-plugins-list-table.php on line 806
Change History (3)
#2
@
6 years ago
- Resolution set to invalid
- Status changed from new to closed
Hi @topplugins Welcome to Trac and thanks for the ticket!
I tried both 4.9.8 and latest nightly build but could not reproduce the issue.
As @chesio suggests, please deactivate all plugins and try again.
Please feel free to reopen the issue if the problem persists.
Note: See
TracTickets for help on using
tickets.
Hi,
my guess is that one of the plugins you have installed is not returning an array value from plugin_row_meta filter. Can you try to deactivate all the plugins and see if you still get the warning?