开发者

File get content error

开发者 https://www.devze.com 2022-12-18 06:02 出处:网络
i got an error message when i try to do file_get_contents() function Warning: file_get_contents() [function.file-get-contents]: URL

i got an error message when i try to do file_get_contents() function

Warning: file_get_contents() [function.file-get-contents]: URL file-access is disabled in the server configuration in /data/20/1/112/111/1927437/user/2100551/htdocs/开发者_如何学JAVActi-dev/admin/my path

My site is https ..

how this happend? Does any one help me ?


This error is occurs when allow_url_fopen is disabled. You'll need to use cURL to grab this file or change your PHP.ini config.


Someone has disabled URL access in fopen() et alia, probably with allow_url_fopen.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号