8
I was experiencing the same problem in smartsection. To get rid of the error I did the following.
Go to items_spot.php line 118 and paste the following code on line 117
$smartsection_item_handler =& smartsection_gethandler('item');
For me the problem is solved.
Hope it helps you to,
Iliakros