今天同事开发 出现了这个错误

[think\exception\ErrorException] glob() has been disabled for security reasons

 

打开php.ini

找到

disable_functions

里面找到glob  给删除 然后保存  即可

相关文章:

  • 2021-06-21
  • 2022-12-23
  • 2021-11-08
  • 2021-08-22
  • 2022-12-23
  • 2021-08-14
  • 2022-12-23
  • 2021-12-14
猜你喜欢
  • 2021-04-01
  • 2021-07-25
  • 2021-09-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案