You are here:  » Slow Import Tool

Support Forum



Slow Import Tool

Submitted by thelegacy on Mon, 2009-11-30 02:02 in

Hi David,

Normally I try to figure out most of the PT mods myself, but I am a little stumped on the slow import tool file, can I, say, mod this to import blocks of 500 products at a time instead of the default 100 blocks? Just point me to the right place and I can edit what needs done.

Thanks in advance, and so far I like the latest version.

Ray

Submitted by support on Mon, 2009-11-30 09:40

Hello Ray,

Sure - the parameters can be changed in config.advanced.php - the last two parameters are;

  $config_slowImportBlock = 100;
  $config_slowImportSleep = 2;

...simply modify as required.

Cheers,
David.

Submitted by thelegacy on Tue, 2009-12-01 02:44

Thanks David, as usual, your support is by far the best I've yet to see anywhere.

MeadorLtd Web-Properties

Submitted by Deanh01 on Sat, 2010-02-27 14:25

Hi David
I have several data bases where I use( drop record if not) on some merchants. But I cant use the slow import tool for all because of an error

Fatal error: Call to undefined function filter_dropRecordIfNotExec() in /home/pricedth/public_html/shoes/includes/admin.php on line 195

Is there a way around this?

Thank You
Dean

Submitted by support on Sun, 2010-02-28 10:02

Hi Dean,

At the top of your admin/feeds_import_slow.php, look for the following line:

  require("../includes/admin.php");

...and immediately AFTER that line, add:

  require("../includes/filter.php");

A very early version of the slow import tool missed that line out, so that should be all it is.

Cheers,
David.

Submitted by Deanh01 on Thu, 2010-06-24 22:25

Hi David
That fixed worked well now I have another problem. When IO use slow import tool import all you can watch it go through all the stores but when it is done only the last store imported well actually be listed or imported. Is there a fix for this or is it something in my servers mysql?

Thank You
Dean

Submitted by support on Fri, 2010-06-25 06:01

Hi Dean,

Could you please email me your admin/feeds_import_slow.php and I'll checkit out for you...

Cheers,
David.