Problem with Demo
Hi,
I am currently writing a web page for a local youth group and they had wanted to have an online calendar. I tried your demo version on my bosses test server and everything went well. Before we buy the full version, we want to be sure that the calendar works on the server that the youth group bought space on. However, I tried to install the demo version to that server and I am having problems. The test script that I got from you guys indicated that the server didnt support PHP sessions. I contacted them about this and they told me to add this to any PHP file that ran sessions :
session_save_path("/home/users/web/<bucket>/<your_homedir>/cgi-bin/tmp");
session_start();
I added this bit of code (with the correct bucket and homedir) to the sessionPath.php file in the setup folder. When I run setup on this new server, I can save a username and password, then it prompts me for a login, then it asks if I want to buy a registry key or not (I choose the Run in Trial Mode option). But then, after all of this, it brings me back to the login screen and I basically get an endless loop between the login screen and the registry key screen. Can you help me please?!?!?
Thanks
Packerman
|