When parsing a feed the array_slice method raises a PHP error is the array is empty.

FeedsJSONPathParser.inc

$all_items = array_slice($all_items, $start, $source->importer->getLimit());

Comments

antondavidsen created an issue. See original summary.

antondavidsen’s picture

generalredneck’s picture

Status: Active » Needs review