As I mentioned in this post http://drupal.org/node/514236#comment-3013374 the default settings aren't being loaded into the admin settings screen. This includes height, vertical padding, next and previous labels and all transition settings.
This causes an error at line 34 of views_cycle.theme.inc where it tries to loop through non-existent parameters, and also around line 88.
It appears the defaults should be set in views_cycle_plugin_style_cycle.inc but this doesn't seem to be happening.
Despite the error, the cycling still seems to be working. Entering the values in manually removes the error message.
Comments
Comment #1
imclean commentedThis is still an issue. It fails at line 34 because because no settings have been loaded.
This error goes away after I've added some values in the Views Cycle admin screen within Views.