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
Comment #1
gurvan commentedI 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
Comment #2
frank ralf commentedI 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.