Trying the dev version today, with the current dev version of views, resulted in the followiong error message:
[25-Jun-2011 23:17:42] PHP Fatal error: Call to undefined function _views_slideshow_preprocess_views_slideshow_cycle_main_frame() in /www/sites/all/modules/views_slideshow/contrib/views_slideshow_cycle/views_slideshow_cycle.module on line 85
[25-Jun-2011 23:17:42] PHP Stack trace:
[25-Jun-2011 23:17:42] PHP 1. {main}() /www/index.php:0
[25-Jun-2011 23:17:42] PHP 2. menu_execute_active_handler() /www/index.php:21
[25-Jun-2011 23:17:42] PHP 3. call_user_func_array() /www/includes/menu.inc:503
[25-Jun-2011 23:17:42] PHP 4. views_ui_edit_page() /www/includes/menu.inc:0
[25-Jun-2011 23:17:42] PHP 5. views_ui_build_preview() /www/sites/all/modules/views/includes/admin.inc:890
[25-Jun-2011 23:17:42] PHP 6. views_ui_preview() /www/sites/all/modules/views/includes/admin.inc:920
[25-Jun-2011 23:17:42] PHP 7. view->preview() /www/sites/all/modules/views/includes/admin.inc:153
[25-Jun-2011 23:17:42] PHP 8. views_plugin_display->preview() /www/sites/all/modules/views/includes/view.inc:1103
[25-Jun-2011 23:17:42] PHP 9. view->render() /www/sites/all/modules/views/plugins/views_plugin_display.inc:2362
[25-Jun-2011 23:17:42] PHP 10. views_plugin_display->render() /www/sites/all/modules/views/includes/view.inc:1017
[25-Jun-2011 23:17:42] PHP 11. theme() /www/sites/all/modules/views/plugins/views_plugin_display.inc:2294
[25-Jun-2011 23:17:42] PHP 12. template_preprocess_views_view() /www/includes/theme.inc:858
[25-Jun-2011 23:17:42] PHP 13. views_plugin_style->render() /www/sites/all/modules/views/theme/theme.inc:45
[25-Jun-2011 23:17:42] PHP 14. theme() /www/sites/all/modules/views/plugins/views_plugin_style.inc:255
[25-Jun-2011 23:17:42] PHP 15. template_preprocess_views_slideshow() /www/includes/theme.inc:858
[25-Jun-2011 23:17:42] PHP 16. _views_slideshow_preprocess_views_slideshow() /www/sites/all/modules/views_slideshow/views_slideshow.module:413
[25-Jun-2011 23:17:42] PHP 17. theme() /www/sites/all/modules/views_slideshow/theme/views_slideshow.theme.inc:162
[25-Jun-2011 23:17:42] PHP 18. template_preprocess_views_slideshow_cycle_main_frame() /www/includes/theme.inc:858
when I tried to import a view using the slideshow module. Reverting to views_slideshow 7.x-3.x-dev dated 2011-05-27 solved the problem.
Is this a known issue? Perhaps re-buildoing the view using the latest dev version would fix it? Haven't tried, but could do so if you believe it was caused by importing the view rather than re-creating it.
-JM
Comments
Comment #1
redndahead commentedI'm working on it.
Comment #2
Anonymous (not verified) commentedSubscribe.
My slideshows work if I clear cache, then it throws that same error over and over.
Comment #3
redndahead commentedA fix was committed. Wait for the new dev release to be built and try that.
Comment #4
Anonymous (not verified) commentedDownloaded and installed the new dev release, everything worked great. That error is no more!
Thank you!