Hey Guys,
I've been working with Views Slideshow DDB and I found a little bug when u don't define a variable to DDB targets...
where you find
print $slider_item['slide_title']
I just changed to
if(isset($slider_item['slide_title'])) print $slider_item['slide_title']
There are other places to change to...
Hope it help =)