PDA

View Full Version : Installation problems... month not switching


dissection
12-02-2003, 10:33 PM
Hi there!

just installed v4.2 of the script. The demo looks just fine, but if I click on the << or >> to move to the next/previous month, I stay on the same page.

also, the calendar does not seem to be reading anything from the database. I've manually added an event and it does not show up. I've also tried the admin section but when I click the add/view event buttons, I remain on the same page as well.

you may want to take a look at it here: http://www.reachout-online.com/calendar2/demo.php

I've included the phpinfo() at the end of the file to help you.

I've installed this script on another server and it works fine, so I just need to know if there is a setting I can change in the PHP code to make this work (since I am not admin of this server...)

thanks for any help!

Brian
12-02-2003, 10:46 PM
Please see this post:

http://www.esscripts.com/forum/index.php?showtopic=131

This one may be helpful too:

http://www.esscripts.com/forum/index.php?showtopic=141

Let me know if you're still having problems. :)

dissection
12-02-2003, 11:00 PM
well I found it!

it seems I needed to change the Register_Globals to "On"

but since I am not admin on this server, I simply added a .htaccess file to that folder and inserted the line: php_flag register_globals on

now it all works like a charm!

thanks!

Brian
12-03-2003, 10:27 AM
Fantastic! :D