Quote Originally Posted by khopek View Post
I'm getting the following error when trying to upload the CSV file:

Warning: array_flip() [function.array-flip]: The argument should be an array in xxxxx/public_html/store/admin/easypopulate.php on line 1245

That doesn't reflect any line number in the file that uses array_flip. You must have modified it in some way.

The only place I see where that could be possible is by the while loop around line 1220.

Only if fgetcsv returns false on it's first call near line 1220 would you get that error. That reads the header line of the file.

You have to make sure it is a comma and quote deliminated file.

If you open it with a text editor, it should look like the one it exports. The first line needs to be identical.


I uploaded an updated one that should be approved soon. But it probably won't fix your problem.

Something you modified in easypopulate or someway you saved your csv is likely the problem.