How do you upgrade?

Having trouble installing serendipity?
Post Reply
cdrom600
Regular
Posts: 23
Joined: Fri Jun 04, 2004 3:03 pm
Contact:

How do you upgrade?

Post by cdrom600 »

Hi,
I am using Serendipity v.0.6-pl1 and would like to upgrade to the latest release. How do I do this?
Help would be much appreciated.
Thanks,
cdrom600
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: How do you upgrade?

Post by garvinhicking »

hi!

It's described in both the INSTALL/README file (provided with every installation) as well as in our WiKi at www.s9y.org.

However, here's the short version:

1. Get the archive from our homepage

(optional) 2. Make a backup (via FTP oder Shell) from your files. Always a good idea.

(optional) 3. Make an SQL backup of your database, via Shell/mysqldump or phpMyAdmin.

4. Unpack the files from the latest version straight into your blog directory. Overwrite all files.

5. Visit your blog. It will show you a message that s9y can be upgraded. Click on the two buttons which follow, and the version information in your installation will be changed.

6. You're happy, because the 0.6-pl2 upgrade doesn't change any database things.

7. It's suggested to open your configuration and save it again, so that s9y updated your .htaccess file and includes the register_globals Off switch for maximum security.

Hope that helps, and have fun!
# 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/
cdrom600
Regular
Posts: 23
Joined: Fri Jun 04, 2004 3:03 pm
Contact:

Post by cdrom600 »

Ok.
Thanks. I just didn't find the instructions in the wiki very clear.
By the way, there seems to be a bug with thumbnail images - when you insert one into the entry, it messes up the layout of the page a little bit and makes the text in the entry invisible.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

The layout thing is more of a CSS problem. It shouldn't happen in our distributed, unmodified themes. Which one do you use, so I can have a look at it?

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/
cdrom600
Regular
Posts: 23
Joined: Fri Jun 04, 2004 3:03 pm
Contact:

Post by cdrom600 »

I am using the default theme, SerendipityV2 (but it also happens with Mozilla Modern Tribute). This only happens when the image is right-aligned. See an example at http://blog.chrisdzombak.net. Also, the text around an image disappears until you (a) highlight it or (b) scroll down below the entries and scroll back up. Note that this is while using IE6; I'll post tests in other browsers.
Last edited by cdrom600 on Sat Jun 05, 2004 2:22 pm, edited 1 time in total.
cdrom600
Regular
Posts: 23
Joined: Fri Jun 04, 2004 3:03 pm
Contact:

Post by cdrom600 »

Test Results:

Mozilla Firefox 0.8: OK
Netscape 7.1: OK
Opera 7.23: OK
IE 6: NOT OK
tomsommer
Core Developer
Posts: 240
Joined: Tue Sep 02, 2003 6:43 pm
Location: Denmark
Contact:

Post by tomsommer »

Confirmed for a long time, but we don't know how to fix it - ideas are welcome
Tom Sommer (Serendipity Core Developer)
http://blog.dreamcoder.dk
cdrom600
Regular
Posts: 23
Joined: Fri Jun 04, 2004 3:03 pm
Contact:

Post by cdrom600 »

tomsommer wrote:Confirmed for a long time, but we don't know how to fix it - ideas are welcome
I'm not sure. Thanks anyway.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

I just talked with Tom about it, there's this URL: http://qsdqsd.free.fr/Articles/MSIE6_CS ... ndex2.html which talks about that bug and how to fix it.

I couldn't reproduce the error in my own blog and Tom tries to look into it when he finds the time.

However, if you are somewhat familar with CSS, maybe you could try out the fix? I saw you changed your template, so I couldn't test the fix with your "wrong" entry...

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/
cdrom600
Regular
Posts: 23
Joined: Fri Jun 04, 2004 3:03 pm
Contact:

Post by cdrom600 »

OK. I changed the template to one that didn't get messed up; I can try to reproduce the problem later. I'm sort of experienced with CSS - my current Web site (http://www.chrisdzombak.net/) uses CSS for layout, font controls, etc. I'll try to find a fix sometime.
belial
Regular
Posts: 6
Joined: Wed Jul 21, 2004 3:19 am

CSS - text disappearing in IE6

Post by belial »

It's an IE6 bug, not your CSS. But you have to workaround the CSS by removing nested bkg's

I fought with it and solved it. Knock wood. I made a test post on my blog about it from the other night:
http://toastedlemons.com/blogs/index.ph ... in_v1.html

Incredibly frustrating.
Post Reply