Not sure what happened but I get this sql error:
"Invalid SQL: SELECT u.username, e.entryid, e.journalid, e.title, e.entry, e.timestamp, e.userid, e.private, e.displayorder, e.mood, e.music, e.comments
FROM journal_entry e
LEFT JOIN user u ON e.userid = u.userid
WHERE e.journalid = 1
ORDER BY e.timestamp DESC LIMIT 10
mysql error: Unknown column 'e.mood' in 'field list'"
Anyone have a suggestion on what I can do to correct this?
|