I`v menage to solve the problem like this:
In file :
wp-content/plugins/kk-star-ratings/widget.php
change this :
parent::WP_Widget(‘BhittaniPlugin_kkStarRatings_Widget’, ‘kk Star Ratings’, $widget_options);
with that :
parent::__construct(‘BhittaniPlugin_kkStarRatings_Widget’, ‘kk Star Ratings’, $widget_options);