Closed (duplicate)
Project:
Ubercart Marketplace
Version:
5.x-1.0-beta4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
15 Sep 2008 at 20:49 UTC
Updated:
15 Sep 2008 at 22:47 UTC
There might be a simple solution but I wouldn't be the one to figure it out..
I tried to install and got this error:
Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of module_invoke_all(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file in C:\wamp\www\drupal\sites\all\modules\ubercart_marketplace\mp_products\mp_products.module on line 219
Comments
Comment #1
Turgrid commentedIf your php config does not allow pass by reference (and/or you do not wish to enable in php.ini), you can safely remove line 219 from mp_products.module. This is a hook that has a potential future use to some individuals and its quality and removal will be assessed for the next Marketplace release.