質問

working on magento 1.9 website.

i am trying to develop a website, but after installing a extension am getting http 500 error can anyone please guide how to i resolve the same ?

is it a extension conflict or due to any else issue.

役に立ちましたか?

解決

1)Delete the folder var/cache/*. You must give rights to the folder project.

2) In the index.php file, uncomment the line #ini_set ('display_errors', 1); . You will see a more accurate error than 500.

他のヒント

1)You need to clear the catch and enable display errors on.
2)Do check to disable third party module so without third party module your magento working or not ?

error_reporting(E_ALL);
ini_set('display_errors', 1);
ライセンス: CC-BY-SA帰属
所属していません magento.stackexchange
scroll top