Gossamer Forum
Home : Products : Gossamer Links : Version 1.x :

Parse_RDF.pl

Quote Reply
Parse_RDF.pl
I am trying to upload a part of the open directory to links SQL, but I get the following error:

Quote:
$ perl /kunder/adsguidedk/htdocs/sql/cgi-bin/admin/setup/Parse_RDF.pl
Can't open file content.rdf: No such file or directory at /kunder/adsguidedk/h
tdocs/sql/cgi-bin/admin/setup/Parse_RDF.pl line 85.
Database handle destroyed without explicit disconnect.
content.rdf is in the "setup" folder. Am I doing something wrong?

[This message has been edited by andrei (edited December 07, 1999).]
Quote Reply
Re: Parse_RDF.pl In reply to
Hmm, try setting:

# RDF File name
my $CONTENT = 'content.rdf';

to the full path.

Cheers,

Alex