Hello,
I had the foreach() cookie error too and did edit includes/init.php
I used copy and paste and this is how it was pasted into the file:
HTML Code:
// ## <ucs> 'stylecache', 'utt_store_act' // ## </ucs>
update to
HTML Code:
// ## <ucs>
'stylecache',
'utt_store_act'
// ## </ucs>
I had a bit of trouble with copying text from the inline boxes in the readme. This may go wrong for others too?