mantis_tag_table doesn't exist
Posted: 22 Jan 2008, 09:57
Hi guys, can you help us to upgrade Mantis tool from 1.0.5 version to 1.1.1?
We have followed the installation/upgrade instructions from this URL:
http://manual.mantisbt.org/manual.insta ... rading.php
But we have the following error
======================================================================================================================================
APPLICATION ERROR #401
Database query failed. Error received from database was #1146: Table 'mantis_111.mantis_tag_table' doesn't exist for the query: SELECT t.*, b.user_id as user_attached, b.date_attached
FROM mantis_tag_table as t
LEFT JOIN mantis_bug_tag_table as b
on t.id=b.tag_id
WHERE b.bug_id='563'
Please use the "Back" button in your web browser to return to the previous page. There you can correct whatever problems were identified in this error or select another action. You can also click an option from the menu bar to go directly to a new section.
======================================================================================================================================
Where “mantis_111” is the name of MYSQL database.
We don’t have this table (mantis_tag_table) in mantis_111 database.
Thanks in advance.
Best Regards,
Ernesto
We have followed the installation/upgrade instructions from this URL:
http://manual.mantisbt.org/manual.insta ... rading.php
But we have the following error
======================================================================================================================================
APPLICATION ERROR #401
Database query failed. Error received from database was #1146: Table 'mantis_111.mantis_tag_table' doesn't exist for the query: SELECT t.*, b.user_id as user_attached, b.date_attached
FROM mantis_tag_table as t
LEFT JOIN mantis_bug_tag_table as b
on t.id=b.tag_id
WHERE b.bug_id='563'
Please use the "Back" button in your web browser to return to the previous page. There you can correct whatever problems were identified in this error or select another action. You can also click an option from the menu bar to go directly to a new section.
======================================================================================================================================
Where “mantis_111” is the name of MYSQL database.
We don’t have this table (mantis_tag_table) in mantis_111 database.
Thanks in advance.
Best Regards,
Ernesto