I reported a similar bug on 5 September; it was "fixed" but the new version also bombs the Modules page with this similar (but not quite the same) error:
"Parse error: syntax error, unexpected T_IF in /...modules/casetracker.module on line 1376"
I'm really hoping to check this module out but so far have been unable to get it to run at all.
Comments
Comment #1
killes@www.drop.org commentedI#ve downloaded today's tarball and the issue is fixed. see below. Maybe you forgot to replace the old files.
// $Id: casetracker.module,v 1.68.2.2 2006/09/05 16:57:02 killes Exp $
This should be the second line in the module file.
wget http://ftp.osuosl.org/pub/drupal/files/projects/casetracker-4.7.0.tar.gz
--18:56:56-- http://ftp.osuosl.org/pub/drupal/files/projects/casetracker-4.7.0.tar.gz
=> `casetracker-4.7.0.tar.gz'
Auflösen des Hostnamen »ftp.osuosl.org«.... 64.50.238.52, 64.50.236.52
Verbindungsaufbau zu ftp.osuosl.org[64.50.238.52]:80... verbunden.
HTTP Anforderung gesendet, warte auf Antwort... 200 OK
Länge: 34,484 [application/x-gzip]
100%[============================================================================================>] 34,484 60.63K/s
18:56:57 (60.44 KB/s) - »casetracker-4.7.0.tar.gz« gespeichert [34484/34484]
killes@theo-dhcp-42:/tmp$ tar zxvf casetracker-4.7.0.tar.gz
casetracker/
casetracker/LICENSE.txt
casetracker/README.txt
casetracker/casetracker.css
casetracker/casetracker.install
casetracker/casetracker.module
casetracker/casetracker_basic.module
killes@theo-dhcp-42:/tmp$ cd casetracker/
killes@theo-dhcp-42:/tmp/casetracker$ php -l casetracker.module
No syntax errors detected in casetracker.module
killes@theo-dhcp-42:/tmp/casetracker$ php -l casetracker.install
No syntax errors detected in casetracker.install
Comment #2
(not verified) commented