Hello,

installation of module was successfull, BUT if I want add Feed importer, I received this error message:
Fatal error: Class 'FeedsConfigurable' not found in XXX feeds.module on line 898

I tried run cron, update.php (no update found - I used Drupal 7.28) and I cleared caches too.

Any idea what is wrong or is other user friendly module for node import available ? I need import nodes, in old installation (D6) I used Node import and there was no problem.

Thanks you for your help :-)

Comments

MegaChriz’s picture

Status: Active » Fixed

This can mean that Drupal 7's code registry is corrupt or broken. In this registry Drupal keeps track of in which files which classes can be found. If the class FeedsConfigurable can not be found it means Drupal somehow failed to register this class, because Feeds declares it in feeds.info:
files[] = includes/FeedsConfigurable.inc

Normally, a cache clear would solve the problem, but you already tried that.

You can try to do one or more of the following:

  • Redownload Feeds (to make sure you have all the files of the Feeds module).
  • Reinstall Feeds (so hopefully Drupal's registry picks it up this time).
  • Rebuild Drupal's code registry using the instructions from the Registry Rebuild project.
MegaChriz’s picture

Forgot one thing you could also try:
Go the module page and clear all caches again. When going to the module page, Drupal re-registers all paths to modules.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

petrios’s picture

Hi Chriz, thanks you for your advice. There was conflict with another module, I have to complete reinstall of Drupal and in new installation is working as required.