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!
Chief Editor can't change blog title
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: Chief Editor can't change blog title
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
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/
# 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/
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
No problem - you are just a user,so we're here to tell you about available upgrades.
Have fun,
Garvin
Have fun,
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/
# 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/
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.
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.