Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-3.0-alpha2
Component:
Miscellaneous
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Feb 2010 at 23:18 UTC
Updated:
2 Apr 2010 at 23:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
dawehneroh man, i debugged now 40minutes and i have found the problem:
Thanks to the retool of the export system the validation plugin: views_plugin_argument_validate_taxonomy_term the vids are there from before. Before the vids was cleaned up at load time. Now they get cleaned up at safe time.
This patch fixes this, by cleaning up at load time. I'm not sure whether this the way to go.
PS: Never use alpha software on production sites
Comment #2
kanani commentedWas experiencing the same behavior, albeit from Views 2.8 to Views 3.0 Alpha 2, and this patch removes that page not found error.
Thanks!
Comment #3
dawehnerSo rtbc?new
Was experiencing the same behavior, albeit from Views 2.8 to Views 3.0 Alpha 2, and this patch removes that page not found error.
Thanks!
Comment #4
YK85 commentedsubscribing
Comment #5
merlinofchaos commentedCommitted to both 3.x branches.