Just upgrading to Views 6.x-2.14 and I get a white screen with the following error:

Fatal error: Cannot redeclare views_ui_clone_display_form() (previously declared in /var/www/drupal/sites/all/modules/views_clone_display/views_clone_display.module:39) in /var/www/drupal/sites/all/modules/views/includes/admin.inc on line 1788

Removing the views_clone_display module fixes it. Is there a conflict with the latest Views or have I done something wrong?
Thanks!

Comments

wjackson’s picture

I also had this same issue after upgrading to Views 6.x-2.14, and I also circumvented by temporarily disabling views_clone_display.

HAg’s picture

Priority: Normal » Critical

Same error after upgrading to Views 6.x-2.14, and I too circumvented by temporarily disabling views_clone_display.

dpatte’s picture

same. I couldn't perform upgrade.php until i removed views clone display

Robin Millette’s picture

Perhaps this module was superseded by the new clone display features from views 6.2.14?

beasley’s picture

I think you must be right. Thanks for pointing that out. The views_clone_display module gets abrupt treatment in that thread:
http://www.drupal.org/node/348975#comment-3236398

HAg’s picture

Yes that's it.

fastangel’s picture

Priority: Critical » Major
Status: Active » Closed (fixed)

For version 6.x-2.14 this module is deprectated.
@beasley: The fact that this issue is very hard for my module. But to tell you the truth this module is realized in less than 30 minutes. And it has helped me more than I expected (also working). It kept working on it because I knew it was a waste of time already working in views to add this functionality.

NOTE: I changed description of module warning of this error.

sgwood’s picture

removing views_clone_display resolves the issue

beasley’s picture

@fastangel - that's fine. Thanks for providing the module anyway, because it worked well for me until 6.x-2.14.

jduhls’s picture

Thanks for your module! It worked great and was a HUGE timesaver! Glad to see the function built directly into Views now!