문제

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