Moved from #375033: E_ALL compliance...

- When refreshing a feed using parser_csv I get Unitialized string offset:50 in ...parser_csv_parser.inc on line 114 (repeated over and over for random numerical values).

- When refreshing a feed using parser_csv I get numerous repeats of Undefined property: stdClass::$original_url in ...feedapi_node\feedapi_node.module on line 270.
- When refreshing a feed using parser_csv I get numerous repeats of Undefined property: stdClass::$original_url in ...feedapi_node\feedapi_node.module on line 47.
- When refreshing a feed using parser_csv I get numerous repeats of Undefined property: stdClass::$original_url in ...feedapi_node\feedapi_node.module on line 50.

Comments

jpetso’s picture

The first one (in parser_csv_parser.inc) should be fixed as part of #376263: Make parser_csv_parse() into a parser class.

alex_b’s picture

Priority: Normal » Critical

When we've got these notices fixed, I will roll a new release. Critical therefore.