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

Parse_RDF.pl (new error)

Quote Reply
Parse_RDF.pl (new error)
Okay, the Parse took forever, but finally finished. Here is the tail end of what it looked like (and an ERROR), with what may be a major problem or a minor problem. I am not completely certain what I must do at this point (the terminal window is still open).

Topic: 251052 (Top/Bookmarks/Z/zookeeper) - 0
Topic: 251053 (Top/Bookmarks/Z/zookeeper/My Favorite Sites) - 0
Topic: 251054 (Top/Bookmarks/Z/zhenqinli) - 0
Topic: 251055 (Top/Bookmarks/Z/zack) - 0
Topic: 251056 (Top/Bookmarks/Z/zoisite) - 0
Topic: 251057 (Top/Bookmarks/Z/ziontims) - 0
Topic: 251058 (Top/Bookmarks/Z/zohreh) - 2
Topic: 251059 (Top/Bookmarks/Z/zibitt) - 0
Topic: 251060 (Top/Bookmarks/Z/zeroeffect) - 0
Topic: 251061 (Top/Bookmarks/Z/zilko) - 1
Topic: 251062 (Top/Bookmarks/Z/zilko/Pirates) - 2
Topic: 251063 (Top/Bookmarks/Z/zilko/Images and Texts) - 0
Topic: 251064 (Top/Bookmarks/Z/zilko/games) - 0
Topic: 251065 (Top/Bookmarks/Z/zilko/games/board games) - 0
Topic: 251066 (Top/Bookmarks/Z/zilko/games/board games/p) - 2
Topic: 251067 (Top/Bookmarks/Z/zilko/NWN) - 6
Topic: 251068 (Top/Bookmarks/Z/zilko/NWN/News) - 5
Topic: 251069 (Top/Bookmarks/Z/zilko/NWN/Guilds) - 10
Topic: 251070 (Top/Bookmarks/Z/zippey41) - 0
DBI::db=HASH(0x8195444)->disconnect invalidates 1 active statement handle (either destroy statement handles or call finish on them before disconnecting) at Parse_RDF.pl line 352, <CONTENT_FILE> chunk 10403002.
[root@daywhizzy setup]#


See where is says DBI::db=HASH ---> so it appears it wants me to do something right now, and may not be that serious (???). Here is like lines 340-360 or Parse_RDF.pl (with line 352 pointed out) - the line where the error (?) occured:

Parse_RDF.pl is as follows:

o', 0, 0, 'Yes') or die "Error: $DBI::errstr on line: $.";
$SEEN_URL{lc $url} = $sth_Links->{'mysql_insertid'} &#0124; &#0124; $sth_Links->{'insertid'};
}
}
undef %URL;

$sth_Links->finish;
$sth_Category->finish;
$dbh_Links->disconnect; <--line 352

close(CONTENT_FILE);
}


What would anyone here suggest occured, and the solution? Thank you greatly! Smile

Signed,

Daywizard
Quote Reply
Re: Parse_RDF.pl (new error) In reply to
That is just a warning and isn't critical. I'll fix it up, but it's nothing to be concerned about.

Cheers,

Alex
Quote Reply
Re: Parse_RDF.pl (new error) In reply to
Thanks! Smile)