Hey Bro!
Well, now that 1.55 is out I decided to give it a test drive along with your updated EP4 >>NOW IN THE PLUG-INS SECTION - YEAH!<<
Clean install on PHP 5.6.19 (still waiting for cpanel to offer PHP 7 support), and MySQL 5.6.29.
Exported data from live site using my EP 4.0.23: Full, Quantity Breaks, and Attrib files.
I ran into a small problem on importing my full sheet. For some reason category names were not being split on the "^" character.
I had to switch from mb_split() to explode() even though I'm using UTF-8 to get the categories to break properly. The sheet was as exported, so it should have worked as is. It did work with explode() and the sheet imported, but I don't have any funky characters in my data.... hmmm... I think not

might be some registered and TM characters in there which are MB.
I don't think explode() supports multibyte languages (like russian, etc.), but I'll have to read up on that again.
Anyway, after getting that to work, the quantity breaks and attrib files imported fine.
I'll have to read up on mb_split() again to see what might be going on.
Congrats on all the hard work and additions. Hope all the free support doesn't wear you out
-chadderuski
Bookmarks