This issue was first reported by an individual who contacted us directly. It is being reposted here to keep things standard and on the record.

The user noticed the following warning while installing the meetü Game Platform:

Warning: Call-time pass-by-reference has been deprecated in
[...]/qrs_sheets/modules/qrs_sheet_bulk_renderqrs_sheet_bulk_render.module
on line 117

This seems to be related to various use of call-time pass-by-reference throughout the qrs_sheets module. A fix should be fairly straightforward. This should not affect any behavior of the module.

Comments

john.karahalis’s picture

Status: Active » Postponed (maintainer needs more info)

Marking as "maintainer needs more info".

We believe that we are ready to commit a fix, but until we have enough information to reproduce the submitter's original issue, we cannot be certain that our updates fix it.

john.karahalis’s picture

Fixed in development snapshot with commit #421756.

I was able to reproduce this issue with some research. It appears that this only affected PHP >= 5.3. The syntax errors could be reproduced by doing a php --syntax-check on any of the affected files.

john.karahalis’s picture

Status: Postponed (maintainer needs more info) » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.