Notes |
|
(0003401)
|
Tomse
|
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.
|
|
|
|
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; |
|
|
(0003412)
|
paulh
|
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 |
|
|
(0003484)
|
paulh
|
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 |
|
|
(0003485)
|
paulh
|
2010-11-30 20:49
|
|
r6768 and ef30df8 resolve this |
|
|
(0003710)
|
ivan
|
2011-04-16 15:07
|
|
|