Skip to content

Categories:

DB function failed with error number 1054

mambo 4.5.3 和 mysql 5配合时,在察看all content的时候会导致这个错误.原因在于mysql 5更改了连接表的规则,需要做一点处理,在文件admin.content.php的201行和312行,修改方法如下:
原内容:

. "
FROM , #__content AS c, #__categories AS cc, #__sections AS s"


修改为:

. "
FROM #__categories AS cc, #__sections AS s, #__content AS c "

Posted in 技术.


0 Responses

Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.



Some HTML is OK

or, reply to this post via trackback.