file_get_contents()停止工作

时间:2013-02-11 10:27:08

标签: php undefined file-get-contents offset

我在免费的网站托管网站上有我的PHP文件,下面的代码突然停止了处理错误:

$data = file_get_contents("http://eqafe.com/inventories/$name/inventory_by_slug.json") or die(print_r(error_get_last()));

错误输出:

Array ( [type] => 8 [message] => Undefined offset: 6 [file] => /usr/lib/php/head.php [line] => 90 ) 1

我该如何解决这个问题?

0 个答案:

没有答案