2012-12-29 25 views
1

使用進料時,我得到這個錯誤練成模塊:Drupal的訂閱的Excel錯誤

致命錯誤:調用在線路模塊/ feeds_excel/feeds_excel.module非對象上的成員函數getConfig() 56

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') { 

有什麼建議嗎?

回答

1

你可以看看here,看看你是否能爲你的問題找到解決方案,甚至爲你的問題創建一個新的線程。

+0

那裏沒有運氣,似乎開發者沒有時間去修復它 –