Pavan Kumar
Pavan Kumar

Reputation: 1735

In Magento after installing extension Admin panel in unable to load

As I have assigned to work on magento, according to our requirement i tried to install Arabic extension for magento. The extension got successfully installed. Later on refreshing the admin panel, it shows the URL not found. The Stores FrontEnd CMS home page is loading, But when Iclick on any products, it shows again URL not found..

How can i solve this...

Upvotes: 2

Views: 5577

Answers (3)

Rijo
Rijo

Reputation: 2718

I had same issue when I added extension manually. I could find the issue when checked via shell command and it returned missing table error. This is issue happened when I installed module manually.

Upvotes: 0

Mohit
Mohit

Reputation: 807

For me I was redirected to wrong URL from MagentoConnect after installation of extension.

My admin URL: <-hostname->/index.php/admin

Redirected To: <-hostname->/admin

Upvotes: 0

CarComp
CarComp

Reputation: 2016

When diagnosing things like this, try the following..

  1. Delete (or move to another folder) files in /var/www/var/cache
  2. Delete (or move to another folder) files in /tmp
  3. From a shell, run

    /var/www/shell$ php indexer.php --reindexall

You've just manually cleared your caches and re indexed your data. See if your system comes back to life.

Upvotes: 1

Related Questions