Database Schema Changed
By revision 386 the database schema of phtagr changed and must be changed manually! Please update your phtagr source to the latest version and rename the table ‘configs’ to ‘options’. Execute following mySQL command for your phtagr database. Please consider your table prefixes if you have it.
mysql> RENAME TABLE 'configs' TO 'options';