MOTYER (dad) BENJAMIN (mum)
(BERMUDA genealogical branches)
My Ancestry and Family History
Search
First Name:


Last Name:

Birth Married

Broad search



An error has occurred in the TNG software. What to do:

If you just installed an upgrade, you might have skipped part of the installation instructions. Go back to the upgrade readme page reread the instructions. Pay special attention to the database structure step.

If you just installed TNG for the first time, you might still need to create the database tables. Return to the readme.html page to find that step.

If you are the site owner, you may contact TNG support for further assistance with this problem. Please copy the query below and paste it into your message.



Query: CREATE TABLE tng_showallfamily ( `safID` int NOT NULL AUTO_INCREMENT PRIMARY KEY, `root_personID` varchar(20) NOT NULL, INDEX rp (`root_personID`), `gedcom` varchar(60) NOT NULL, `spellings` varchar(200) NOT NULL, `descendants`int NOT NULL, `generations` int NOT NULL, `notes` longtext ) ENGINE = InnoDb ROW_FORMAT=DYNAMIC COLLATE utf8mb4_unicode_ci

Table 'tng_showallfamily' already exists