Foolish Error

Having trouble installing serendipity?
Post Reply
End User

Foolish Error

Post 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
Darren

Post 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.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

The default username is "John Doe" and the default password is "john" :)

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
End User

Post 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
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
End User

Post 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
End User

Work Around

Post 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.
Post Reply