magento中的高级搜索错误

发布于 2024-10-19 10:24:41 字数 456 浏览 2 评论 0原文


我在 magento 中进行高级搜索时遇到问题。我收到以下错误。

SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') AND `s`.`store_id`='1') ON DUPLICATE KEY UPDATE `relevance`=VALUES(`relevance`' at line 1

我只是执行 /catalogsearch/advanced/result/?category=7

PLease 指南

I am facing problem while doing advance search in magento. I am getting following error.

SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') AND `s`.`store_id`='1') ON DUPLICATE KEY UPDATE `relevance`=VALUES(`relevance`' at line 1

I am simply executing <URL>/catalogsearch/advanced/result/?category=7

PLease guide

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

橪书 2024-10-26 10:24:41

我在 Magento EE 1.10.0.1 中看到同样的错误
解决方案是在管理中更改,然后在目录中将搜索选项更改为Mysql Fulltext,而不是像全文一样,然后错误就消失了。

I see the same error in Magento EE 1.10.0.1
The solution was to change in the admin, then catalog, the search options to Mysql Fulltext, and instead of like, also fulltext, then the error disappears.

淡淡绿茶香 2024-10-26 10:24:41

谢谢..但我通过另一种方式解决了错误。对于我的情况,我需要在侧栏中显示 FILTER 框,但 Magento 不支持它,所以我评论了该块,它对我有用。

Thanks.. But i resolve the error by another way. For my case , I needed to show FILTER box in side bar, but its not supported in Magento so I commented that block and it worked for me.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文