I'm using Drupal 6.14 with Ubercart 2.x on PHP 5.3.1
I keep getting warning errors like this when I add items to my cart :
* warning: Parameter 1 to imageapi_gd_image_resize() expected to be a reference, value given in /home/cp2839/public_html/v6/modules/imageapi-6.x-1.6/imageapi/imageapi.module on line 165.
* warning: Parameter 2 to uc_attribute_cart_item() expected to be a reference, value given in /home/cp2839/public_html/v6/includes/module.inc on line 471.
* warning: Parameter 2 to uc_file_cart_item() expected to be a reference, value given in /home/cp2839/public_html/v6/includes/module.inc on line 471.
* warning: Parameter 2 to uc_attribute_cart_item() expected to be a reference, value given in /home/cp2839/public_html/v6/includes/module.inc on line 471.
* warning: Parameter 2 to uc_file_cart_item() expected to be a reference, value given in /home/cp2839/public_html/v6/includes/module.inc on line 471.
I have disabled the admin menu mod but these warnings still appear.
Any wisdom would be appreciated.
