無料の Web ホスティング サイトに 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
どうすればこれを修正できますか?