unable to log in database error #1054

General discussion of Mantis.

Moderators: Developer, Contributor

Post Reply
santy143all
Posts: 30
Joined: 10 Oct 2012, 06:57

unable to log in database error #1054

Post by santy143all »

"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."

This error are being showing when i am logging in can anyone please help me with same..
atrol
Site Admin
Posts: 8575
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: unable to log in database error #1054

Post by atrol »

Please use Search before posting and read the Manual
Post Reply