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: SELECT ct.transheadID, ct.township, cd.surname, cd.givenname, ct.folder, ct.imagenbr, ct.microfilm, ct.series, ct.census_Year, ct.enumeration_district, cd.censusID FROM cen_transhead ct LEFT JOIN cen_data cd ON ct.transheadID = cd.transheadID LEFT JOIN cen_link cl ON ct.transheadID = cl.transheadID AND cd.censusID = cl.censusID ORDER BY ct.transheadID, cd.surname LIMIT 50

Table 'cookivql_genealogy.cen_transhead' doesn't exist