CVS Version upgrade problem - help

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
thomas.km
Posts: 7
Joined: 18 Feb 2005, 01:33

CVS Version upgrade problem - help

Post by thomas.km »

hi

i just wanted to use cvs version of mantis
i upgraded with /admin/upgrade.php and execute the two options

but i everytime get the error:

Datenbankabfrage fehlgeschlagen. Die Reportmeldung lautet #1146: Table 'mantis.mantis_project_hierarchy_table' doesn't exist für die Abfrage: SELECT DISTINCT( p.id ), ph.parent_id, p.name
FROM mantis_project_table p
LEFT JOIN mantis_project_hierarchy_table ph
ON ph.child_id = p.id
WHERE p.enabled = 1
ORDER BY p.name


When i go to index.php

cvs version is fromyesterday around 15:00 UTC

what did i wrong`??
thomas.km
Posts: 7
Joined: 18 Feb 2005, 01:33

Post by thomas.km »

anyone able to answer? would be great, thx for your help!
thraxisp
Developer
Posts: 509
Joined: 14 Feb 2005, 03:38
Location: Ottawa, Canada
Contact:

Post by thraxisp »

When you pick up a CVS version, you need to follow the usual database upgrade process for a new version. That is, you need to run "admin/upgrade.php" to update the database with any new tables and fields.
thomas.km
Posts: 7
Joined: 18 Feb 2005, 01:33

Post by thomas.km »

as i wrote above"i upgraded with /admin/upgrade.php"

i upgraded with this php file

:-(( HELP!
thomas.km
Posts: 7
Joined: 18 Feb 2005, 01:33

Post by thomas.km »

i need fast help :-(

as i wrote, i executed the db upgrade

here what i have

mantis_bug_file_table
mantis_bug_history_table
mantis_bug_monitor_table
mantis_bug_relationship_table
mantis_bug_table
mantis_bug_text_table
mantis_bugnote_table
mantis_bugnote_text_table
mantis_config_table
mantis_custom_field_project_table
mantis_custom_field_string_table
mantis_custom_field_table
mantis_filters_table
mantis_news_table
mantis_project_category_table
mantis_project_file_table
mantis_project_hierachy_table
mantis_project_table
mantis_project_user_list_table
mantis_project_version_table
mantis_sponsorship_table
mantis_tokens_table
mantis_upgrade_table
mantis_user_pref_table
mantis_user_print_pref_table
mantis_user_profile_table
mantis_user_table
27 Tabellen
Post Reply