Go Fetch suddenly throwing warnings and not populating saved rss templates
Go Fetch is not showing any of the saved RSS templates suddenly. The "Import" page is throwing warnings as shown below:
PHP Warning: array_merge(): Argument #2 is not an array in /
wp-content/plugins/go-fetch-jobs/includes/framework/includes/
wp-scb-framework/Options.php on line 62, referer: [redacted]/
wp-admin/admin.php?page=go-fetch-jobs
Code:
public function get( $field = null, $default = null ) {
$data = array_merge( $this->defaults, get_option( $this->key, array() ) );
return scbForms::get_value( $field, $data, $default );
}
PHP Warning: sprintf(): Too few arguments in /
wp-content/plugins/go-fetch-jobs/includes/jobroller/class-gofetch-jobroller.php on line 160
Code:
$source = sprintf( html( 'p', sprintf( __( '<em class="goft-source">%1$s</em> %2$s', 'gofetch-jobs' ), __( 'Source:', 'gofetch-jobs' ), $source ) ) );
Did data become corrupt, and if so, what would I look at to find or fix it? I have active paid jobs in the database, so I'm very much hoping I can spot this without backtracking. HELP!