There was a $ missing in the install.txt file of the download "Get 1 Free 1.2a bugfix". Fix it manually in row 187:

'products_name' => free_product['name'],
--- becomes ---
'products_name' => $free_product['name'],

You can alternatively use the fixed install.txt that I upload herewith.

Greets
FloM

More...