Upgrader not called in deployment setup

Having trouble installing serendipity?
Post Reply
dale
Regular
Posts: 14
Joined: Tue Feb 14, 2006 3:36 am
Contact:

Upgrader not called in deployment setup

Post by dale »

I use shared installation for my friends and manually copy the files over upon each upgrade. Whilst I was upgrading from v1.1.3 to v1.3.1, however, I did not see Upgrader, and the version number remained as v1.1.3.

This is what I did (I'm under the freshly unzipped directory).

Code: Select all

chmod 777 /var/www/vhosts/distract.org/web_users/name_of_my_user/serendipity_config_local.inc.php
cp --recursive --reply=yes deployment/* /var/www/vhosts/distract.org/web_users/name_of_my_user
cp --recursive --reply=yes templates /var/www/vhosts/distract.org/web_users/name_of_my_user
cp --recursive --reply=yes htmlarea /var/www/vhosts/distract.org/web_users/name_of_my_user
chown -R name_of_my_user.psaserv /var/www/vhosts/distract.org/web_users/name_of_my_user/*
chmod ug+rwx /var/www/vhosts/distract.org/web_users/name_of_my_user
chmod ug+rwx /var/www/vhosts/distract.org/web_users/name_of_my_user/uploads/
chown apache.apache /var/www/vhosts/distract.org/web_users/name_of_my_user/serendipity_config_local.inc.php
chmod 700 /var/www/vhosts/distract.org/web_users/name_of_my_user/serendipity_config_local.inc.php
An example of one of such blogs is my own blog: http://distract.org/~dale/two/

I have tried not doing the last line, i.e., the one that changes permission back to 700, but Upgrader still did not appear.

I did not run into this problem before. Any insight would be greatly appreciated. Thanks!
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Upgrader not called in deployment setup

Post by garvinhicking »

Hi!

The upgrade screen should kick in when your $serendipity['version'] inside serendipity_config_local.inc.php differs from the version stored in serendipity_config.inc.php.

Check if your shared install base really has the new 1.3.1 serendipity_config.inc.php, or if a different version is contained in your file.

Also remember that the upgrader needsto beable to write to your serendipity_config_local.inc.php.

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/
dale
Regular
Posts: 14
Joined: Tue Feb 14, 2006 3:36 am
Contact:

Post by dale »

Thank you Garvin! :D
Post Reply