--- sites/all/modules/views_nivo_slider/views-nivo-slider-view.tpl.orig.php
+++ sites/all/modules/views_nivo_slider/views-nivo-slider-view.tpl.php
@@ -37,11 +37,14 @@
         <?php print $row?>
       <?php endforeach; ?>
     </div>
+
+  <?php if(is_array($view)): ?>  <?php // bug fix 1129444 ?>
     <?php foreach($view->_vns_captions as $vns_id => $vns_caption): ?>
       <div id="<?php print $vns_id ?>" class="nivo-html-caption">
         <?php print $vns_caption; ?>
       </div>
-    <? endforeach; ?>
+    <?php endforeach; ?> <?php //bug fix 1126946 ?>
+  <?php endif; ?>  <?php // bug fix 1129444 ?>
 
   <?php elseif($empty): ?>
     <div class="view-empty">
