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.

CommentFileSizeAuthor
#1 PHP_5.3_incompatability-1900100.patch905 bytessplash112

Comments

splash112’s picture

StatusFileSize
new905 bytes

Patch

m.stenta’s picture

Status: Active » Closed (fixed)

Patch 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.

splash112’s picture

Many thanks for your quick action! + thanks for the module!