Quote Originally Posted by darkmarauder View Post
I am trying to import some products, and I have a product file which I have split into seperate tab delimited files.
The first imports without any problems.
The second though brings up the following error:-
Warning: explode() [function.explode]: Empty delimiter in /home/marauder/public_html/testshop/admin/includes/functions/extra_functions/easypopulate_functions.php on line 247
This is at the top of the page, before the admin menu.

Then, where it shows the added/updated items it shows the message on the failed lines 'SKIPPED! - Model: 157 - Category name(s) too long (max. 32)'
This is not correct as the categories all added together total 13 characters (including spaces).

Any help would be great, as I am trying to start using Zen Cart instead of Prestashop and this is my only real holdup!
The first "error" is not that serious - it usually relates to incorrect date formatting in columns such as date_added, etc. This typically happens when you import the txt file into MS Excel, which then sees a date and does its own formatting (another Bill Gates conspiracy). Later, you "save as" a TXT file, but the original formatting for date has been altered.

The second error is a fault within the EP upload file you are using (the .txt file).

Find out the line at which the upoload renders SKIPPED and re-examine it using a PLAIN TEXT EDITOR.. Don't re-open it in MS Excel or other spreadsheet program.