Hi,

When I try and enable the module in Drupal 5.1 I get the following error preventing me from installing it.

Parse error: syntax error, unexpected ':' in /home/mysite.com/public/www/drupal/modules/autoresponder/autoresponder.install on line 3

Thanks in advance

CommentFileSizeAuthor
#1 autoresponder.install.patch164 bytesIrrow

Comments

Irrow’s picture

Status: Active » Needs review
StatusFileSize
new164 bytes

The line $Id: autoresponder.install,v 1.1.2.1 2007/05/01 19:49:05 antinomia Exp $ needs to be commented out in both the autoresponder.install and the autoresponder.module.

That solved my problem.

I included a patch generated with winmerge, but i'm new to this whole patching thing so not sure if i did it right.. Hope it helps..

matt@antinomia’s picture

Status: Needs review » Fixed

Thanks for the alert/patch! Silly typos. Committed.

Anonymous’s picture

Status: Fixed » Closed (fixed)