Active
Project:
Ubercart Checkout Tweaks
Version:
6.x-1.1
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
4 Nov 2011 at 01:26 UTC
Updated:
1 May 2012 at 00:05 UTC
With this module enabled I get two messages in the checkout page at cart/checkout:
warning: array_keys() [function.array-keys]: The first argument should be an array in C:\xampp\htdocs\mysite\sites\default\modules\uc_checkout_tweaks\uc_checkout_tweaks.module on line 231.
warning: Invalid argument supplied for foreach() in C:\xampp\htdocs\mysite\sites\default\modules\uc_checkout_tweaks\uc_checkout_tweaks.module on line 232.
What’s this all about and how can I correct it?
Comments
Comment #1
hedac commentedI have many errors like this
array_keys() expects parameter 1 to be array, null given in ... /uc_checkout_tweaks.module on line 196.
looking at the code... it is working with array('savedAddresses') so maybe I'm having this error because I have hidden the address pane.
in your error line it is working with payment method pane... maybe you did hide that panel too?