[phplib] Error: From: Brant (brant <email protected>)
Date: 06/26/01

Okay, thanks team for helping work through the last error. I
feel like I'm almost there! The local and prepend include files
have been added. The template include file SEEMS to be added.

But now I have this error:

Fatal error: Call to unsupported or undefined function new template()
in
/nfs/WWW_pages/source/new_site/phplib-7.2b/test/php_control/one.php3
on line 24

The line in question is a simple call to a new object:

$T=new Template("$template_file_pathway");

Why is this an error?!?!?! This is a very simple
creation of a new object. The template include file has
been successfully included (I know this because I added an
echo statement at the top of template.inc to test to see
if it was being included; it echoed out right above the
error message above, dang it!).

Obi wan, you are my only hope!

Brant