Re: Notice: Undefined variable: tplData in includes/xarTemplate.php on line 1056
"Michel V." <michelv-YEE2qmtQORKfD/[email protected]> Wed, 21 May 2008 10:12:49 +0200
| Newsgroups | gmane.comp.cms.xaraya.user |
|---|---|
| Organization | XarayaHosting.nl |
| Message-ID | <[email protected]> |
For reference: 5.2.6 gave me the same trouble. First option below here solved it. Michel jojodee wrote: > 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 >