Forums

SiteTree
[resolved] Issues with PHP 5.4+ Call-time pass-by-reference (2 posts)

  1. peterwbowey
    Member
    Posted 10 months ago #

    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!

    http://wordpress.org/extend/plugins/sitetree/

  2. Luigi
    Member
    Plugin Author

    Posted 10 months ago #

    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.

Reply

You must log in to post.

About this Plugin

About this Topic