By chrisd on
Running update.php on my site, under ""Select versions"
system module:
No updates available
Is this just the behavior to expect when going from Beta6 to RC1 ?
Thanks,
Chris
Running update.php on my site, under ""Select versions"
system module:
No updates available
Is this just the behavior to expect when going from Beta6 to RC1 ?
Thanks,
Chris
Comments
Looking at updates.inc looks
Looking at updates.inc looks like no upgrade from version Beta6 to RC1.
Both versions stop at: function system_update_178()
However updates.inc was modifed between B6 and RC1 at update 173: function system_update_173()
Do we need to do anything manually ?
Thanks,
Chris
Tech. articles with a WAMP+IIS+Drupal focus
Need a break: Travel France
upgrade
hm... just did it for http://kon.dom.de
no idea if it is the proper way of doing the upgrade but it perfectly worked for me
- mysqldump drupal > kon.dom.de.mysql
- cp /drupal-4.7.0-beta6/sites/default/settings.php ../drupal-4.7.0-rc1/sites/default/settings.php
- cp -r drupal-4.7.0-beta6/modules/logintoboggan/ drupal-4.7.0-rc1/modules/
- rm drupal (which was a link)
- ln -s drupal-4.7.0-rc1 drupal
- reload update.php
- click to execute update scripts
- the said no upgrades for module "logintoboggan"
- and, most important everything seems to be fine :-)
cheers,
markus
===================
markus schulte
markus@bp11.de
www.bruessselerplatz.de
Same thing here
Same thing happened here.
-Should i do something manually?
-How can i check wich version of Drupal is actually used once upgraded?
Thank, Peter