I just upgraded from Drupal 5.x to Drupal 6.11. I have also updated autologout to 6.x-1.5 and countdowntimer to 6.x-2.20.
In Firefox 3.0.11, there is no problem in displaying the countdown timer for the Automated Logout block but in both Safari 4 and IE8 that I am running, it gets the following javascript error:
Message: Expected identifier
Line: 50
Char: 12
Code: 0
URI: http://xxxxxx/files/countdowntimer/timer.js?t
Although this an error in the timer.js, I can successfully go to your test site at http://drupal6.vandervortsweb.com/ and see all of the timers working fine from my IE8.
Any idea as to how to fix this?
Thanks!
Comments
Comment #1
jvandervort commentedThe dev site is currently running: 6.x-1.x-dev. You might give that a try. There were a couple small fixes in there, but none that I can point to that might fix this problem. It would give us a baseline.
Sidenote, Drupal 6.13 is out with security fixes.
Comment #2
wdouglascampbell commentedOkay. I tried a few things but the thing that appeared to fix it is using the 6.x-2.x-dev version of countdown timer. I did need to clear the cache to make everything work.
I also found that I could switch betweening working and not working but just changing the timer.js file. So something you changed in timer.js in the dev version appears to have fixed the problem.
Things are working again in both Safari and IE.
Thanks!
P.S. Is there any reason not to run the dev version on my live site?
Comment #3
jvandervort commentedNope, dev is fine to use. I'll release a new prod version soon.