| Anonymous | Login | Signup for a new account | 21-11-09 09:59 GMT |
| Main | My View | View Issues | Change Log | Roadmap | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ << ] [ >> ] | [ View Advanced ] [ Print ] | ||||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | |||||||
| 0015352 | [phplist] User Management | minor | always | 22-10-09 09:30 | 22-10-09 09:30 | |||||||
| Reporter | titobrasolin | View Status | public | |||||||||
| Assigned To | ||||||||||||
| Priority | normal | Resolution | open | |||||||||
| Status | new | Product Version | 2.10.9 | |||||||||
| Summary | 0015352: Sort by 'entered' and 'modified' not working on page 'users' | |||||||||||
| Description |
The error is: "Database error 1052 while doing query Column 'entered' in order clause is ambiguous" Looks like it happens only with MySQL 5.0.51 (we have phplists 2.10.9 on MySQL 5.0.41 works fine) =Suggested fix= file: admin/commonlib/pages/users.php line 272: change $order = ' order by ' . $sortby; into $order = ' order by ' . "{$tables["user"]}.$sortby"; |
|||||||||||
| Additional Information | ||||||||||||
| Tags | No tags attached. | |||||||||||
| Attached Files | ||||||||||||
|
|
||||||||||||
| There are no notes attached to this issue. |
| Mantis 1.1.6[^] Copyright © 2000 - 2008 Mantis Group |