laryn's picture

I have used feeds on another site but keep running into errors on a site that was upgraded from Drupal 7 (and used Feeds on the Drupal 7 site) when I try to create a new importer.

Accepted answer

The feeds config file may have been causing problems:

{

    "_config_name": "feeds.settings",

    "feeds_reschedule": null,

    "feeds_debug": null,

    "feeds_importer_class": null,

    "feeds_library_dir": null,

    "default_feeds_importer": null,

    "menu_rebuild_needed": null,

    "feeds_source_class": null,

    "http_request_timeout": null,

    "proxy_server": null,

    "proxy_port": null,

    "proxy_username": null,

    "proxy_password": null,

    "proxy_auth_method": null,

    "feeds_never_use_curl": null,

    "feeds_process_limit": null,

    "default_nodes_main": "10"

}

Perhaps something didn't happen correctly in the upgrade process between Drupal 7 and Backdrop's version of Feeds.

I was able to get this working by completely uninstalling Feeds on the new Backdrop site (Deactivate and then Uninstall), and then re-activating it.

Comments

The feeds config file may have been causing problems:

{

    "_config_name": "feeds.settings",

    "feeds_reschedule": null,

    "feeds_debug": null,

    "feeds_importer_class": null,

    "feeds_library_dir": null,

    "default_feeds_importer": null,

    "menu_rebuild_needed": null,

    "feeds_source_class": null,

    "http_request_timeout": null,

    "proxy_server": null,

    "proxy_port": null,

    "proxy_username": null,

    "proxy_password": null,

    "proxy_auth_method": null,

    "feeds_never_use_curl": null,

    "feeds_process_limit": null,

    "default_nodes_main": "10"

}

Perhaps something didn't happen correctly in the upgrade process between Drupal 7 and Backdrop's version of Feeds.

I was able to get this working by completely uninstalling Feeds on the new Backdrop site (Deactivate and then Uninstall), and then re-activating it.