Magento: 404 Not Found error after Magento module installation

In this article we are discussing a common problem. When admin and/or authorize user is install a extension and user have successfully installed Magento Extension. Whenever user clicks on a store I get a 404 (Page not found) error.

To solve this problem follow the below steps:

Step 1: Log out from the admin panel if still login in admin sections.

Step 2: Log into the admin panel and check the extension again. If you got same again, then follow the step 1 and then step 3.

Step 3: Remove the Magento Cache. You can remove the magento cache by different way like as:

 

a)      Click on System | Cache Management and clean the all cache.

b)       If you have Ftp details then  delete all cache  from  var/ cache  folder

or

Delete (or move to another folder) files in /var/www/var/cache

then

Delete (or move to another folder) files in /tmp

 

c)        If you have putty or  linux  server   then use  following commands :

1)      Login via putty with host and password.

2)      Check the path and    find the var  directory :

Command:

sudo  pwd  

Sudo cd  public_html/var/

or 

Sudo cd www/var

Sudo  rm –f  cache

 

 

Note : Linux  commands is depends on access level and linux and community version  before  use of any  above command  make sure  you got correct syntax (  check it  like as  help  rm  etc) .

Above command are run on ubuntu server. This article is not responsible for any commands issue.

Leave a Reply

Your email address will not be published.