Posted by SocialNicheGuru on January 31, 2009 at 6:14pm
Jump to:
| Project: | Hierarchical Select |
| Version: | 5.x-3.0-rc7 |
| Component: | Miscellaneous |
| Category: | bug report |
| Priority: | minor |
| Assigned: | Wim Leers |
| Status: | closed (fixed) |
Issue Summary
I have installed Hieractical select rc7
When looking through my module list I still have
HS Content taxonomy 5-dev installed. I don't know where. It is not in my module directory. It is not under uninstall.
I also get this on the status page:
Hierarchical Select Views Taxonomy The Views module is outdated.
The version of Views that you have installed is either older than May 11, 2008, or doesn't have the obligatory patch applied. Please apply the patch or update to a newer version of the Views module!
i also get the same for HS Content Taxonomy Views
I have the latest views and installed the patch referred to.
C
Comments
#1
Hundreds of people don't have these problems. I think you're accidentally installing the new version of the module in an another directory or something like that, which causes Drupal to continue using the older version. It *has* to be you. Sorry that I can't be of any more help here.
#2
lucky me... it figures :(
I am looking at my modules. I use content taxonomy and it looks like it has a version of HS. Should HS be included in Content Taxonomy now that you have a separate module for HS? Would this be more of a bug?
Content Taxonomy 5.x-1.x-dev Defines a field type for taxonomy terms
Depends on: Content (enabled), Taxonomy (enabled)
Required by: Content Taxonomy ActiveSelect (enabled), Content Taxonomy Autocomplete (enabled), Content Taxonomy Facets (disabled), Hierarchical Select Content Taxonomy (disabled), Content Taxonomy Options (enabled), Content Taxonomy Views (enabled), Hierarchical Select Content Taxonomy Views (disabled)
#3
Upgrade Content Taxonomy to a newer version. HS should never have been committed to Content Taxonomy. It's an old version which doesn't contain many of the new bug fixes.
Let me know if you get it working now that you know this.
#4
there is only a dev version on 5. is there something I am missing? Or will I have to wait until I can get to d6 (which depends on panels).
Thanks again
#5
Yes, upgrade to the newest dev version of Drupal 5.
#6
#7
I have the same problem.
#8
There are duplicate HS modules in Content Taxonomy: I made another issue for that #476542: Remove duplicate outdated modules
I removed them from the server, cleared all caches, but I still get warnings about outdated Views module.
I don't know are these problems connected ?
#9
#10
These problems are not connected.
And you really must be doing something wrong. All the requirement check does, is checking if
function _views_build_filters_form(\$view) {// When the form is retrieved through an AJAX callback, the cache hasn't
// been loaded yet. The cache is necesssary for _views_get_filters().
views_load_cache();
is present in views.module.
#11
Closing due to lack of response.