warning: Invalid argument supplied for foreach() in /home/*************l/modules/views_nivo_slider/views-nivo-slider-view.tpl.php on line 40.
Need to insert in line 40-44
if(is_array($view)): // bug fix 1129444
foreach($view->_vns_captions as $vns_id => $vns_caption):
print $vns_id " class="nivo-html-caption">
print $vns_caption;
endforeach; //bug fix 1126946
endif; // bug fix 1129444
| Comment | File | Size | Author |
|---|---|---|---|
| views-nivo-slider-view.tpl_.zip | 675 bytes | siteogra |
Comments
Comment #1
edvanleeuwenI think
should read
as $view is an Object and is-array fails.
Comment #2
giorgosktest #1135958: Warning: Invalid argument supplied for foreach() in views_nivo_slider/views-nivo-slider-view.tpl.php on line 40. patch and report
so it can get committed
Comment #3
citywizz commentedI modified the wonderful GiorgosK fix on this basis by removing the "header" "admin_links". Now its clean for me.