Weird problems after migration

Having trouble installing serendipity?
Post Reply
hgoor
Regular
Posts: 297
Joined: Thu Jan 06, 2005 11:46 am

Weird problems after migration

Post by hgoor »

Hi all,

I have an interesting but weird problem after I migrated my blog to another server.

I copied all files from my server to the new server (site5.com) and then imported the SQl dump from my old server.

Off course I had to change some paths and after I did this it seemed that most things where working. I had to reinstall some plugins (they were showing data in the front-end but in the plugin manager they showed errors)..

However, I have the following peculiar problem: in the backend suddenly S9y tells me I use version 1.1, while I am 99,9% sure I upgraded to 1.2:

Also, suddenly I get this error in the Manage style tabs:
style="color: #cccccc">Requirements failed: Serendipity 1.2
However, from the front-end I can use the template chooser and I can choose Bulletproof as a template, not only that: I have configured it and it shows right...

Any ideas on what is going wrong? I very much like to set Bulletproof as my default template, but I can't...
"If life is worth living, it's worth documenting" -- Adam Curry ("Podfather")

Bloggers@large: http://www.vandegoor.com
iLounge Radio: http://www.hostingperfect.net:8004/listen.pls
mattsches
Regular
Posts: 440
Joined: Sat Nov 05, 2005 9:35 pm
Location: Wiesbaden, Germany
Contact:

Post by mattsches »

Check your serendipity_config_local.inc.php ... IIRC it contains the version number. Looks like it wasn't updated correctly. Could be due to a problem with file permissions.
hgoor
Regular
Posts: 297
Joined: Thu Jan 06, 2005 11:46 am

Resolved

Post by hgoor »

mattsches wrote:Check your serendipity_config_local.inc.php ... IIRC it contains the version number. Looks like it wasn't updated correctly. Could be due to a problem with file permissions.
Hi, thanks for the info. Another post here actually helped me out too (involving the same steps actually).

I opened the serendipity_config.inc.php and config local and changed the version from 1.1 to 1.2 and that fixed it ;-)
"If life is worth living, it's worth documenting" -- Adam Curry ("Podfather")

Bloggers@large: http://www.vandegoor.com
iLounge Radio: http://www.hostingperfect.net:8004/listen.pls
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Resolved

Post by garvinhicking »

Hi!

If your serendipity_config.inc.php contained the version number '1.1' then you DEFINITELY were running serendipity 1.1 and not 1.2! Because that file is never locally modified, it comes straight frmo the s9y release package.

So better check if all your files are valid 1.2 version files.

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/
hgoor
Regular
Posts: 297
Joined: Thu Jan 06, 2005 11:46 am

Re: Resolved

Post by hgoor »

garvinhicking wrote:Hi!

If your serendipity_config.inc.php contained the version number '1.1' then you DEFINITELY were running serendipity 1.1 and not 1.2! Because that file is never locally modified, it comes straight frmo the s9y release package.

So better check if all your files are valid 1.2 version files.

Regards,
Garvin
I haven't been able to see anything that wasn't working. I don't know if you have ever worked with Coppermine (photoalbum) but it has a upgrade wizard and a build-in check that shows any PHP file versions that are not right...

I was wondering: why can't you do a upgrade using SPARTACUS? It works for plugins? It would be great; no messing with FTP and CHOWN or CHMOD...
"If life is worth living, it's worth documenting" -- Adam Curry ("Podfather")

Bloggers@large: http://www.vandegoor.com
iLounge Radio: http://www.hostingperfect.net:8004/listen.pls
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Resolved

Post by garvinhicking »

Hi!
I was wondering: why can't you do a upgrade using SPARTACUS? It works for plugins? It would be great; no messing with FTP and CHOWN or CHMOD...
Because this would require full write privileges for every s9y file - a large security risk. Sine s9y has very many little files, fetching them via Spartacus would also take ages.

Many things could go wrong when fetching files via FTP, and having the core rely on it could render the whole s9y installation unusable.

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/
Post Reply