Quote Originally Posted by Wizzard308 View Post
Ok while getting this error

Warning: array_flip() [function.array-flip]: The argument should be an array in /homepages/18/d201970486/htdocs/zencart/admin/easypopulate.php on line 1222

it isnt loading the feeds at all.. While getting the 500 returned it was loading the files. Any idea why the warning is being tossed out?
That array_flip error is because the fgetcsv function isn't returning the correct item. Could be a poorly formed csv. It won't work with the old format in 1.2.5.4
Could also be the wrong version of php, has to be 5.0+
Been a while so I'm not 100% sure.


I only had one project with ZenCart, so I haven't been around. Just checking up for v2, then I might play with it some more. I haven't found a single shopping cart that isn't slow and bloated. I might need to write my own on top of CodeIgniter if ZC2 fails.