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

GuN_jAcK’s picture

same problem

greenskunk’s picture

+1 Same issue

ckng’s picture

Status: Active » Postponed (maintainer needs more info)

Make sure you update to the latest dev and have error reporting turn on

http://drupal.org/node/158043

error_reporting(E_ALL);
ini_set('display_errors', TRUE);
ini_set('display_startup_errors', TRUE);
jmoruzi’s picture

The 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.

ckng’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

If your problem is like #4, get the latest dev.
The fix is already in there for quite some time.