| Anonymous | Login | Signup for a new account | 02-09-10 22:15 GMT | ![]() |
| Main | My View | View Issues | Change Log | Roadmap |
| View Issue Details [ Jump to Notes ] | [ Print ] | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update | |
| 0015352 | phplist | User Management | public | 22-10-09 09:30 | 19-04-10 19:49 | |
| Reporter | titobrasolin | |||||
| Priority | normal | Severity | minor | Reproducibility | always | |
| Status | resolved | Resolution | fixed | |||
| Platform | OS | OS Version | ||||
| Product Version | 2.10.9 | |||||
| Target Version | 2.10.12 | Fixed in Version | 2.10.12 | |||
| 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"; | |||||
| Tags | No tags attached. | |||||
| Attached Files | ||||||
| Copyright © 2000 - 2010 MantisBT Group |