Code in SiteTree is using older PHP style "Call-time pass-by-reference". This practice if now depreciated in PHP 5.4+.
Please change code references from "&$value" to "$value"
Without this change the code fails 'hard' with a error log report!
Code in SiteTree is using older PHP style "Call-time pass-by-reference". This practice if now depreciated in PHP 5.4+.
Please change code references from "&$value" to "$value"
Without this change the code fails 'hard' with a error log report!
Hi,
thank you for your report.
I'm going to publish a maintenance update that, among other things, will improve the compatibility with PHP 5.4 or later.
You must log in to post.