--- Michael Smith <[EMAIL PROTECTED]> wrote:
> Problem with Smarty. My application is giving me an error when i
> try to 
> use smarty on a new WAMP install. Smarty is in my include path.
> Getting 
> this error:
> 
> *Fatal error*: Call to undefined function: () in 
> *c:\htdocs\smarty\Smarty.class.php* on line *1658
> 
> *line 1658 is:
> 
> $_source_return = $resource_func($resource_name, $template_source,
> $this);

shouldn't that be 
$_source_return = resource_func($resource_name, $template_source,
$this);

I assume resource_func() is not a variable...

> 
> I think it has something to do with PHP not liking the
> $resource_fun 
> being submitted for the function name. It works fine on my updated
> LAMP 
> environment.... any help woudl be much appreciated.
> 
> -Michael
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 


=====
Mark Weinstock
[EMAIL PROTECTED]
***************************************
You can't demand something as a "right" unless you are willing to fight to death to 
defend everyone else's right to the same thing.
***************************************

__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to