error after install
Posted: Mon Aug 29, 2005 1:06 pm
This error shows up:
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
serendipity_entries AS e
LEFT JOIN serendipity_authors a
ON e.authorid = a.authorid
LEFT JOIN serendipity_entrycat ec
ON e.id = ec.entryid
LEFT JOIN serendipity_category c
ON ec.categoryid = c.categoryid
WHERE isdraft = 'false' AND e.timestamp <= '1125305960'
GROUP BY e.id
ORDER BY timestamp DESC
LIMIT 15
/ Table 'dagove_serendipity.serendipity_entries' doesn't exist
And if i try to log on as an admin it says my username and password are incorrect.. although they are correct..
Any ideas?
whats the url to the admin client? just to see that im not trying something wrong...
Dove
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
serendipity_entries AS e
LEFT JOIN serendipity_authors a
ON e.authorid = a.authorid
LEFT JOIN serendipity_entrycat ec
ON e.id = ec.entryid
LEFT JOIN serendipity_category c
ON ec.categoryid = c.categoryid
WHERE isdraft = 'false' AND e.timestamp <= '1125305960'
GROUP BY e.id
ORDER BY timestamp DESC
LIMIT 15
/ Table 'dagove_serendipity.serendipity_entries' doesn't exist
And if i try to log on as an admin it says my username and password are incorrect.. although they are correct..
Any ideas?
whats the url to the admin client? just to see that im not trying something wrong...
Dove