Page 1 of 1

Foolish Error

Posted: Thu Mar 31, 2005 2:09 am
by End User
We installed 0.8 beta today. Smooth installation, no problems.

However, we did not change or record the admin data (admin username and admin password) so that we could return to setup.

Could someone tell us the defaults via e-mail?

Much appreciated.

hemotox@gmail.com

Posted: Thu Mar 31, 2005 1:38 pm
by Darren
It's what ever you keyed in as the user name and password on the setup screen.

If you can't remember that then your next option would be to look in the db you have selected for s9y.

Posted: Thu Mar 31, 2005 1:57 pm
by garvinhicking
The default username is "John Doe" and the default password is "john" :)

Regards,
Garvin

Posted: Thu Mar 31, 2005 5:22 pm
by End User
I then deleted the program, reinstalled fresh and the following error emerged.

Thoughts? (and thanks)


Query failed:
SELECT


e.id,
e.title,
e.timestamp,
e.comments,
e.exflag,
e.author,
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 <= '1112282390'
GROUP BY e.id
ORDER BY timestamp DESC
LIMIT 15
/ Table 'psychmysql.serendipity_entries' doesn't exist

Posted: Thu Mar 31, 2005 6:45 pm
by garvinhicking
Well, it says your serendipity_entries table does not exist. Seems as if your database does not contain the tables which should have been created by the install. What's in your DB?

Regards,
Garvin

Posted: Thu Mar 31, 2005 8:26 pm
by End User
Pease allow me to summarize what occurred:

a. Downloaded and installed 0.8 beta
b. Panel came up delineating needed changes
c. Changes made and Seredipity executed
d. Could not enter the admin control panel without default username & password
e. Deleting and reinstalling Serendipity did not restart the whole process
f. The company that owns the server offered to delete the database so I could start over.
g. Then deleted and reinstalled but then the error above occurred.
h. I do not have access to Serendipity beyond that which is there after FTP'ing the prgram

Work Around

Posted: Thu Mar 31, 2005 10:03 pm
by End User
I made a subfolder named "blog" and FTP'd to it, and everything appears to work fine.

Although the old subfolder "serendipity" appears empty, I am unable to delete it.

In either case, I have the blog running and much appreciated your assistance.