Hello!
I have an XML-file and the problem is that I couldn't import the products using native Importer module =(
The file is a very big (82 Mb with 48445 products on the list) but it's created accordingly to this page.
I did try the Importer before, with Ubercart v1.3. I had just 3500 products and everything worked just fine. But for now it doesn't even warn me or display any messages - the page reloads itself in a second or two and nothing happens.
Could anyone please explain me what the reason is?
P.S.: from php.ini
max_execution_time = 36000 ; Maximum execution time of each script, in seconds
max_input_time = 60 ; Maximum amount of time each script may spend parsing request data
;max_input_nesting_level = 64 ; Maximum input variable nesting level
memory_limit = 1024M ; Maximum amount of memory a script may consume (128MB)
***
; Maximum allowed size for uploaded files.
upload_max_filesize = 100M