Closed (fixed)
Project:
Signup
Version:
4.7.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
6 Jun 2006 at 20:13 UTC
Updated:
21 Jun 2006 at 17:47 UTC
I'm trying to use the signup module with the event module. I have the event module installed, but when I try to go to admin->settings->signup I just get a blank page. I have all the files in the /modules/signup directory and I have add the signup.mysql to my database. I have also enabled the signup module in the admin->modules section.
I am running the latest version of drupal 4.7.2 just updated.
Any tips?
Comments
Comment #1
dwwwhat's the "$Id ..." string at the top of your copy of signup.module? e.g.:
// $Id: signup.module,v 1.45.2.11 2006/06/06 08:30:43 dww Exp $
??
Comment #2
VonKraut commented// $Id: signup.module,v 1.1.2.44 2006/06/06 08:30:47 dww Exp $
Is my Id string
Comment #3
dwwi should have noticed this earlier:
I have add the signup.mysql to my database.
plus:
I am running the latest version of drupal 4.7.2 just updated.
that's already a clue. but this seals the deal:
// $Id: signup.module,v 1.1.2.44 2006/06/06 08:30:47 dww Exp $
you're using the 4.6.x version of signup with drupal core 4.7.2. definitely not going to work. ;)
try using the version that matches your drupal core:
http://ftp.osuosl.org/pub/drupal/files/projects/signup-4.7.0.tar.gz
problem solved. ;)
Comment #4
VonKraut commentedAh!, that did the trick thanks! When I got the updated version from June 6 I got the 4.6 instead of 4.7 and didn't notice. Thanks!
Comment #5
(not verified) commented