Page 1 of 1

Chief Editor can't change blog title

Posted: Thu Dec 29, 2005 4:21 pm
by barb
I have about 40 blogs and I recently upgraded from 0.8.4 to 0.9. Since upgrading, I'm still getting used to setting up new blogs. I make myself Adminstrator and make the requesting blogger Chief Editor.

Here is my problem: The Chief Editor can change the blog title, but when they log out the blog title returns to the default title name. When they log in again it goes back to what they changed it to. Unfortunately, the new blog title just isn't changing for everyone else to see.

Am I doing something wrong in the settings or is it something else? Thanks in advance!

Re: Chief Editor can't change blog title

Posted: Thu Dec 29, 2005 5:41 pm
by garvinhicking
This was a known bug of Serendipity 0.9 and has been fixed in Serendipity 0.9.1 a month or two ago.

Best regards,
Garvin

Posted: Thu Dec 29, 2005 6:23 pm
by Guest
Thanks. I guess I should pay attention. :wink:

Posted: Fri Dec 30, 2005 1:44 am
by garvinhicking
No problem - you are just a user,so we're here to tell you about available upgrades.:-)

Have fun,
Garvin

Posted: Mon Jan 16, 2006 6:44 pm
by barb
After upgrading to 0.9.1, I was still experiencing this problem and after a little digging I found a solution.

In the database, in the "serendipity_config" table, there were 2 records for blogTitle and blogDescription:

name | value | authorid
blogTitle | "John Doe's personal blog" | 0
blogDescription | "My little place on the web..." | 0
blogTitle | "My New Title" | 2
blogDescription | "My New Description" | 2

(...sorry my table looks bad) I changed the blogTitle and blogDescription where authorid=0 to the new title and description, and I deleted blogTitle and blogDescription where authorid=2.

This seems to have solved the problem. Hope this helps anyone with the same issue.