TP5关闭debug模式,线上不显示验证码解决 Notice: ob_end_clean(): failed to delete buffer. No buffer to delete…

解决方案:

加上一行:

if(ob_get_contents()) ob_clean();

 

posted @ 2023-03-19 17:02  浅笑19  阅读(100)  评论(0编辑  收藏  举报