Closed (fixed)
Project:
Javascript Countdown Timer
Version:
4.7.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Apr 2008 at 01:20 UTC
Updated:
18 Jun 2008 at 16:16 UTC
I view source and this is in the file:
<script type="text/javascript" src="/index.php?q=countdowntimer/timerjs"></script>
I am not sure what to do here. I think it should be modules/countdowntimer/timerjs.
Rich
Comments
Comment #1
jvandervort commentedThat looks right for drupal without clean urls. One question though are you running drupal in a subdirectory?
Comment #2
rl commentedDrupal is running out of the public_html directory, which is the "root" directory for my hosting account. I assumed that the path was wrong. I get nan errors when using the countdowns.
Rich
Comment #3
jvandervort commentedTry loading the /countdowntimer/timerjs file directly from your browser and see if it shows the javascript.
Next the nand errors may be from the parsing of you timer strings, since you are using the 4.7 version, make sure your
timers look like this:
The newer formats don't work the the 4.7.x versions.
Comment #4
jvandervort commentedComment #5
jvandervort commentedClosed without more information.