문제

I have added the following line in OpenCart front-controller index.php:

error_reporting(E_ERROR);

But it still throws undefined-index Notice-Level error. What should I do?

도움이 되었습니까?

해결책

  1. Login to opencart admin panel
  2. Go to System > Settings.
  3. Click on edit button of your store.
  4. In Server tab set No for the option Display Errors.

That's it.

Have a nice day !!

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top