PDA

View Full Version : After adding a config line in esconfig '>' appears


abolduc
10-24-2002, 06:45 PM
after adding

<? $cfg[4] = "?tw=190&th=118&fsm=12&fsd=10&fsn=10" ?>

to the esconfig.php file, a '>' appears after all of the dates

any idea as to why this is? i have not edited any other file

any help is appreciated. thanks

Brian
10-24-2002, 08:11 PM
Can you post a link that shows this happening?

abolduc
10-25-2002, 11:47 AM
http://campuslife.rit.edu/gaffairs/proto/

It appears in the upper right. All the files are located in a subdirectory of the above called 'calendar'

I also tried using an include statement with the parameters generated by your configuration page, but when I use it, it simply says 'page not found...etc' because it can't find a page with the name "escalendar.php?[parameters here]"

Brian
10-25-2002, 07:07 PM
Looks like the code has been modified a little and piece of code may have been broken.

Email the main calendar script and the config script to calendar@gopapa.com and I'll take a look at it.

hockeyshooter
06-24-2003, 07:10 AM
Originally posted by abolduc@Oct 24 2002, 05:45 PM
<? $cfg[4] = "?tw=190&th=118&fsm=12&fsd=10&fsn=10" ?>

Add a semicolon after the last quote mark:

<? $cfg[4] = "?tw=190&th=118&fsm=12&fsd=10&fsn=10"; ?>

No idea if that will cure the problem though.

Chris.