无法在magento 2.4.3中查看类别下的产品

1dkrff03  于 2022-11-12  发布在  其他
关注(0)|答案(2)|浏览(148)

我试图升级我们的magento商务网站从2.4.1到2.4.3在一个阶段的环境-我几乎得到了它的工作,但我发现,当导航通过最低级别的类别树没有产品被显示只是消息
我们找不到符合选择的产品。
我以前看过这个,试过所有常用的建议

  • 重编索引
  • 清除缓存
  • 刷新高速缓存
  • 清除首页缓存

没有运气。搜索产品和查看结果工作正常。
我也尝试过这里发布的解决方案
https://community.magento.com/t5/Magento-2-x-Technical-Issues/products-not-showing-in-category-on-frontend-Magento-2-but/td-p/143481
https://magento.stackexchange.com/questions/135814/products-are-not-showing-in-category-magento-2
https://digitalstartup.co.uk/t/products-not-showing-in-categories-but-are-there-in-the-database-and-backend/1838/11
这让我发现在管理部分编辑产品属性时出现了问题,我在加载属性时出现了js错误,数据加载,但我无法保存它们。

Uncaught TypeError: Cannot read property 'show' of undefined
    at switchDefaultValueField ((index):1279)
    at bindAttributeInputType ((index):1120)
    at HTMLDocument.<anonymous> ((index):1389)
    at fire (jquery.min.js:212)
    at Object.add [as done] (jquery.min.js:215)
    at jQuery.fn.init.jQuery.fn.ready (jquery.min.js:223)
    at jQuery.fn.init (jquery.min.js:200)
    at new jQuery.fn.init (jquery-migrate.min.js:27)
    at jQuery (jquery.min.js:16)
    at (index):1388

我试过在SQL级别将属性设置为不可过滤和不可搜索,但没有运气。
这在2.4.1中运行良好,唯一的变化是升级
有什么主意吗?

gz5pxeao

gz5pxeao1#

/usr/bin/php74 bin/magento目录:图像:调整大小/usr/bin/php74 bin/magento索引器:重置/usr/bin/php74 bin/magento索引器:重新索引/usr/bin/php74 bin/magento缓存:清除完整页面块_html /usr/bin/php74 bin/magento设置:静态内容:部署-f

vh0rcniy

vh0rcniy2#

你会检查ElasticSearch吗?
在我的情况下,当我远程修复与elasticsearch服务器的连接时,我解决了这个问题。

相关问题