I use Feeds_import with SQLReader and Oracle.
I create a new content type with basic field.i use a filter fonction custom.

When I process, the import is stopped ,no error are logged .
A message under the feed_import name :A instance is running
I must delete the variable feed_import_import_running in order to restart the import.

I debog with dpm, and i cible that the probleme is in "createEntity" fonction.
When I add dpm function at line 1263, the import don't"crash" and terminted with succes.
All node are imported with googvalues.

I don' t understand this comportement.
I can't use dpm in my site in production mode.

If anyone has ideas that may help me, your suggestions will be most welcome.

Comments

Jessica13105 created an issue.

Sorin Sarca’s picture

Hi,

first of all you should check if "Provide import reports" is checked, see https://www.drupal.org/node/2190379.
If so, then probably there is a fatal error and you'll have to check your log files (somewhere in /var/log - just check your php.ini if not sure).

Jessica13105’s picture

Hello,
Thanks for response.
This option "Provide import reports" is checked.
For logs, I haven't error in logs: in apache, php and drupal.

I'm lost.

An other suggestion?

Sorin Sarca’s picture

You can also try to import using drush commands. I hope the error will be visible in console/terminal.

To show available feeds:

drush feedlist

To import:

drush feedimport my_feed_machine_name