Anonymous | Login | Signup for a new account | 2021-01-22 09:43 GMT | ![]() |
Main | My View | View Issues | Change Log | Roadmap |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0001394 | SiT! | feedback | public | 2010-09-06 15:47 | 2011-07-17 13:09 | ||||
Reporter | sanchezpaa | ||||||||
Assigned To | paulh | ||||||||
Priority | low | Severity | block | Reproducibility | always | ||||
Status | closed | Resolution | fixed | ||||||
Platform | Linux | OS | Linux | OS Version | 2.6+later | ||||
Product Version | 3.62 LTS | ||||||||
Target Version | 3.63 LTS | Fixed in Version | 3.63 LTS | ||||||
Summary | 0001394: Can´t browse feedback | ||||||||
Description | When trying to browse feedback I get the following error: Application Warning [512] Column 'created' in order clause is ambiguous in /opt/lampp/htdocs/sit/feedback_browse.php @ line 185 Backtrace: /opt/lampp/htdocs/sit/feedback_browse.php @ line 185 trigger_error() | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
![]() |
|
Tomse (developer) 2010-09-06 20:25 |
I'm not able to reproduce your problem. you need to supply more details on how to repro the problem. |
(0003402) sanchezpaa (reporter) 2010-09-06 21:37 |
I have no idea how to reproduce the problem. I fixed it by adding ff in front of `created` in line 181 of feedback_browse.php default: $sql .= " ORDER BY ff.created DESC"; break; |
paulh (administrator) 2010-09-21 20:59 |
Hi, I've just reviewed the code and given the error your seeing I'd expect to see a field called created in both feedbackforms and feedbackformsresponded except the field in feedbackforms is named createdby, can you check your schema and see if feedbackforms does have a column named created (if it doesn't I'm uncertain where it came from). Cheers Paul |
paulh (administrator) 2010-11-30 20:40 |
Looking though the scheme I've managed to identify why this happens the new create schema doesn't have a created on dbFeedbackForms but their is an alter from 23Apr2008 |
paulh (administrator) 2010-11-30 20:49 |
r6768 and ef30df8 resolve this |
ivan (administrator) 2011-04-16 15:07 |
Fix Released in 3.63 |
![]() |
|||
Date Modified | Username | Field | Change |
2010-09-06 15:47 | sanchezpaa | New Issue | |
2010-09-06 20:25 | Tomse | Note Added: 0003401 | |
2010-09-06 20:25 | Tomse | Status | new => feedback |
2010-09-06 21:37 | sanchezpaa | Note Added: 0003402 | |
2010-09-06 21:37 | sanchezpaa | Status | feedback => new |
2010-09-21 20:59 | paulh | Note Added: 0003412 | |
2010-09-21 20:59 | paulh | Status | new => feedback |
2010-11-30 20:39 | paulh | Status | feedback => assigned |
2010-11-30 20:39 | paulh | Assigned To | => paulh |
2010-11-30 20:40 | paulh | Note Added: 0003484 | |
2010-11-30 20:49 | paulh | Note Added: 0003485 | |
2010-11-30 20:49 | paulh | Status | assigned => resolved |
2010-11-30 20:49 | paulh | Resolution | open => fixed |
2010-11-30 20:49 | paulh | Fixed in Version | => Current SVN |
2010-11-30 20:49 | paulh | Target Version | => 3.63 LTS |
2011-04-16 15:07 | ivan | Note Added: 0003710 | |
2011-04-16 15:07 | ivan | Status | resolved => closed |
2011-07-17 13:09 | ivan | Fixed in Version | Current SVN => 3.63 LTS |
Copyright © 2000 - 2021 MantisBT Team |