Drupal提供Excel错误

时间:2012-12-29 16:10:59

标签: php drupal drupal-modules drupal-feeds

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

有什么建议吗?

1 个答案:

答案 0 :(得分:1)

您可以查看here,看看您是否可以找到问题的解决方案,甚至为您的问题创建新主题。