All installed successfully but appears, I need help please

Having trouble installing serendipity?
Post Reply
sesli
Posts: 4
Joined: Wed Nov 01, 2006 11:17 pm

All installed successfully but appears, I need help please

Post by sesli »

Hello Bros
I installed serendipity and received green all successful and click here for the first time....but below is what I get , can you help me ???
Thank you

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
LEFT JOIN serendipity_authorgroups AS acl_a
ON acl_a.authorid = 0
LEFT JOIN serendipity_access AS acl_acc
ON ( acl_acc.artifact_mode = 'read'
AND acl_acc.artifact_type = 'category'
AND acl_acc.artifact_id = c.categoryid
)
WHERE isdraft = 'false' AND e.timestamp <= 1162418828 AND (
c.categoryid IS NULL
OR ( acl_acc.groupid = 0)
OR ( acl_acc.artifact_id IS NULL

)
)
GROUP BY e.id
ORDER BY timestamp DESC
LIMIT 15
/ Table 'chucknet_serendipity.serendipity_entries' doesn't exist
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: All installed successfully but appears, I need help plea

Post by garvinhicking »

Hi!

This query says that the 'serendipity_entries' table does not exist! Can you check with phpMyAdmin to see if any tables were created? You did not get any error messages when s9y was created? And you got the error message immediately after that, without doing anything else?

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/
sesli
Posts: 4
Joined: Wed Nov 01, 2006 11:17 pm

Post by sesli »

Hi Garvin
yes I checked with the php myadmin and it shows 0 tables, but I did not have any errors all green.
Plus it said in green Click here to use your serendipidy for the first time.
what should I do?

thanks
Mike
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Hi!

That's pretty strange; serendipity should not tell you it installed successfully if all tables were not created.

Maybe you can try to install s9y again? Just delete the 'serendipity_config_local.inc.php' file and you can re-start the install process. Make sure you enter a valid prefix like "serendipity_" in the DB setup, and you enter the same username+data you use for phpMyAdmin?

Best 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/
sesli
Posts: 4
Joined: Wed Nov 01, 2006 11:17 pm

Post by sesli »

garvinhicking wrote:Hi!

That's pretty strange; serendipity should not tell you it installed successfully if all tables were not created.

Maybe you can try to install s9y again? Just delete the 'serendipity_config_local.inc.php' file and you can re-start the install process. Make sure you enter a valid prefix like "serendipity_" in the DB setup, and you enter the same username+data you use for phpMyAdmin?

Best regards,
Garvin
hello Garvin
I reinstalled and now have a fully funcional weblog (the problem was in the config file) but one thing is driving me nuts is where do new users register and log in, or it does not have that future??,

thank you for helping me out
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Hi!

For users to register themselves, you need the "User Self-Registration" plugin. This is available via Spartacus ("Plugins / Templates" link on this site in the header)

HTH,
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/
sesli
Posts: 4
Joined: Wed Nov 01, 2006 11:17 pm

Post by sesli »

Thank you for all your help and patience... :)
Post Reply