When the method sourceDefaults is not defined in a parser, WSOD ensues. We can easily get around this by adding the following public function to the class FeedsParser in FeedsParser.inc.

  /**
  * Define defaults for sourceForm. 
  */
  public function sourceDefaults() {
    return array();
  }

Comments

alex_b’s picture

Status: Active » Closed (cannot reproduce)

I can't reproduce this. I believe this is fixed in the meantime.