max_execution_time = 30 post_max_size = 8M upload_max_filesize = 2M 复制代码 重启Web Server,OK! 对于,有错误但没有提示消息的情况,可以开启PHP的日志文件,记录好错误日志,以备遇到问题时查看。 将日志写入指定文件: error_log = "/path/to/error.log" windows系统的话,可以将日志写入系统日志: error_log = syslog