Using coder_upgrade to port the Drupal 7 feeds_comment_processor module and encountered 2 errors:
ERROR: Creating default object from empty value on line 159 in coder_upgrade/conversions/end.inc (Warning)
ERROR: Call to a member function insertAfter() on null on line 162 in coder_upgrade/conversions/end.inc (Uncaught exception)
After the two errors on a white screen checking the new folder there is a folder for feeds_comment_processor but the file feeds_comment_processor.module only includes the opening @file block.
Using coder_upgrade to port the Drupal 7 feeds_comment_processor module and encountered 2 errors:
After the two errors on a white screen checking the new folder there is a folder for feeds_comment_processor but the file feeds_comment_processor.module only includes the opening
@fileblock.