空白页面或500错误 原因:可能是PHP错误被隐藏了,或者是某些脚本导致的错误。 解决方法: 开启PHP错误报告,查看具体的错误信息。 error_reporting(E_ALL); ini_set('display_er...