Google+

Pages

Wednesday, May 23, 2012

Magento: 404 Error on Product Page


If your product pages are all going to 404 Not Found Page in Magento, then thats a headache for you.

But, don't worry, here is the fix :

Go to phpmyadmin and run this command:

-- Dumping data for table `report_event_types`

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

1 comment:

Anonymous said...

This is not working at all...