Skip to: site menu | section menu | main content
This describes how to migrate a site that uses books and taxonomy to use the prefered category module.
On a multi-site, the book and taxonomy modules live in /modules/taxonomy and /modules/books and are used by all sites in the installation.
When the Category module installs the wrappers for these two modules, it copies the module code to a '.old' file, and substitutes the wrapper code. The problem is that this breaks all the other sites on the installation that were using the legacy taxonomy code.
The solution is:
Now, mysite.com is running off its own copy of the modules, and is independent of other sites use or not of the wrappers. When you now install the wrappers (in /admin/content/category/settings) you will see that the changes are applied to the /sites/mysite.com/modules/ version of those modules.
To migrate, follow these steps: