file_get_contents(): stream does not support seeking

bcoder wallpaper主题抓取壁纸,使用的是simple_html_dom.php这个php库,如果你的php版本不要 >= 7.1  ,可能会出现如下错误信息:
  解决方法如下: 修改主题目录 setup/simple_html_dom.php   95行
$contents = file_get_contents($url, $use_include_path, NULL, $offset);
改为
$contents = file_get_contents($url, $use_include_path, NULL);
其他就没啥麻烦的了~~  有其他问题,可联系 微信  bing-0719

评论

发表回复

您的电子邮箱地址不会被公开。 必填项已用*标注