TP5关闭debug模式,线上不显示验证码解决

如果报错Notice: ob_end_clean(): failed to delete buffer. No buffer to delete…

解决方案:
在/vendor/topthink/think-captcha/src/CaptchaController.php文件中加上一行:if(ob_get_contents()) ob_clean();

TP5关闭debug模式,线上不显示验证码解决

相关文章:

  • 2021-11-29
  • 2021-11-29
  • 2021-11-24
  • 2022-12-23
  • 2021-10-07
  • 2021-07-12
  • 2021-07-10
  • 2021-06-15
猜你喜欢
  • 2021-12-20
  • 2021-10-01
  • 2022-12-23
  • 2021-08-31
  • 2022-12-23
  • 2021-11-29
  • 2021-11-29
相关资源
相似解决方案