I checked with the above code it indicates the error report as
Fatal error: Cannot use string offset as an array in subscribe2/classes/class-s2-core.php on line 208.
The $item[description] displays the single dimensional array value.The array value will be in two dimensional array.
For Eg : $item[0][description];
Array
(
[0] => Array
(
[description] => $15 for $20 of Food and Drink During Lunch Hours Only
[company] => Company1
)
)
Array
(
[0] => Array
(
[description] => new deal for electronic goods
[company] => Company2
)
)