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

hedac’s picture

I 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?