Im not sure if this is the right place to ask.
I successfully installed the blog, but when i tried going to my blog page, I have this:
Query failed:
SELECT
e.id,
e.title,
e.timestamp,
e.comments,
e.exflag,
e.authorid,
e.trackbacks,
e.isdraft,
e.allow_comments,
e.last_modified,
a.realname AS author,
a.email
, e.body, e.extended
FROM
blog_entries AS e
LEFT JOIN blog_authors a
ON e.authorid = a.authorid
LEFT JOIN blog_entrycat ec
ON e.id = ec.entryid
LEFT JOIN blog_category c
ON ec.categoryid = c.categoryid
WHERE isdraft = 'false'
GROUP BY e.id
ORDER BY timestamp DESC
LIMIT 15
/ Unknown column 'e.timestamp' in 'field list'
Since this error happened exactly after installation, I guess it still is under the Installation category right? I hope so...
Can anyone please help me on this? Please...