我将企业安装从v1.10.1.1
升级到v1.12.0.2
,并且只有一个产品网址发出404错误。其他产品网址工作正常,所以有点奇怪。
从我可以收集的决议中,我尝试了以下内容:
然而,我似乎并没有想办法让它发挥作用。
日志文件中没有任何内容,我完全不知道它可能是什么。还有什么我可以尝试的吗?
答案 0 :(得分:1)
转到管理员 - >目录 - > URL重写管理
检查以确保产品ID存在
答案 1 :(得分:0)
检查 Instant instant = Instant.now(); // get The current time in instant object
Timestamp t=java.sql.Timestamp.from(instant); // Convert instant to Timestamp
Instant anotherInstant=t.toInstant(); // Convert Timestamp to Instant
表是否为空运行此查询全部...
report_event_types
答案 2 :(得分:0)
执行以下命令后,问题就会解决。
INSERT INTO `report_event_types` (`event_type_id`, `event_name`, `customer_login`) VALUES
(1, 'catalog_product_view', 0),
(2, 'sendfriend_product', 0),
(3, 'catalog_product_compare_add_product', 0),
(4, 'checkout_cart_add_product', 0),
(5, 'wishlist_add_product', 0),
(6, 'wishlist_share', 0);