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

imclean’s picture

This is still an issue. It fails at line 34 because because no settings have been loaded.

* warning: Invalid argument supplied for foreach() in /sites/all/modules/views_cycle.theme.inc on line 34.
* warning: Invalid argument supplied for foreach() in /sites/all/modules/views_cycle.theme.inc on line 89.

This error goes away after I've added some values in the Views Cycle admin screen within Views.