Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SQL error trying to open summary_gantt_chart_page.php #18

Open
dregad opened this issue Aug 26, 2019 · 0 comments
Open

SQL error trying to open summary_gantt_chart_page.php #18

dregad opened this issue Aug 26, 2019 · 0 comments

Comments

@dregad
Copy link
Member

dregad commented Aug 26, 2019

APPLICATION ERROR 401

Database query failed. Error received from database was #1064: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '='2.1.x' ORDER BY sbt.status ASC, sbt.last_updated DESC' at line 4 for the query: SELECT sbt.*, mantis_bug_relationship_table.source_bug_id as parent_issue, dbt.target_version as parent_version FROM mantis_bug_table AS sbt
LEFT JOIN mantis_bug_relationship_table ON sbt.id=mantis_bug_relationship_table.destination_bug_id AND mantis_bug_relationship_table.relationship_type=2
LEFT JOIN mantis_bug_table AS dbt ON dbt.id=mantis_bug_relationship_table.source_bug_id
WHERE sbt.project_id=? AND sbt.=? ORDER BY sbt.status ASC, sbt.last_updated DESC.

Not sure why it's trying to use 2.1.x which is my version number, as a field in the mantis_bug_table...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant