Hello,

I just upgraded to the latest dev version of subscriptions and to Drupal 5.19. The previous subscription version I was using was a dev version from April 2009.

After I installed the new dev version (downloaded 7/1/2009), and attempt to do an update.php run, I only get a blank screen. If I try to run the site at this point, it gives this error:

Parse error: syntax error, unexpected $end in /home/mydomain/public_html/modules/subscriptions/subscriptions_ui.module on line 387

Any ideas?

Regards,
Skip

Comments

salvis’s picture

Status: Active » Fixed

Please re-download — you should get subscriptions_ui.module 1.1.2.24, which fixes this problem.

avskip’s picture

I've re-downloaded twice, but the subscriptions_ui.module in both says this at the beginning:

// $Id: subscriptions_ui.module,v 1.1.2.23 2009/06/29 12:03:54 salvis Exp $

Is there a delay between you uploading and the new version being available on here?

salvis’s picture

Yes, there is a delay, but http://drupal.org/node/247506 shows a timestamp of

Last updated: July 2, 2009 - 02:28

(presumably in my timezone, which would be 00:28 UTC)

and http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/subscriptio... shows

Jul 1 22:31:13 2009 UTC

for revision 1.1.2.24, so it should be in there. Oddly enough the 1.1.2.24 file shows:

// $Id: subscriptions_ui.module,v 1.1.2.23 2009/06/29 12:03:54 salvis Exp $

Anyway, if you diff the two versions, you'll see where the closing brace is missing:

http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/subscriptio...

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.