The message shows:
Sat, 15 Mar 2008 21:48:29 +0100
and doesn´t show a count down. Why?
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | jscountdowntimer_clean_urls.patch | 1.05 KB | jrglasgow |
The message shows:
Sat, 15 Mar 2008 21:48:29 +0100
and doesn´t show a count down. Why?
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | jscountdowntimer_clean_urls.patch | 1.05 KB | jrglasgow |
Comments
Comment #1
jrglasgow commentedWhat version of Javascript Countdown Timer do you currently have installed?
For the latest version of Automated Logout in Drupal 6 Javascript Countdown Timer 6.x-2.1or later is required to display the countdown properly, this is because of a change in the parameters Javascript Countdown Timer uses to determine the time to count down to.
jvandervort who maintains Javascript Countdown Timer also maintains Automated Logout and he has been doing a great job at keeping the two of them working together.
Comment #2
juliopp commentedI have this version:
countdowntimer 6.x-2.7
6.x · New featuresjvandervort - March 14, 2008 - 19:22
Official release from CVS tag: DRUPAL-6--2-7
Download: countdowntimer-6.x-2.7.tar.gz
Size: 13.02 KB
md5_file hash: 0d30365a1a08b81a8993ae8f382a32d3
First released: March 14, 2008 - 19:22
Last updated: March 14, 2008 - 19:25
#234299, added timer complete: url redirection and message box support.
http://drupal.org/node/234327
Comment #3
jvandervort commentedIs this in the autologout block?
Are there any other javascript modules loaded?
Do you see the countdowntimer/timer.js?2008
in the source for the page in question?
Also, make sure to run the latest release version of autologout (6.x-1.3)
Comment #4
juliopp commentedThe version is OK (version = "6.x-1.3") . Here you have some images of the problem:
Imageshack: http://img186.imageshack.us/img186/2071/issuecountdownjn8.jpg (SLOW)
¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤
Juliop.es: http://www.juliop.es/issue.JPG (BEST)
¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤
IDivImage: http://www.idivimage.com/files/gy2wjyzqmkznzxdnzdwh.jpg
¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤
Godlike: http://img.godlike.cl/images/issue.jpg
¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤
Imagecross: http://hosting03.imagecross.com/image-hosting-7/8243ISSUE.JPG (I´M NOT SURE IF IT IS WORKING PROPERLY)
¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤
PicOodle!: http://img34.picoodle.com/img/img34/4/3/21/f_ISSUEm_98e6dc0.jpg
¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤
Comment #5
jvandervort commentedCan you check the source to see if the javascript is loading?
Is the site public so I can check it?
Comment #6
juliopp commentedOk, the webpage is http://adcash.juliop.es/drupal/drupal/ (Waiting for domain approval), and the posts are in Spanish (Web temporarily changed to English).
Comment #7
jrglasgow commentedIt seems that the problem you are having is related to the way Drupal handles adding Java script files.
This is how the javascript is normally added
Because you have clean urls off the server tries to serve the page located at
countdowntimer/timerjs?win relation to the drupal install directory, this is nonexistant wo the server return a 404 page not found error. This works fine when clean urls are turned on because the server redirects the search for the page to the Drupal menu system and the proper page is returned. If the javascript was included like thisthe server sees
q=countdowntimer/timerjsas a request to the Drupal menu system and the proper page is served.The attached patch will detect whether Clean urls is on or off and thus include the java script file in a way that the server will be able to handle.
Because the patch is for JS Countdown Timer I have switched this issue to that project and switched it to a bug report.
Comment #8
jvandervort commentedComment #9
juliopp commentedThat would have to do with that file?
Comment #10
jvandervort commentedTry the latest javascript countdown timer: 6.x-2.8
and let us know.
Comment #11
jrglasgow commentedjuliopp I wrote comment #7 more for jvandervort's benefit than yours, I tracked down the error to a javascript file that wasn't being included by javascript countdown timer, which he is the author of. jvandervort has since patched javascript countdown timer and released a new version 6.x-2.8
Comment #12
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.