Just tried installing this on drupal 5.1 and get the following error message anyone got any ideas on how to fix this please

warning: require_once(PHPTAL.php) [function.require-once]: failed to open stream: No such file or directory in C:\Webserver\Site\MYSITE\themes\engines\phptal\phptal.engine on line 12.

Forgive me if this is a really simple issue but it's my first time using drupal and havn't got to grips with it yet

Thanks in advance for any assistance you can give me

Comments

olav’s picture

Status: Active » Fixed

Your code does not have access to the PHPTAL library. Please install it from http://phptal.motion-twin.com/ , either as a download or by using PEAR.

Anonymous’s picture

Status: Fixed » Closed (fixed)