PDA

View Full Version : TOC not Displaying Properly


bmw
05-28-2009, 06:34 PM
I am having problems getting TOC to display properly. I just reinstalled the licensed version. Everything worked fine with the trial. Now I can’t seem to get it to work. I originally thought it was a CSS paths problem
I followed the server paths link and everything checks out (as far as I can tell).
Here is how it looks:
st-augustines.org/calendar.php
Should I reinstall? Or will that screw up the licensing?
Thanks in advance!

Brian
05-28-2009, 06:55 PM
Your URL path is incorrect. Please click through the Paths FAQ in my signature below. :)

bmw
05-28-2009, 07:52 PM
It worked...had to upload a new calendar.php file. The paths still look identical (I am baffled).

Thanks!!!!!

bbender
06-25-2009, 01:26 PM
I would like to make my calendar work just liek the st. augustine calendar...when they click on the link i want it to immediately go to the text on calendar version and do away with the other version...please advise.

ve9gra
06-25-2009, 05:36 PM
Don't use the demo files. Integrate the calendar into your own pages using whichever mode you like. Go on the Online Docs (http://docs.easyphpcalendar.com/) - Integration section

bbender
06-26-2009, 01:41 PM
I still can't get it to work...it doesn't show up.

http://www.panamoose.com/events.html

I need to get this up and going...I have a few other websites wanting calendars but I want to make sure I know how to do it first.

Please help in anyway...thanks!

Brian
06-26-2009, 06:02 PM
Rename your page from events.html to events.php.

Your server won't parse PHP code unless the file names ends with .php .

bbender
06-26-2009, 06:05 PM
I tried that as well...when I go to events.php absolutely nothing comes up. The Internet can't even find that page.

www.panamoose.com/events.php (http://www.panamoose.com/events.php)

Brian
06-26-2009, 06:07 PM
Can you post the actual events.php file here?

bbender
06-26-2009, 06:10 PM
here is the events.php file

it is located in the root folder on the server, not in the calendar folder

Thanks

Brian
06-26-2009, 06:25 PM
You were missing a space in the PHP code.

Try the corrected file.

bbender
06-26-2009, 06:32 PM
That seemed to do the trick...thank you so much!