Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/php/260.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Php Magento目录URL重写显示404错误_Php_Magento_Magento 1.8 - Fatal编程技术网

Php Magento目录URL重写显示404错误

Php Magento目录URL重写显示404错误,php,magento,magento-1.8,Php,Magento,Magento 1.8,我最近将magento 1.3升级到1.8。现在目录Url重写不起作用。它只显示404页面未找到错误。任何人都知道原因。非常感谢您的帮助 谢谢,已经修好了 我只是在我的数据库上运行下面的查询 INSERT INTO `report_event_types` (`event_type_id`, `event_name`, `customer_login`) VALUES (1, 'catalog_product_view', 1), (2, 'sendfriend_pro

我最近将magento 1.3升级到1.8。现在目录Url重写不起作用。它只显示404页面未找到错误。任何人都知道原因。非常感谢您的帮助

谢谢,已经修好了

我只是在我的数据库上运行下面的查询

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);

谢谢。

我也有同样的问题,但您的解决方案没有帮助,因为值已经在表中。我还能试什么?