WordPress数据库错误未知列

时间:2013-05-05 作者:Al Ə Ks

我在数据库日志中发现此错误:

[2013年5月5日21:13:31 UTC]WordPress数据库错误

查询的“order子句”中有未知列“region”

SELECT * FROM tmp1db_wpuf_customfields ORDER BY `region` DESC 
由require(\'wp-blog-header.php\')、
require\\u once(\'wp-includes/template loader.php\')、
includes(\'themes/ExtraGrid/single.php\')、
get\\u template\\u part、
locate\\u template、
load\\u template、
require(\'themes/ExtraGrid/content single.php\')、
内容、
应用过滤器(\'the\\u content\')、
调用用户\\u func\\u数组、
wpuf\\u show\\u U meta\\U前

我应该改变什么?

1 个回复
SO网友:fuxia

主题文件中有一个SQL查询/themes/ExtraGrid/content-single.php, 它要求一个不存在的列。

这似乎是一个商业主题,所以我们可以猜测为什么会存在这个查询。也许你忘了设置一个必需的主题选项,或者你的表格不完整。

结束