Closed (fixed)
Project:
Subscriptions
Version:
5.x-2.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Jul 2009 at 23:32 UTC
Updated:
16 Jul 2009 at 10:10 UTC
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
Comment #1
salvisPlease re-download — you should get subscriptions_ui.module 1.1.2.24, which fixes this problem.
Comment #2
avskip commentedI'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?
Comment #3
salvisYes, 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...