gpt4 book ai didi

mysql - ./libraries/plugin_interface.lib.php 中的 phpmyadmin 警告错误#551

转载 作者:行者123 更新时间:2023-11-29 01:25:58 27 4
gpt4 key购买 nike

错误:

Warning in ./libraries/plugin_interface.lib.php#551 count(): Parameter must be an array or an object that implements Countable

回溯:

./libraries/display_export.lib.php#381: PMA_pluginGetOptions(
string 'Export',
array,
)
./libraries/display_export.lib.php#883: PMA_getHtmlForExportOptionsFormat(array)
./libraries/display_export.lib.php#1099: PMA_getHtmlForExportOptions(
string 'table',
string 'bpapluswpdb',
string 'wp_commentmeta',
string '',
integer 0,
array,
integer 0,
)
./tbl_export.php#143: PMA_getExportDisplay(
string 'table',
string 'bpapluswpdb',
string 'wp_commentmeta',
string '',
integer 0,
integer 0,
string '',
)

我该如何解决?

最佳答案

只需编辑插件_interface.lib.php

sudo gedit /usr/share/phpmyadmin/libraries/plugin_interface.lib.php

找到这一行

if ($options != null && count($options) > 0) {

添加(数组)或替换为这个

if ($options != null && count((array)$options) > 0) {

关于mysql - ./libraries/plugin_interface.lib.php 中的 phpmyadmin 警告错误#551,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55066509/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com