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

dww’s picture

what'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 $

??

VonKraut’s picture

// $Id: signup.module,v 1.1.2.44 2006/06/06 08:30:47 dww Exp $

Is my Id string

dww’s picture

Assigned: Unassigned » dww
Status: Active » Fixed

i 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. ;)

VonKraut’s picture

Ah!, 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!

Anonymous’s picture

Status: Fixed » Closed (fixed)