フィードExcelモジュールを使用すると、次のエラーが発生します。
致命的なエラー:56行目のmodules / feeds_excel /feeds_excel.module内の非オブジェクトでメンバー関数getConfig()を呼び出す
function feeds_excel_form_alter(&$form, &$form_state, $form_id) {
if ($form_id == 'feeds_ui_mapping_form') {
$config = $form['#importer']->getConfig(); //line 56
if ($config['parser']['plugin_key'] == 'ExcelParser') {
助言がありますか?