xarigami news
xarTpl error on php5.2.6 fix
all news
developer
site
general
For anyone upgrading to 5.2.6 or over, they are bound to get a Xaraya error related to the tplData variable. There is in fact a critical show stopper that breaks Xaraya sites.
The critical error can be fixed by the following:
- In xaraya 1x core in includes/xarTemplate.php line 1056 in xarTpl__execute function change it to look like:
$tplData['_bl_data'] = &$tplData;
- In xarigami core, do the same change on line 1028 in includes/xarTemplate.php
You can read the full details referencing newsgroup and forum posts at issue 161 in our Issue Tracker
Related project : xarigami core
| « prev | Reported by Jo on May 16, 2008 | next» |