Yes sir. Check out the site. I built the entire database using csv and easy populate; categories and all. I tried using ^ but when I attempted to import, I got the max 32 character error. Is there a way around this?
Willie
Zen Cart Newbie
Yes, use your cpanel phpmyadmin to modify the database ... find the relevant field and increase to meet your needs.
This error arises when a single category name exceeds the maximum length.
You can see the other vital name lengths listed for your databases on the right side of the EP4 screen.
-chadd
Willie
Zen Cart Newbie
I replied to your PM... I really think you are using 1.2.5.4!
BTW: You ARE using Dr. Bytes MySQL Database Backup Tool? You should ALWAYS run a backup before working with EP4!
EP4 like most tools will do just what you tell it... it you give EP4 bad data (you made a mistake in your spreadsheet) EP4 will happily take that data and import it to your databases.
I've added some necessary data checking in some places that were vital like category names, etc.
I have many successful users with very large data sets using EP4... one user has over 900,000 records! On his dedicated server he can import about 50,000 in (if I remember right) about 12 seconds!
Hope this encourages you to keep working to learn EP4... BTW, if you didn't get your version from my github account I can't vouch for the code.
-chadd
https://github.com/chaddro/EasyPopulate-4.0
Last edited by chadderuski; 30 Aug 2012 at 08:26 PM. Reason: addtion