You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PHP message: PHP Warning: file_get_contents(): Unable to find the wrapper "compress.zlib" - did you forget to enable it when you configured PHP? in /srv/usr/themes/cactus/functions.php on line 508
PHP message: PHP Warning: file_get_contents(compress.zlib://https://rest.shanbay.com/api/v2/quote/quotes/today/): failed to open stream: No such file or directory in /srv/usr/themes/cactus/functions.php on line 508
和这个问题一样 #5 ,我的环境是PHP5,有两个问题,
file_get_contents已打开,allow_url_fopen = On也已经打开,PHP报错信息
这个报错打开该文件
/srv/usr/themes/cactus/functions.php
,找到508行,将改成
貌似是因为PHP5不支持compress.zlib的原因
打开
/srv/usr/themes/cactus/footer.php
,找到片30行,添加一句如图
然后就能正常显示了
The text was updated successfully, but these errors were encountered: