hi david
I want to slow import via cron, buy i want to do it by individual files rather than all, plus does it matter if my admin section is passworded?
Brent
Hi Brent,
scripts/import_slow.php is already set-up to work per-feed and if your /admin/ is password protected the password must be included in the URL as the password= parameter, e.g. your CRON command would be:
/usr/bin/wget --max-redirect=9999 -O /dev/null "http://www.example.com/scripts/import_slow.php?filename=Merchant.csv&password=yourpassword"
(all on one line)
Hope this helps!
Cheers, David. -- PriceTapestry.com
©2006-2025 IAAI Software | Contact Us | Privacy Policy
Hi Brent,
scripts/import_slow.php is already set-up to work per-feed and if your /admin/ is password protected the password must be included in the URL as the password= parameter, e.g. your CRON command would be:
/usr/bin/wget --max-redirect=9999 -O /dev/null "http://www.example.com/scripts/import_slow.php?filename=Merchant.csv&password=yourpassword"
(all on one line)
Hope this helps!
Cheers,
David.
--
PriceTapestry.com