Gossamer Forum
Skip to Content


Quote Reply
error
I've installed the 1.5 version. (I did run setup)



Because I didn't find ftp login info for ftp.allposters.com

I extracted the complete datafeed txt version into my ALLPOSTERS directory. (lots of txt files)

I did a
nohup perl allposters.cgi > log.txt & tail -n20 -f log.txt
and got this error:
Unable to open . Reason: no such file or directory at allposters.cgi line 97.

Then I thought of using this:
perl allposters.cgi --file=ftp://username:password@ftp.allposters.com/AllPosters_CompleteDatafeed_TXT.zip -category=Entertainment -clean=no -dograb=no

But I can't find a username and password for ftp at the website.

Help would be appreciated!

Best regards,

Theo

--
http://www.atyourspace.com
Quote Reply
Re: [theobeest] error In reply to
Hi,

It won't be able to find the files, if they havn't been downloaded Tongue

this username/password should do the trick:

datafeed:9h5Zj6vOe0

Hope that helps.

Cheers
Andy
Programmer/Designer/LinksSQL Freak Cool

http://www.ultranerds.com
http://www.imagesql.com
Quote Reply
Re: [Andy] error In reply to
This is what I do:


Code
 sportsdir:/var/www/bin/admin/ALLPOSTERS# perl allposters.cgi --file=ftp://datafeed:9h5Zj6vOe0@ftp.allposters.com/AllPosters_CompleteDatafeed_TXT.zip category=Specialty~~Products clean=no dograb=yes 
Skipping file downloads. Attempting to find the most current version of DataFeed files now....
Unable to open . Reason: No such file or directory at allposters.cgi line 97.




Still this error Frown



Theo

--
http://www.atyourspace.com
Quote Reply
Re: [theobeest] error In reply to
Hi,

That query doesn't look right ... you're missing some -- options :P

perl allposters.cgi --file=ftp://datafeed:9h5Zj6vOe0@ftp.allposters.com/AllPosters_CompleteDatafeed_TXT.zip category=Specialty~~Products clean=no dograb=yes

..should be;

perl allposters.cgi --file=ftp://datafeed:9h5Zj6vOe0@ftp.allposters.com/AllPosters_CompleteDatafeed_TXT.zip category=Specialty~~Products --clean=no --dograb=yes

Hope that helps.

Cheers
Andy
Programmer/Designer/LinksSQL Freak Cool

http://www.ultranerds.com
http://www.imagesql.com
Quote Reply
Re: [Andy] error In reply to

In Reply To
Hi,

----snip-----------

Hope that helps.

Cheers



Thanks Andy,

That was it.



Theo

--
http://www.atyourspace.com
Quote Reply
Re: [theobeest] error In reply to
Glad it worked =)

Cheers
Andy
Programmer/Designer/LinksSQL Freak Cool

http://www.ultranerds.com
http://www.imagesql.com
Quote Reply
Re: [Andy] error In reply to
I have AllPosters_Import V. 1.2 and Links 3.2 (German)

perl allposters.cgi --file=ftp://datafeed:9h5Zj6vOe0@ftp.allposters.com/English/AllPosters_CompleteDatafeed_TXT.zip category=Specialty~~Products --clean=no --dograb=yes

............
............
inflating: TopImagePerCategorySubjects_afb172ba-b229-4386-a490-7919b86b5e4d.Txt
inflating: TopImagePerCategoryTemporary Folder_54d2bfa0-a2c9-4899-b5c5-d8fea6db6389.Txt
Unable to open . Reason: No such file or directory at allposters.cgi line 97.


// edit 1:

i replace (allposters.cgi) .txt -> .Txt
if ($file =~ /^CategoryInformation$category_root\_(.*)\.txt$/) {
if ($file =~ /^CategoryInformation$category_root\_(.*)\.Txt$/) {

Added sub-sub-cat: Specialty Products/2008 Calendars/Calendars by Art Style/Photography Calendars
>> Specialty Products/2008 Calendars/Calendars by Art Style
Added sub-sub-cat: Specialty Products/2008 Calendars/Calendars by Art Style/Decorative Art Calendars

>> Specialty Products/2008 Calendars/Calendars by Art Style
Added sub-sub-cat: Specialty Products/2008 Calendars/Calendars by Art Style/Decorative Art Calendars
>>> IMPORTING POSTERS NOW... <<<
...
...
300000
310000
320000
330000
Added Tour Eiffel
Product Height: cannot contain the value '2.125'
Product Width: cannot contain the value '3.125' at allposters.cgi line 334, <CATSREAD> line 3.



AllPostersFeed.zip corrupt?



Cheers
Henry

Last edited by:

picky: Aug 29, 2007, 10:07 AM