Closed (fixed)
Project:
Views Nivo Slider
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Jul 2011 at 10:43 UTC
Updated:
26 Oct 2011 at 09:47 UTC
Using:
Views-3.0-rc1
Nivo Slider 2.x-dev
If i hit "Save" within a view with Nivo Slider as output plugin the entire view brokes. Editing View or Displaying Output just produce White Screen of Death. Have to delete and create view again, but setting nivo slider as output reproduce bug, so it's not utilizable.
Comments
Comment #1
GuN_jAcK commentedsame problem
Comment #2
greenskunk+1 Same issue
Comment #3
ckngMake sure you update to the latest dev and have error reporting turn on
http://drupal.org/node/158043
Comment #4
jmoruziThe syntax error that causes this still exists in the dev version. Go to:
sites/all/modules/views_nivo_slider/views-nivo-slider-view.tpl.php
Change line 50 from:
<?
endforeach;
?>
to:
endforeach;Problem solved.
Comment #5
ckngIf your problem is like #4, get the latest dev.
The fix is already in there for quite some time.