Magento-公共产品页面中的404错误 [英] Magento - 404 error in public product page

查看:68
本文介绍了Magento-公共产品页面中的404错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个Magento 1.7网页宽度2个商店,每个商店都用不同的语言宽度来定义不同的域名.

I have a Magento 1.7 web width 2 stores in different languages width a direffent domain for each store.

当我为第二家商店启用产品时,第二家商店的公共产品页面停止运行.现在出现404错误,但第一家商店的产品页面仍然可以正常运行. 所有其他页面正常工作.

When I enabled products for the second store, the public product pages of the second store stopped functioning. Now are 404 error, but the first store product pages continue to perform well. All other pages work correctly.

http://www.bioaigua.es/grower-abono-de-crecimiento.html-确定

http://www.bioaigua.net/rooty-enhances-the-formation -of-roots.html -404错误

有什么主意吗?

推荐答案

转到您的数据库并运行以下SQL查询:

Go to your DB and run this SQL query:

INSERT INTO `report_event_types` (`event_type_id`, `event_name`, `customer_login`) VALUES
(1, 'catalog_product_view', 1),
(2, 'sendfriend_product', 1),
(3, 'catalog_product_compare_add_product', 1),
(4, 'checkout_cart_add_product', 1),
(5, 'wishlist_add_product', 1),
(6, 'wishlist_share', 1);

P.S.检查数据库名称前缀(如果有)!

P.S. check DB name prefix if you have it!

这篇关于Magento-公共产品页面中的404错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆