Closed (fixed)
Project:
QR-Code PDF Sticker Sheets
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
27 Aug 2010 at 21:52 UTC
Updated:
28 Sep 2010 at 19:50 UTC
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 117This 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
Comment #1
john.karahalis commentedMarking 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.
Comment #2
john.karahalis commentedFixed 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.
Comment #3
john.karahalis commented