You'll have to find another alternative for the functions that these modules perform. Download the Drupal 7 versions of those modules and themes that have such versions. You can do that from the modules section of the official Drupal site.
You'll need these new versions later. Before you start the upgrade you should also make sure that the contributed modules and themes are updated to their newest stable Drupal 6 release. You can check whether your contributed themes and modules are up to date in the Available updates report. You can also visit the page of each module on the official Drupal site. There are some Drupal 6 contributed modules whose functions are integrated as part of the Drupal 7 core modules.
So after the upgrade is complete these modules will be redundant. These modules can be divided into two major groups: those that don't require data migration, and those that require data migration. The modules that do not require data migration can be disabled and uninstalled before you begin the upgrade to Drupal 7. The functions that these modules performed will be provided by the core Drupal 7 modules.
For example, the Block Node Visibility contributed module for Drupal 6 allows you to select whether a particular block should or shouldn't be displayed on nodes from specific content types; in Drupal 7 you don't need that module because the function is provided by the core.
Data migration is not required, but after you upgrade Drupal you'll have to configure the settings so that they are the way the were before the upgrade. There are some modules which are incorporated as part of the Drupal 7 core but that require data migration after the upgrade. Further down in this tutorial we'll give more details about this particular module.
Don't uninstall those modules that require data migration; just disable them before you start the upgrade. You can check the list of Drupal 6 modules that are part of the Drupal 7 core on the official Drupal site.
There's a list of the modules that don't require data migration the majority of the modules , and a list of those that require data migration just a few modules. You should keep in mind that when you disable a module its data is still kept in the database, while when you uninstall a module, the data associated with that module is removed from the database.
Uninstalling a module will remove its data from the database but it's files will still be present on your hosting account. So if you're not going to use that module any more, it's recommended to delete its folder from the hosting account.
You can delete the folder for each module and theme with the files inside it from the Files section of the Pixie control panel or with an FTP client.
Because of the different module dependencies, when you disable contributed modules in order to be able to disable some particular modules you'll have to disable the modules that depend on them. In any case, you'll have to disable all contributed modules anyway, so keep going until they are all disabled. So to summarize the things that you have to do with contributed modules before you start the upgrade:.
Before you upgrade your Drupal 6 you should also switch the default theme to Garland. That's the theme that comes prepackaged with the Drupal 6 installation pack and that's automatically set to be the default one when you install Drupal 6.
Now you can proceed with the upgrade itself. Download to your local computer the last stable Drupal 7 release. You can download it from the official Drupal site. Once you have the archive on your local computer, unzip it.
It should contain a folder labeled drupal Inside that folder are all the core Drupal 7 files and folders e. Using an FTP client upload them to the root Drupal directory e. Now that you have the new files and folders on your account you have to update the MySQL database.
You can do that by running update. If your site is accessible at yourdomain. So a move up across major version numbers is really a "migration" as opposed to a simple update or patch. If your site is fairly simple, with good backups, and you use the right approach, you can accomplish the migration without too much trouble. Even minor updates can cause your site's behavior to change. Note : it only works with MySQL, and is still under development. You should also do a manual backup of your database using phpMyAdmin.
We show you how to do this in this tutorial. You can't skip versions when you upgrade. For instance you cant go from 6. You also can't upgrade directly from 6.
You have to have your Drupal 6 installation at the latest level. Where do I get the latest version of Drupal 6? Click the check box to enable the theme, and the radio button to make it the default. Scroll to the bottom of the page and save changes. You need to use the basic theme.
If you are using a template, check with the designer to see if there is an updated version, and you can do that upgrade after the site is working with Garland. You can expand the categories by clicking on the category name and see what is enabled.
If you added an additional modules to your site, there will be additional categories. Expand them and uncheck the boxes next to the modules. It is possible that some modules cannot be immediately disabled, because others depend on them.
Repeat this step until all non-core modules are disabled and all check boxes are clear. Be sure to scroll to the bottom of the page and save the changes.
If you know that you will not re-enable some modules for Drupal 7. The Uninstall tab is at the top of the modules page. If you made modifications to files like. Download Drupal 7 if you haven't already. You can extract the files on the server and copy them to your main directory.
Alternately you could extract them on your local computer and use FTP to move them to your sever. Connect and share knowledge within a single location that is structured and easy to search. I'm not a Drupal developer, but for a non-profit I'm trying to update a Drupal 6 theme to run in Drupal 7. I do know WP and ExpressionEngine.
And show this region in your template:. For more information on how to convert a drupal 6 theme to drupal 7 I would recommend going through this tutorial:. How are we doing? Please help us improve Stack Overflow. Take our short survey. Stack Overflow for Teams — Collaborate and share knowledge with a private group. Create a free Team What is Teams?
Collectives on Stack Overflow. Learn more. Updating Drupal 6 theme to Drupal 7 Ask Question.
0コメント