View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000242 | XMB1 | Bugs | public | 2009-01-04 18:15 | 2009-01-07 21:51 |
| Reporter | miqrogroove | Assigned To | miqrogroove | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | 1.9.8 SP2 | ||||
| Target Version | 1.9.11 | Fixed in Version | 1.9.11 | ||
| Summary | 0000242: Invalid Use of fetch_array() in member.php?action=profile | ||||
| Description | At line 570 in trunk: $memberinfo = $db->fetch_array($db->query("SELECT * FROM ".X_PREFIX."members WHERE username='$member'")); The fetch_array() parameter is a non-aggregate query, which is frequently invalid. | ||||
| Tags | No tags attached. | ||||
| MySQL Version | |||||
| PHP Version | |||||
| Web Server | |||||
| Browser | |||||
| Flags | |||||
| Original Reporter | |||||
| SVN Revision | 1559 | ||||
| Git Commit | |||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2009-01-04 18:15 | miqrogroove | New Issue | |
| 2009-01-04 18:15 | miqrogroove | Status | new => assigned |
| 2009-01-04 18:15 | miqrogroove | Assigned To | => miqrogroove |
| 2009-01-04 18:32 | miqrogroove | SVN Revision | => 1559 |
| 2009-01-04 18:32 | miqrogroove | Status | assigned => resolved |
| 2009-01-04 18:32 | miqrogroove | Fixed in Version | => 1.9.11 |
| 2009-01-04 18:32 | miqrogroove | Resolution | open => fixed |
| 2009-01-07 21:51 | miqrogroove | Status | resolved => closed |