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

ZBLOG PHP程序不兼容PHP7.1怎么解决

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

如果我们有在使用WordPress程序的朋友应该知道,已经要求我们使用PHP7.0+版本,甚至你如果使用7.0还提示你版本过低,需要使用更高的PHP7.3+版本。但是在另外一款ZBLOG PHP程序中,兼容和支持PHP7.+版本兼容性还不是太好,有些时候还报错,我们需要手动处理兼容。

比如有时候会出现”operator not supported for strings”的提示问题,那如何解决呢?

找到:

zb_system/functiON/lib/post.php

找到:

$c = '';

大概在63行。改成:

$c =array();

然后我们再去看看是否会有错误,一般是可以解决的。

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

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

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

Warning: error_log(/www/wwwroot/fuwiqijishu/wp-content/plugins/spider-analyser/#log/log-2208.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