使用 feed 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') {
有什么建议么?