Userpoints Service
ludicrous_t - April 22, 2009 - 10:21
| Project: | User Points |
| Version: | 6.x-1.x-dev |
| Component: | Other |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
Great module!
I can't enable Userpoints Service though. It's saying "This version is incompatible with the 6.10 version of Drupal core."
Is there anything else I need to do or does that really mean what it says?

#1
Try adding this line to the .info file
core=6.xSee if it works.
#2
i got that in mine too. and it's already written, core = 6.x
but still not able to enable.
#3
Had the same issue and changed the .info file to below. Also had to toggle services itself (using the dev build of that as well) for the user points service to finally appear.
; $Id
name = Userpoints Service
description = Exposes userpoints functionality via XML-RPC
package = Userpoints
dependencies[] = userpoints
dependencies[] = services
core = 6.x
; Information added by drupal.org packaging script on 2009-06-11
version = "6.x-1.x-dev"
core = "6.x"
project = "userpoints"
datestamp = "1244680314"
#4
I dont even see a Userpoints service module on my modules list after uploading the latest stable version of both services and userpoints.
PS: Ok Sorry, I see this is available only in dev. Assumed it is in the stable version as well because the project page says it is supported out of the box already :)
I installed dev, but I am experiencing the same, namely "This version is incompatible with the 6.12 version of Drupal core." for Userpoints Service
#5
pajoh are you saying we should create a new info file for userpoints services?
Here is how I modified my userpoints.info but no luck...
; $Id: userpoints.info,v 1.11.2.1 2009/05/01 14:55:53 kbahey Exp $
name = Userpoints
description = Userpoints core: API module for recording points for other modules.
package = Userpoints
dependencies[] = userpoints
dependencies[] = services
core = 6.x
; Information added by drupal.org packaging script on 2009-06-11
version = "6.x-1.x-dev"
core = "6.x"
project = "userpoints"
datestamp = "1244680314"
#6
I committed a fix for this to the -dev tarball. It should be available in the download in about 9 hours from the time of this message.
Please download then, and verify.
#7
Automatically closed -- issue fixed for 2 weeks with no activity.