Closed (fixed)
Project:
Views clone display
Version:
6.x-1.1
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Nov 2011 at 16:02 UTC
Updated:
22 Jan 2012 at 15:43 UTC
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
Comment #1
wjackson commentedI also had this same issue after upgrading to Views 6.x-2.14, and I also circumvented by temporarily disabling views_clone_display.
Comment #2
HAg commentedSame error after upgrading to Views 6.x-2.14, and I too circumvented by temporarily disabling views_clone_display.
Comment #3
dpatte commentedsame. I couldn't perform upgrade.php until i removed views clone display
Comment #4
Robin Millette commentedPerhaps this module was superseded by the new clone display features from views 6.2.14?
Comment #5
beasley commentedI 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
Comment #6
HAg commentedYes that's it.
Comment #7
fastangel commentedFor 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.
Comment #8
sgwood commentedremoving views_clone_display resolves the issue
Comment #9
beasley commented@fastangel - that's fine. Thanks for providing the module anyway, because it worked well for me until 6.x-2.14.
Comment #10
jduhls commentedThanks for your module! It worked great and was a HUGE timesaver! Glad to see the function built directly into Views now!