JSONPath plugin is missing. Download this file and place in sites/all/libraries/jsonpath.', array( '@jsonpath' => 'http://goessner.net/articles/JsonPath/', '@download' => 'http://jsonpath.googlecode.com/svn/trunk/src/php/jsonpath.php', )); $requirements['feeds_jsonpath_parser']['value'] = $t('Not installed'); } if ($phase === 'install') { unset($requirements['feeds_jsonpath_parser']['value']); } return $requirements; }