After upgrading PHP to 5.3 the module stopped working on checkout, instead giving the error message:
warning: Parameter 2 to drupal_retrieve_form() expected to be a reference, value given in
Used the fix in comment #1 from #763036: Node Import works with php 5.2.11 but not with php 5.3.0 to solve it in this module. Patch will be supplied shortly. Thanks for the great module.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | PHP_5.3_incompatability-1900100.patch | 905 bytes | splash112 |
Comments
Comment #1
splash112 commentedPatch
Comment #2
m.stentaPatch makes sense, and works! Thanks! I committed it to the 6.x-1.x branch, so it should be available in the 6.x-1.x-dev release soon.
I'm going to wait to push out an official release, I think, but I will add a note to the project page about PHP 5.3 compatibility.
Comment #3
splash112 commentedMany thanks for your quick action! + thanks for the module!