View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0006428 | mantisbt | custom fields | public | 2005-11-22 05:54 | 2006-02-04 05:53 |
| Reporter | cristic | Assigned To | ryandesign | ||
| Priority | normal | Severity | crash | Reproducibility | always |
| Status | closed | Resolution | duplicate | ||
| Product Version | 0.19.3 | ||||
| Summary | 0006428: MySQL 5: Unknown column 'p.field_id' in 'on clause' | ||||
| Description | On MySQL 5.0.15 with: you have the following error: APPLICATION ERROR 0000401 | ||||
| Additional Information | Into the custom_field_api.php at line 753: $query = "SELECT f.name, f.type, f.access_level_r, f.default_value, f.type, s.value should be transformed to: $query = "SELECT f.name, f.type, f.access_level_r, f.default_value, f.type, s.value | ||||
| Tags | No tags attached. | ||||