hi guys
on my drupal 7 clean install with ecommerce, when the user purchases a product they get an error on the page (error below) but then it also says your order has been submitted,
in the admin, when i go to check the pending transactions i get an internal 500 error
the error upon purchasing is
Warning: Parameter 1 to ec_store_condition_gross() expected to be a reference, value given in FacesExtendable->__call() (line 123 of /var/www/vhosts/mysite/temp/sites/all/modules/rules/includes/faces.inc).
Warning: Parameter 1 to ec_store_condition_allocation_status_changed() expected to be a reference, value given in FacesExtendable->__call() (line 123 of /var/www/vhosts/mysite/temp/sites/all/modules/rules/includes/faces.inc).
Warning: Parameter 1 to ec_store_condition_is_shippable() expected to be a reference, value given in FacesExtendable->__call() (line 123 of /var/www/vhosts/mysite/temp/sites/all/modules/rules/includes/faces.inc).
Warning: Parameter 1 to ec_store_condition_allocation_status_changed() expected to be a reference, value given in FacesExtendable->__call() (line 123 of /var/www/vhosts/mysite/temp/sites/all/modules/rules/includes/faces.inc).
Warning: Parameter 1 to ec_store_condition_is_shippable() expected to be a reference, value given in FacesExtendable->__call() (line 123 of /var/www/vhosts/mysite/temp/sites/all/modules/rules/includes/faces.inc).
i appreciate any help thank u so much
Comments
Comment #1
gordon commentedThanks for this. This has already been fixed in the dev version.
I am just fixing some of the issues with VBO and I am going to do another alpha release.
Comment #2
prezaeis commenteddo you know when that release will be ?
Comment #3
gordon commentedIt should be within the next week, I just need to finish the VBO stuff and chase a few errors, other people have found.
Comment #4
prezaeis commentedgreeat thank u