Bug #14357 | Issue #xx could not be found | ||
---|---|---|---|
Submitted: | 26 Oct 2005 20:25 | Modified: | 3 Nov 2005 6:04 |
Reporter: | Mehdi Sidi Boumedine | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | Eventum | Severity: | S1 (Critical) |
Version: | 1.6.0/1.6.1 | OS: | Linux (Linux (Fedora)) |
Assigned to: | Assigned Account | CPU Architecture: | Any |
[26 Oct 2005 20:25]
Mehdi Sidi Boumedine
[27 Oct 2005 3:38]
Bryan Alsdorf
Hi, are there any errors in the error log? The error log is located in /path-to-eventum/logs/errors.log
[27 Oct 2005 8:14]
Mehdi Sidi Boumedine
Error log for no issue displayed
Attachment: errors.log (application/octet-stream, text), 7.75 KiB.
[27 Oct 2005 8:16]
Mehdi Sidi Boumedine
The log in the attached file above is for 1.6.1 version. Thanks
[27 Oct 2005 10:39]
Mehdi Sidi Boumedine
Hi Bryan, May be this is the fix for this problem. The native mysql error message is : 1054 ** Unknown column 'iss_pri_id' in 'on clause' I run the query in mysql client it gives the same message though iss_pri_id field is prensent in issue table. The portion of sql is the one above : FROM eventum.eventum_issue, eventum.eventum_project LEFT JOIN eventum.eventum_project_priority ON iss_pri_id=pri_id If you permute the order of eventum_issue and eventum_project like below, the sql works fine : FROM eventum.eventum_project, eventum.eventum_issue LEFT JOIN eventum.eventum_project_priority ON iss_pri_id=pri_id Could this be the only problem ?
[3 Nov 2005 6:04]
Bryan Alsdorf
This is a duplicate of bug #13161. The problem is caused by a change with MySQL 5 to be more standards compliant.
[16 May 2007 21:52]
Latifa Latifa
Mehdiiiii