出现这个错误提示是因为

解决phpcms使用php7.1.9时修改后台菜单错误  "[] operator not supported for strings"错误提示

$array 在初始化的时候是一个字符串,在下面使用的时候作为数组使用,php7.x版本并没有将$array自动转换为

数组而是以字符串存在"[]"作为了运算符,所以提示错误

修正:

解决phpcms使用php7.1.9时修改后台菜单错误  "[] operator not supported for strings"错误提示

错误解决

 

相关文章:

  • 2021-09-16
  • 2021-10-07
  • 2022-01-11
  • 2022-01-11
  • 2021-07-25
  • 2022-01-25
  • 2021-09-28
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-07-05
  • 2022-12-23
  • 2021-10-03
  • 2021-06-01
  • 2021-04-11
相关资源
相似解决方案