In Magento after installing extension Admin panel in unable to load

拜拜、爱过 提交于 2019-12-10 10:44:16

问题


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...


回答1:


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.




回答2:


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




回答3:


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.



来源:https://stackoverflow.com/questions/14238241/in-magento-after-installing-extension-admin-panel-in-unable-to-load

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!