PDA

View Full Version : Colors are not showing


kkarndt81
10-04-2009, 06:47 PM
The colors for the calendars are not looking as nice as the other calendars I see on this site.

The calendar boxes are not shown as well.

Someone said it may be a path issue. For now I am trying to run the normal demo.php, demoAJAX.php etc and these do not have it. I do not see where I need to set the path in the setup.

I setup the database info.

Here is the site URL.
http://www.kkarndt.com/cgi-bin/calendar/demo.php
http://www.kkarndt.com/cgi-bin/calendar/demoAJAX.php

Thank You for the help in advance.
Keith

Brian
10-04-2009, 07:51 PM
Check out the Paths FAQ in my signature below. :)

kkarndt81
10-05-2009, 05:41 PM
No help... I did what it said. I had downloaded the version multiple times. I had made sure the $urlPath=""; and $serverPath="";

I uploaded the file as binary and then logged into setup. I saw the message that said the path was updated. The images even for setup are not showing as they once did.

I have removed the program from my web site multiple times trying to find the appropriate place for it. It is now in the cgi-bin folder. I thought I read to put it there.

You said you could log in a check this out. I would appreciate it. I have tried numerous times to get this to work.

I even tried putting /cgi-bin/calendar and /cgi-bin/calendar/ in each path and that caused more errors.

****************

I am interested in having emails sent to me about events coming due. I queried the database and found the dates are integers instead of date type. How do you convert this to an actual date? I could write my own program to email me.

Thank You
Keith
www.kkarndt.com

Brian
10-05-2009, 05:49 PM
It would be best if was NOT in the cgi-bin. Just in a directory called calendar. It could cause some of the issues you are currently seeing.

Search the FAQ for date format (link below).

kkarndt81
10-05-2009, 09:00 PM
:clap:

Brian,
I got it to work.

1. Making sure auto is not on when ftping
2. Having the install off the root director
3. Can't have a path for /calendar/calendar.php... I had to put in ../../calendar/calendar.php for the program I am calling the calendar program.

Wow.. I lived without the calendar look for several months.... This is so much better.

Thank You for your help.
God Bless
Keith