Zen Follower
- Join Date:
- Jul 2007
- Location:
- Trinity Alps
- Posts:
- 131
- Plugin Contributions:
- 0
Easy Populate 1.2.5.4 support
kburner:
I looked thru forum trying to find if my issue has already been posted. I did not see anything, please forgive me if I missed. I am using zencart v 1.3.8.
I started with small file of 5 records. And getting this error.
Warning: explode() [function.explode]: Empty delimiter in /home/xxxx/xxxx/admin/includes/functions/extra_functions/easypopulate_functions.php on line 241
When I go to line 241...I see this code.
$date_bits = explode($separator, $excel_date[1]);Not sure what it means. I do not have any dates listed on my .txt file.
Kburner,
Had the same thing happen. See if this helps. Carefully read each box in your upload sheet. Mine was from the wrong cartecters were there. I was converting a .csv file to a .txt file and things like the small square box and a question mark and a \ line stopped the loading of that particular product. Once the format was correct (product description) all was fine.
It produced the same warning you had.