This has been bugging me for most of the day. I have been trying to setup a feed of around 2k xml files in a directory inside my public folder structure without much luck.

Once I got the URI to work which took a while, I got this error when clicking on import.

Exception: No new files found in: to fetch. in feeds_fetcher_directory_fetcher->fetch() (line 69 of /data/drupal7/sites/all/modules/feeds_fetcher_directory/feeds_fetcher_directory_fetcher.inc).

the public path is set to public://sites/default/files/tigertour/all/

I've tried this as well whit the path having a end / and no end /

thanks

Comments

gurvan’s picture

I have exactly the same problem, test almost every possible path, this one (private://sites/default/files-private/feeds) do not returned me the "Directory needs to be a valid URI." error but the "No new files found in:..." error.

my folder permisson is set to 777

any idea ?

thanks

frank ralf’s picture

Version: 7.x-2.0-beta4 » 7.x-2.0-beta5
Issue summary: View changes

I have applied the patch from #2002244: How to specify directory? Is something broken? to overcome the "Please specify an upload directory" but now encounter the issue described here.