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