Re: Notice: Undefined variable: tplData in includes/xarTemplate.php on line 1056

jojodee <jojodee-8nna1qhvBBM9QQeoy3GH/[email protected]> Sat, 17 May 2008 07:44:09 +0930
Newsgroups gmane.comp.cms.xaraya.user
Organization Xaraya
Message-ID <[email protected]>
jojodee wrote:

> So we can fix it easy enough for now:
> 
> $temp = $tplData;
> $tplData['_bl_data']=$temp;
> 
> or
>  tplData['_bl_data'] = &$tplData; should also work.
> 

  last line should be: $tplData['_bl_data'] = &$tplData;


I looked on php.net for any indication of changed error reporting or 
behaviour and found a few bugs but not quite the same.

http://bugs.php.net/bug.php?id=43505 may be related.

Jo

-- 
http://xarigami.com :: Creative web development with Xaraya