Installing the wrapper modules manually
The categoryi module originally had no script for automatically installing the book and taxonomy wrapperis. Now that such a script exists, it is no longer necessary to perform the installation manually. However, the installation script does not work under all circumstances. In particular, the script can sometimes fail due to file system permissions problems (i.e. the 'web server user' on the system not having 'write' privileges). It is for times like this that you should refer to these instructions.
Manually installing the taxonomy wrapper
- It is recommended that you move your
modules/taxonomy.modulefile to a safe location for backup purposes before proceeding. You must also have the category module enabled before continuing - otherwise you may receive a PHP fatal error. Then, move thetaxonomy.module.copymefile (in thewrappers/directory) to your site'smodules/directory, and rename it totaxonomy.module. - Go to 'administer -> modules' and enable taxonomy (or it might be enabled already), and click 'Save configuration' (even if taxonomy was already enabled, as you need to rebuild your site's menu tree).
Manually installing the book wrapper
- It is recommended that you move your
modules/book.modulefile to a safe location for backup purposes before proceeding. You must also have the category module enabled before continuing - otherwise you may receive a PHP fatal error. Then, move thebook.module.copymefile (in thewrappers/directory) to your site'smodules/directory, and rename it tobook.module. - Go to 'administer -> modules' and enable book (or it might be enabled already), and click 'Save configuration' (even if book was already enabled, as you need to rebuild your site's menu tree).