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

Wim Leers’s picture

Component: Code » Miscellaneous
Category: bug » support
Priority: Normal » Minor

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.

SocialNicheGuru’s picture

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)

Wim Leers’s picture

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

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.

SocialNicheGuru’s picture

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

Wim Leers’s picture

Yes, upgrade to the newest dev version of Drupal 5.

Wim Leers’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)
crea’s picture

Status: Closed (fixed) » Active

I have the same problem.

crea’s picture

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 ?

crea’s picture

Title: HS installed but error message on status page » Latest Views is installed, but there is still error message on status page
Category: support » bug
Wim Leers’s picture

Status: Active » Postponed (maintainer needs more info)

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.

Wim Leers’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

Closing due to lack of response.