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 tng_medialinks.medialinkID, tng_medialinks.personID as personID, tng_medialinks.gedcom as gedcom, linktype, people.living as living, people.private as private, people.branch as branch, birthdate, birthdatetr, altbirthdate, altbirthdatetr, deathdate, deathdatetr, tng_families.branch as fbranch, tng_families.living as fliving, tng_families.private as fprivate, tng_families.husband, tng_families.wife, tng_families.familyID FROM tng_medialinks LEFT JOIN tng_people AS people ON tng_medialinks.personID = people.personID AND tng_medialinks.gedcom = people.gedcom LEFT JOIN tng_families ON tng_medialinks.personID = tng_families.familyID AND tng_medialinks.gedcom = tng_families.gedcom WHERE tng_medialinks.mediaID = "4625" AND (tng_medialinks.gedcom = "agelasto" || tng_medialinks.gedcom = "")

User 'agela001' has exceeded the 'max_queries_per_hour' resource (current value: 50000)