We are working on making use of the csvimport plugin to pull in some image files via http. However, after mapping the columns to elements and starting the import csv process we get the error down below scrolling through the apache error log constantly. At one point it ran the server out of disk as the log grew to around 15GB in size in a matter of minutes.
From what I can tell, it would seem perhaps that the fopen call is not returning the proper value of a resource id and is instead a boolean value for some reason. I'm not sure since it can obviously open the same file and read the contents of it since those fields show up in the map columns page. The permissions on the csv files look fine so that isn't the issue from what I can tell. Anyone have any ideas on this one?
[Tue Nov 10 10:51:20 2009] [error] [client 129.1.77.38] PHP Warning: fgetcsv() expects parameter 1 to be resource, boolean given in /var/www/hosts/memories/html/cm10/plugins/CsvImport/models/CsvImport/File.php on line 321, referer: https://memories.bgsu.edu/cm10/admin/csv-import/index/map-columns

