I have a page that allows registered users to post a entry on my site.
Since upgrading to the latest version of EE, I'm getting the following error, instead of the page loading:
Error Number: 1054
Unknown column 'date' in 'order clause'
SELECT DISTINCT exp_channel_titles
.entry_id
, exp_channel_titles
.title
FROM (exp_channel_titles
) WHERE exp_channel_titles
.channel_id
IN ('5') AND exp_channel_titles
.entry_date
< 1369859305 AND (exp_channel_titles.expiration_date = 0 OR exp_channel_titles.expiration_date > 1369859305) ORDER BY date
desc
Filename: modules/safecracker/libraries/safecracker_lib.php
Line Number: 2736