Announcement

Symphony's issue tracker has been moved to Github.

Issues are displayed here for reference only and cannot be created or edited.

Browse

Closed#625: Call-time pass-by-reference has been deprecated

In class.field.php line 1225 to 1227 there should be no ampersands in the function call. Change

public function buildDSRetrivalSQL($data, &$joins, &$where, $andOperation = false) {
    return $this->buildDSRetrievalSQL($data, &$joins, &$where, $andOperation = false);
}

to

public function buildDSRetrivalSQL($data, &$joins, &$where, $andOperation = false) {
    return $this->buildDSRetrievalSQL($data, $joins, $where, $andOperation = false);
}

This issue is closed.

Symphony • Open Source XSLT CMS

Server Requirements

  • PHP 5.3-5.6 or 7.0-7.3
  • PHP's LibXML module, with the XSLT extension enabled (--with-xsl)
  • MySQL 5.5 or above
  • An Apache or Litespeed webserver
  • Apache's mod_rewrite module or equivalent

Compatible Hosts

Sign in

Login details