I have 3 different taxonomy categories exposed. When I click apply it asks me to save a view as normal and it appears as it does indeed save. But when I click the saved view it just goes to the default.

The url it points me to is the URL of the view itself.

Comments

Wim Leers’s picture

Assigned: Unassigned » Wim Leers
Category: bug » support
Status: Active » Postponed (maintainer needs more info)

Through what form elements do you expose these taxonomy terms? Through a select, autocomplete or Hierarchical Select?

BaronVonInternet’s picture

I'm not using exposed taxonomy categories, but I'm having the same problem. It was previously working, although unfortunately I'm not sure what has changed since it broke. Here's what I have to add:

- I've tried it three different ways, none of which fix the problem; with my view's "Exposed form in block" set as No (which uses entirely ajax and so never actually changes the URL of the page itself to include the parameters), as Yes (which does put all the parameters in the URL if searching from another page) and then creating a block for it by using the drupal api to select the view form and output it (which has the parameters in the URL, and also how I had it set up originally when I know for certain it was working)
- have tried all three of above methods with anonymous, registered user, and the primary admin account with no success
- all exposed fields are either of type "text" or "decimal"
- all exposed fields are entered with a textfield, but they also all have the operator unlocked
- tried disabling and reenabling module with no success
- tried disabling, uninstalling, and reinstalling the module with no success

I really wish I could figure out what changed that caused it to stop working, because I imagine that the issue in this ticket, the issue in the other ticket about saving empty values, and my issue are all related. If I find anything else out, I'll post some additional.

Wim, if you're interested, I can send you a link to the view in question, and if necessary a login to the Drupal admin if it helps to debug. I've spent some time trying to figure it out, but unfortunately I don't have any experience in module writing and haven't come up with anything.

EDIT: I just realized I did upgrade CCK to the latest dev version at some point, since there was a problem with decimal filters that they fixed last week. In a few days I can try temporarily downgrading to the last release version to see if it solves the problem.

Wim Leers’s picture

Assigned: Wim Leers » Unassigned

Unassigning because this is for the Drupal 6 version of this module.

lucascaro’s picture

same here. I think it has something to do with ahah. (my 2 cents)

edit: disabled the line _views_savedsearches_configure_ahah($view->name);
inside theme_views_savedsearches_container and the searches started saving.