Joomla - 500 - 发生错误。您的 SQL 语法有误;查看与您的 MariaDB 服务器版本对应的手册
Joomla - 500 - An error has occurred. You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version
我正在使用 joomla 2.5.28。当我保存一篇文章时,我总是收到以下错误信息:
500 - An error has occurred.
You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '' at line 1 SQL=UPDATE `mquny_finder_taxonomy_map` SET `link_id`='1093',`node_id`='3' WHERE
是什么原因造成的,如何解决?
尝试清空组件>智能搜索索引内容。
或者手动清空 table mquny_finder_taxonomy_map
我认为两者都可以解决问题
我正在使用 joomla 2.5.28。当我保存一篇文章时,我总是收到以下错误信息:
500 - An error has occurred.
You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '' at line 1 SQL=UPDATE `mquny_finder_taxonomy_map` SET `link_id`='1093',`node_id`='3' WHERE
是什么原因造成的,如何解决?
尝试清空组件>智能搜索索引内容。
或者手动清空 table mquny_finder_taxonomy_map
我认为两者都可以解决问题