APPLICATION ERROR #401

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
sinaei
Posts: 2
Joined: 27 May 2015, 15:21

APPLICATION ERROR #401

Post by sinaei »

Hello

I face with a problem. When I want to login to mantis this error appear:

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.

I have to say that, I had mantis (the old version) in one pc, and now install it in other pc (new version) and I have just import the old database.
I dont know if it can cause this problem or no

can someone help me?
atrol
Site Admin
Posts: 8366
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: APPLICATION ERROR #401

Post by atrol »

Please use Search before posting and read the Manual
Post Reply