I am facing a strange issue. I donot know that any one faced it or not. When I click on the products in the listing page, sometimes it redirects to page not found page(404page) and some times it goes to the product view page. I have reindexing all the items and cleared cache several times. But no luck. This is happening when I move from old server to new server.

Can anyone suggest me any ideas on this.. I am using magento 1.7.0.2.

有帮助吗?

解决方案

Previous week i have facing the same issue.... I have emptying below table---- all log tables

 log_customer
    log_quote
    log_summary
    log_summary_type
    log_url_info
    log_url
    log_visitor
    log_visitor_info
    log_visitor_online
report_viewed_product_index

it was working.

其他提示

If you are working in Linux always check the ownership of your files. Maybe many of the files in your cache are under some user and others from other user. This could be the root cause of the issue.

Regards!

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top