I asked this in another thread but i think it would be more appropriate here.
I got this error:
Warning: array_flip() [function.array-flip]: The argument should be an array in /..../admin/easypopulate.php on line 1329
when uploading a csv file.
I used OpenOffice to edit the one i downloaded from the site, and ensured it was a comma as seperator, and the western europe character set (which was the one suggested).
I saved as CSV and got the above error.
I noted that the php version should be 5, so i upgraded on my server to 5 from 4, but still the same.
However, i also had errors when i installed the module; these are listed below. It said install was complete even though these errors appeared.
One of these:
Warning: fopen(/usr/local/psa/home/vhosts/domain/httpdocs/tempEP/Full-EP2010Mar24-0303.csv): failed to open stream: Permission denied in /usr/local/psa/home/vhosts/domain/httpdocs/admin/easypopulate.php on line 1222
a long list of this error repeating:
Warning: fwrite(): supplied argument is not a valid stream resource in /usr/local/psa/home/vhosts/domain/httpdocs/admin/easypopulate.php on line 210
and a single one of this:
Warning: fclose(): supplied argument is not a valid stream resource in /usr/local/psa/home/vhosts/domain/httpdocs/admin/easypopulate.php on line 1226
Would this have had any relation to my problem, if so how can i resolve it?