Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

RDF import problem - critical errors

Quote Reply
RDF import problem - critical errors
Hi all,

Pulling my hair out here....

I'm using the DMOZ_Wizard 3.0 plugin under GLinks 3.0.4 and I'm hitting a wall with this error:

CRITICAL ERROR OCCURED: Execute: Duplicate entry '-1' for key 2 at /var/www/cgi-
bin/admin/Links/Import/RDFS2.pm line 496


It aborts from the very first record to be imported.

Code:
Line 496 from RDFS2.pm:
$insert_link_sth->execute(++$Links_counter, $title, $parse->{attribs}{about}, $$opt{rdf_add_date}, $$opt{rdf_add_date}, $desc) or critical "Execute: $DBI::errstr";


I looked at the data fields just before the insert call and they all look fine.
So, something going on in the data/SQL layer by the looks. Checked my database integrity and all looks good.

I tried this on my test server installation and get the same error.
Any help is appreciated.
Thanks in advance.

Regards,
Peter

Regards,
Peter Puglisi
www.ausfreedom.com
Ultimate Freedom is our game.
Subject Author Views Date
Thread RDF import problem - critical errors rocco 2695 Jan 6, 2006, 8:50 PM
Thread Re: [rocco] RDF import problem - critical errors
Andy 2619 Jan 7, 2006, 2:13 AM
Post Re: [Andy] RDF import problem - critical errors
rocco 2592 Jan 8, 2006, 2:54 AM