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

  1. It is recommended that you move your modules/taxonomy.module file 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 the taxonomy.module.copyme file (in the wrappers/ directory) to your site's modules/ directory, and rename it to taxonomy.module.
  2. 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

  1. It is recommended that you move your modules/book.module file 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 the book.module.copyme file (in the wrappers/ directory) to your site's modules/ directory, and rename it to book.module.
  2. 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).