Hi,
Make sure you have installed the pear and double check your included path in your php.ini .
As per your message it seems that your pear should be in c:\php4\pear .
Check for it and revert back.
Also check if HTML_Template_IT package is installed, not all packages are installed by default. You should have `pear` script installed, you can execute `pear list` to get a list of installed packages. `pear install HTML_Template_IT` will install the package.
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php