When i upgrade views 3 alpha 1 to views 3 alpha 2 it wipes out all my taxonomies and menus.

It shows that everything is there when i go to manage taxonomies but clicking on them gives a page not found error.

CommentFileSizeAuthor
#1 711968-fix-taxonomy.patch636 bytesdawehner
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

dawehner’s picture

Status: Active » Needs review
FileSize
636 bytes

oh 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

kanani’s picture

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!

dawehner’s picture

So 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!

YK85’s picture

subscribing

merlinofchaos’s picture

Status: Needs review » Fixed

Committed to both 3.x branches.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.