eappell
Junior Member
Posts: 3
Registered: 5/17/2005
Location: Sacramento, ca
Member Is Offline
|
| posted on 5/17/2005 at 04:36 PM |
|
|
Calendar won't show up any more...??
I had the calendar working great in a little internal application I created a couple years ago. I hadn't taken a look at the application in a while,
so I recently started it up and the calendar doesn't show up anymore - just the top row of weekdays. See the attached screenshot for an example. I
downloaded the most recent version of the files, but got the same thing. Any idea what might be causing this??
Thanks for your help!
eddie
eappell has attached this image:
|
|
|
eappell
Junior Member
Posts: 3
Registered: 5/17/2005
Location: Sacramento, ca
Member Is Offline
|
| posted on 5/26/2005 at 07:38 PM |
|
|
Seriously, no one knows why this may be happening? I'd like to continue to use this calendar, but if I can't find a solution... ANY help is really
appreciated - thanks!
eddie
|
|
|
morphh
Junior Member
Posts: 2
Registered: 6/3/2005
Member Is Offline
|
| posted on 6/3/2005 at 09:09 PM |
|
|
I ran into this same problem and I'm trying to figure out why. It happens when you modify the index.html. If I edit it in notepad I'm fine - If I
edit it in wordpad or ultraedit - I get the above results. Weird thing is the index.html is formated for a advanced editor formating but it doesn't
like to be saved as such. Looks like crap when you open it in notepad.
Please help.
|
|
|
eappell
Junior Member
Posts: 3
Registered: 5/17/2005
Location: Sacramento, ca
Member Is Offline
|
| posted on 6/6/2005 at 04:24 PM |
|
|
Hmmm... I've looked at the code and it seems to be exactly the same for me, so I'm not sure that's the issue here. I've found another Calendar
that I'm going to try since I can't get anyone to help with this issue...
Eddie
|
|
|
lampkin
Newbie
Posts: 1
Registered: 10/7/2005
Member Is Offline
|
| posted on 10/7/2005 at 11:20 AM |
|
|
Hi,
I had the same problem until i refresh IE using ctrl-f5 at which point it starting saying cannot display page inside the calendar window. I then
looked in calander.js and altered line 55 as follows:
var rootUrl
= "http://localhost/savinggrace/admin/includes/cal/";
var obj_calwindow = window.open(
rootUrl + 'calendar.html..
This fixed it for me.
Regards,
Seb
edit: was wrong..should be right now. hope it works for you guys.
|
|
|