문제

I am using opencart for an online shop I am creating.

When I look at the latest orders section I am supposed to be able to click view for each order.

When the view link is clicked all that is loaded is a blank page.

There are no errors that I can see. I can provide any code you need however I do not know where the error is so help is greatly appreciated.

도움이 되었습니까?

해결책

Try adding to following to the top of your admin/index.php file.

error_reporting(E_ALL);
ini_set("display_errors" , 1);

This should give you more information about the bug.

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