Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Am I missing something obvioius. I have had a lot of attempts at this with no joy and cannot find anything on search or in documentation.
I am running 5.7
I have a bunch of modules that need updating to the latest versions. For example Workflow, Token and Metatags.
I go through the following:
Disable the module in modules list page .
Delete the module folder in my site/modules/new/...
Upload the new module file that has been downloaded.
Enable the module (it is still showing the old version number at this point.
Run update.php
As far as I get it right, in Drupal 5 and 6, all modules are in the same directory (core and contrib), as well as the themes. It's very anoying to reinstall everything, even if you only want to do a minor update with bugfixes.
If I want to leave the contributed files on the server, I have to check the whole /themes and /modules directory for which module and which theme belongs to the core.
I initially thought that I could follow the usual core update instructions, but all I got was the install page, and an error that it there was data already there. I tried several different ways, including merging the sites settings.php with the new version and the same database info.
I've searched many places to figure out how to upgrade Drupal 5 to 6, and the only thing i found was that it has to be done by manually copying portions of the database over.
i recently installed drupal on my webserver, and it worked perfectly. but a part of the imagecache module always showed an error because it doesn't support php 4. so i asked my webshost to upgrade my account to php 5, which they did.
anyways, now the page is not really working anymore, i'm just seeing the content, but the theme is gone and the links are linked wrong.