Page 1 of 1

can't publish new entries

Posted: Thu Jul 05, 2007 1:02 am
by winkiller
Hello,
got a problem in one installation recently. (svn HEAD)

I can create a new entry, and save it as a Draft,
isDraft is correctly set to true when checking in the db.

Now when I choose "Publish" and hit Save, I get the admin interface as preview and the green text says "waiting for xml-rpc calls, etc pp"

Now when I change isDraft to false manually - all is fine.

Inconsistencies I noticed was that my installation had a set of user entries in s9y_config which a fresh install doesn't have - so I deleted them - talking about "user-<<username>>", "password-<<pass>>", "userlevel-255" pairs, etc.

I'm a bit clueless what to do now. Any hints in any directions or what to debug at what point?

Re: can't publish new entries

Posted: Thu Jul 05, 2007 12:43 pm
by garvinhicking
Hi!

Which event plugins are you using? I bet one of them is using the frontend_publish hook and fails. Especially the weblogping or google sitemap plugins could cause this.

Regards,
Garvin

Posted: Thu Jul 05, 2007 4:51 pm
by winkiller
- text formatting: smilies
- text formatting: nl2br
- browser compatibility
- spam protection
- statistics
- spartacus
- text formatting: geshi
- freetag
- gravatar
- layout formatting: quotes
- static pages
- extended article properties

google sitemap was already disabled, didn't help - I'm already trying out various combinations of plugins and disabling most

Posted: Thu Jul 05, 2007 5:06 pm
by winkiller
ok, now I really removed everything that is possible and I am left with:

sidebar:
- html nugget
- rss feeds
- html nugget

event:
- spartacus
- freetag

plus I am using the default theme again - no change

Posted: Fri Jul 06, 2007 10:58 am
by garvinhicking
Hi!

Ah. Please try to fully logout of your s9y install, remove all possible session cookies, and relogin?

Regards,
Garvin

Posted: Fri Jul 06, 2007 12:40 pm
by winkiller
updated from svn and it works now