View Issue Details

IDProjectCategoryView StatusLast Update
0010985mantisbtupgradepublic2010-04-23 23:23
Reportercspmcs Assigned Tovboctor  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionno change required 
OSWindows XPOS VersionSP3 
Product Version1.1.8 
Summary0010985: How to upgrade from 1.1.8 to 1.2.0 rc1 ?
Description
  1. Installed AppServ 2.5.10 on a new PC (Win XP SP3)
  2. Copied C:\AppServ\MySQL\data\mantis (whole folder) to the same directory of the new PC.
  3. Unzip mantisbt-1.2.0rc1.zip to C:\AppServ\www\mantis of the new PC
  4. Copy original config_inc.php to C:\AppServ\www\mantis of the new PC
  5. After logging in, error message as follows:
    Database query failed. Error received from database was # 1054:
    Unknown column 'p.inherit_global' in 'field list' for the query: SELECT DISTINCT p.id, ph.parent_id, p.name, p.inherit_global, ph.inherit_parent
    FROM mantis_project_table p
    LEFT JOIN mantis_project_hierarchy_table ph
    ON ph.child_id = p.id
    WHERE p.enabled = ?
    ORDER BY p.name
Steps To Reproduce

Is there any issue or article related to my problem?
Thanks for your help!

Tagsupdate

Activities

vboctor

vboctor

2009-10-10 12:06

manager   ~0023126

Doesn't the login page show you that your database schema is out of date and provide you with a link to upgrade it?

looki

looki

2009-10-27 06:23

reporter   ~0023401

Last edited: 2009-10-27 06:33

Hi,
I have the same problem and there is no link on login screen for upgrade ...
Lars

ok, was problem with deleted admin dir ....

now it works ...

thanks for mantis

maximaxi

maximaxi

2010-02-12 08:40

reporter   ~0024383

I also get this error, when trying to log in.

Upgrading from 1.1.1 to 1.2.0rc2:

APPLICATION ERROR 0000401

Datenbankabfrage fehlgeschlagen. Die Reportmeldung lautet #1054: Unknown column 'p.inherit_global' in 'field list' für die Abfrage: SELECT DISTINCT p.id, ph.parent_id, p.name, p.inherit_global, ph.inherit_parent
FROM mantis_project_table p
LEFT JOIN mantis_project_hierarchy_table ph
ON ph.child_id = p.id
WHERE p.enabled = ?
ORDER BY p.name.