PHPMyAdmin未定义索引:行

时间:2015-03-29 14:39:55

标签: mysql phpmyadmin undefined-index

使用phpMyAdmin时,我收到以下错误消息。每次我创建任何表时都会发生这种情况。

Notice in ./libraries/structure.lib.php#1881
 Undefined index: Rows

Backtrace

./libraries/structure.lib.php#2382: getHtmlForRowStatsTable(
array,
NULL,
boolean false,
boolean false,
string '',
string '',
)
./libraries/display_structure.inc.php#263: PMA_getHtmlForDisplayTableStats(
string '',
NULL,
NULL,
boolean false,
NULL,
string '?db=btc_orders&table=Rep&token=09aa3ad5cb85e33dad2a2098ed2874e2&goto=tbl_structure.php&back=tbl_structure.php',
NULL,
)
./tbl_structure.php#163: require_once(./libraries/display_structure.inc.php)

它只发生在PHPMyAdmin中的一个Datadase上,并且没有任何错误弹出任何其他数据库。

我删除了所有表并再次完成它们,每次添加新表时仍然会出现错误。

1 个答案:

答案 0 :(得分:30)

问题是由于表中包含大写字符。我切换到表格和字段名称中的所有小写字符,问题就消失了。