Error Posting

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
chickens
Regular
Posts: 192
Joined: Wed Dec 06, 2006 12:15 am
Location: Vegas
Contact:

Error Posting

Post by chickens »

I am trying to post something to my site and am getting - Error: Entries were not successfully inserted!

I am unable to post anything nor save. The only thing that I've changed as of the last post was installing the polling plugin. I've uninstalled that plugin and its still not working.

Steps to reproduce:
create new entry
save as draft; does not work but it does not error out
try to post; Error: Entries were not successfully inserted!
auto-save error: /!\ auto-save failed ;-(

Server: lighttpd with postgresql and the latest php version

If anyone wants more info let me know.

Thanks
chickens
Regular
Posts: 192
Joined: Wed Dec 06, 2006 12:15 am
Location: Vegas
Contact:

Post by chickens »

I manually added a test post via phppgadmin and then everything started to work again. I also did a vacuum on the entries table which didn't seem to help.

I will post again if I figure anything out; its working now for me.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Hi!

Maybe something with auto-increment keys?

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/
chickens
Regular
Posts: 192
Joined: Wed Dec 06, 2006 12:15 am
Location: Vegas
Contact:

Post by chickens »

bingo, it was the auto-increment. For some reason it was reset to around 20 instead of 200. I just hit my first post ID and had the script error out. I changed the auto-increment back to the right value and everything is back up and running great.

Thanks.
Post Reply