[Phpgedview-talk] Errors when importing GEDCOM
Brought to you by:
canajun2eh,
yalnifj
From: Sam A. <sa...@wh...> - 2007-03-22 23:31:43
|
I followed the installation instructions from the WIKI as best I could, but upon importing my GEDCOM, I got PAGES of SQL Insert errors, finally terminating in a memory exhausted error. It looks like it can't insert the places into my places table. Any ideas? Thanks in advance, SAM ERROR:-19 DB Error: no such field SQL:INSERT INTO pgv_places (p_id, p_place, p_level, p_parent_id, p_file) VALUES(2517, "Of Roch Castle", 2, 2516, 1) [nativecode=1054 ** Unknown column 'Of Roch Castle' in 'field list'] ERROR:-19 DB Error: no such field SQL:INSERT INTO pgv_places (p_id, p_place, p_level, p_parent_id, p_file) VALUES(2518, "Maine", 2, 732, 1) [nativecode=1054 ** Unknown column 'Maine' in 'field list'] ERROR:-19 DB Error: no such field SQL:INSERT INTO pgv_places (p_id, p_place, p_level, p_parent_id, p_file) VALUES(2519, "Of Luce Near", 3, 2518, 1) [nativecode=1054 ** Unknown column 'Of Luce Near' in 'field list'] Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 941 bytes) in /var/www/html/whiteeyebrows.com/familyhistory/includes/functions_import.php on line 1458 |