James Burkart Posted April 23, 2004 Posted April 23, 2004 I am using osCommerce 2.2-MS2 and am attempting to add most of the 26000 products of my retail store to my website, http://www.electronicswarehouse.net. As most of you know it is very S-L-O-W going. I thought I might have found all my answers with Easy Populate. I installed it and everything seemed fine except that when I went to import any delimited file back to my SQL database nothing would change!!! I have all but given up on Easy Populate. Is there another way of adding product quickly? My point-of-sale convieniently exports delimited files and I can edit themfairly easily, but have no PHP skills. Does someone out there have the magic answer? James Burkart [email protected] :(
user99999999 Posted April 23, 2004 Posted April 23, 2004 Did you try a small file like 10 items to make sure your import file is formatted correct. You will probably need to split your file into maybe 13 parts 2000 each.
user99999999 Posted April 23, 2004 Posted April 23, 2004 There is several PHP settings that limit what Easy Populate can do. max_execution_time = 30 ; Maximum execution time of each script, in seconds memory_limit = 8M ; Maximum amount of memory a script may consume (8MB) ; Maximum size of POST data that PHP will accept. post_max_size = 8M
James Burkart Posted April 23, 2004 Author Posted April 23, 2004 I have tried it with smaller files as small as 1 or 2 records.
user99999999 Posted April 23, 2004 Posted April 23, 2004 Then you must have a script error or data format error so check your apache error log.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.