Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在将 opencart 用于我正在创建的在线商店。
当我查看最新订单部分时,我应该能够单击查看每个订单。
单击视图链接时,加载的所有内容都是空白页面。
我看不到任何错误。我可以提供您需要的任何代码,但是我不知道错误在哪里,因此非常感谢您的帮助。
尝试将以下内容添加到 admin/index.php 文件的顶部。
error_reporting(E_ALL); ini_set("display_errors" , 1);
这应该为您提供有关该错误的更多信息。