Hello,
I'm trying to import really big database (40mb xml file, about 10000 products), but i keep hitting timeout error. Is there any chance someone had encountered this problem and somehow solved it? I know its a big amount of products, but still..
My php settings is following:
max_execution_time = 3000
max_input_time = 60
memory_limit = 1000M
And yea I'm serious, it really took 50 minutes and not even then was the importing complete. Ubercart/import module probably wasn't build for such a big database
Although I was kinda surprised, I always thought about drupal as superior over other CMS, but I'm running site on joomla's virtuemart and importing this big database there is possible, but obviously not perfect too.

