欢迎访问服务器技术网-www.fuwuqijishu.com

解决ZBLOG PHP在PHP7.1出现”operator not supported for strings”问题

网站建设 fuwuqijishu 2年前 (2022-09-04) 47次浏览 0个评论 扫描二维码

由于PHP7.X版本对于WordPress程序效率得到不错的提升,也陆续将服务器都升级至7.0或者7.1版本PHP,但是今天发现一个问题,服务器中的ZBLOG PHP程序在PHP7.1环境中编辑、修改文章的时候有出现错误,提示”[] operator not supported for strings”错误提示。

解决ZBLOG PHP在PHP7.1出现”operator not supported for strings”问题

以上是点击编辑文章时候出现的错误,然后去ZBP老板那边去问问如何解决,应该是PHP7.1数组格式问题。

解决方法:

zb_system/function/lib/post.php

找到这个文件,第63行。

解决ZBLOG PHP在PHP7.1出现”operator not supported for strings”问题

将:

$c = ”;

改为

$c =array();

最后,我们再去ZBLOG PHP后台编辑需要的文章就不会有错误。

喜欢 (0)
发表我的评论
取消评论
表情 贴图 加粗 删除线 居中 斜体 签到

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址

Warning: error_log(/www/wwwroot/fuwiqijishu/wp-content/plugins/spider-analyser/#log/log-2119.txt): failed to open stream: No such file or directory in /www/wwwroot/fuwiqijishu/wp-content/plugins/spider-analyser/spider.class.php on line 2900