It says that this version doesn't work with drupal 6.2, there isn't much changed in version 6.2 so it looks like it's a simple setting in some info file, where is it and how to make this work?

Comments

btmash’s picture

Status: Active » Postponed (maintainer needs more info)

Are you sure you downloaded the correct version or are you trying to enable a dependency module? I'm using the the 6.x version with drupal 6.2 on my local machine and it installed just fine. There were some dependency modules that haven't been converted over which cannot yet be enabled.

sergeant-1’s picture

FeedAPI Subscriptions 6.x-1.x-dev Allows users to subscribe to feeds and be notified when they are updated
This version is incompatible with the 6.2 version of Drupal core.

Notifications Autosubscribe 6.x-1.x-dev Provides automatic notifications.
This version is incompatible with the 6.2 version of Drupal core.

Organic Groups Notifications 6.x-1.x-dev Allows users to subscribe to content on groups.
This version is incompatible with the 6.2 version of Drupal core.

Taxonomy Notifications 6.x-1.x-dev Allows users to subscribe to taxonomy terms.
This version is incompatible with the 6.2 version of Drupal core.

btmash’s picture

Ok, the core module is available for 6.x, but those dependency modules aren't - I posted re: notifications_autosubscribe which requires a few changes and I'm guessing some of those might as well.

If you want to test out how far the functionality is, in the info file just change:

dependencies = dependency1 dependency2 ... dependencyN

into:

dependency[] = dependency1
dependency[] = dependency2
...
dependency[] = dependencyN
sergeant-1’s picture

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

ok, the core module is working, atm there's still a problem, opened a new thread for that (page doesn't show up after a subscription)