Tuleap Community Edition development and releases are no longer public. You have until September 30th to download packages and sources in Tuleap project. You can contact the team if you need further assistance.

    •  
      request #8462 Accessing any tracker link displays a blank page
    Infos
    #8462
    slamj1 (slamj1)
    2015-10-02 02:03
    2015-10-02 02:03
    8595
    Details
    Accessing any tracker link displays a blank page
    When accessing any tracker, a blank page is displayed. The underlying error in httpd/error_log is:

    PHP Fatal error: Call-time pass-by-reference has been removed in /usr/share/tuleap/plugins/tracker/include/Tracker/Report/Tracker_Report_HeaderRenderer.php on line 76

    Software versions:
    -----------------------
    CentOS - 2.6.32-504.8.1.el6.x86_64
    PHP - 5.4.45
    Tuleap - 8.6.99.44
    Trackers plugin version - 5.700

    More Information:
    ----------------------
    Beginning with PHP version 5.4, the compiler will throw an error when the '&' reference symbol is used in a function call to indicate a reference type. Indeed, on line 76 of file Tracker_Report_HeaderRenderer.php, a & symbol is used in front of the $warnings parameter, which under PHP 5.4x will throw an error.

    Removing the & symbol from the $warnings parameter corrects the problem.
    Trackers
    8.6
    CentOS 6
    • [ ] enhancement
    • [ ] internal improvement
    Empty
    Stage
    Empty
    New
    Empty
    Attachments
    Empty
    References
    References list is empty