You are here:  » Timeouts - Can't Import Full Feed


Timeouts - Can't Import Full Feed

Submitted by ssgupta on Mon, 2006-05-22 09:56 in

Via browser when importing feed, repeatedly get timed out and the feed is only partially imported. Any suggestion?

Tried via SSH: php feeds_import.php?filename=xxxxxxxxx.txt

but got error "Could not open input file: feeds_import.php?filename=xxxxxxxxx.txt"

What did I do wrong?

Any help will appreciated. Thanks.

Submitted by support on Mon, 2006-05-22 11:24

Hi,

The import script designed for running from the command line is in the scripts/ directory. After you have logged in via SSH, try the following:

cd scripts
php import.php xxxxxxxxx.txt

The documentation for the import automation script is here:
http://www.pricetapestry.com/node/7

Hope this helps!
Cheers,
David.

Submitted by ssgupta on Mon, 2006-05-22 12:20

Many thanks. While I did spend a lot of time time at the forum and at the site looking for an answer, I guess, it wasn't enough. It worked very well!