Error: Failed to load processor WikiInclude
No macro or processor named 'WikiInclude' found

Downloading and installing patForms

Installing patForms via PEAR

patForms is available via our PEAR channel. Execute the following steps:

$ pear channel-discover pear.php-tools.net
$ pear install --onlyreqdeps pat/patForms-beta

Downloading releases

If you are not able to use the PEAR installer, you may still download a tgz packaged file containing all classes.

Latest patForms releases are available at http://pear.php-tools.net.

Make sure you also download and install all dependencies in order to use patForms, especially patError.

Nightly snaphots

You can download packaged development versions of patForms from http://snaps.php-tools.net.

Anonymous subversion access

You can always get the latest development version of patForms from our subversion repository:

$ svn co http://www.php-tools.net/svn/patForms/trunk patForms