PDA

View Full Version : Problem in getting in trial mode


clee
02-01-2008, 04:34 PM
Hi,

I've done all the installation and now I'm at the master admin setup page. I've created my login and password, but when I clicked on the Run in Trial Mode button on the "License Setup" page, it leads me back to the login page (the previous page for master logins). And after I login again and it does the same thing. So do you know what the problem is?

Thanks.

Brian
02-01-2008, 04:38 PM
Login Loop FAQ:

https://www.easyphpcalendar.com/support/index.php?_m=knowledgebase&_a=viewarticle&kbarticleid=52

clee
02-04-2008, 04:38 PM
Hi Brain,

What should I do if I'm using my own IIS as server?
I've tried to change the sessionPath.php to "/tmp" but it's still not working.
Do you have any clues?

Thanks.

clee
02-04-2008, 04:39 PM
by the way I've make the tmp folder to have full write permissions as well.

ve9gra
02-04-2008, 05:02 PM
/tmp is a Unix path. You need to use something like C:/tmp (and yes it's a forward slash).

clee
02-04-2008, 05:10 PM
Thanks ve9gra for the quick reply. Now I've change the path to "C:/Inetpub/....../Web/tmp" according to my folder names, but the loop is still here...

ve9gra
02-04-2008, 09:54 PM
Try to put the setting directly into your php.ini (look for session.save_path).

Then once that's done, confirm that the setting took by looking at your config page (create a blank page called test.php with only the following) <?php phpinfo(); ?> You should see the path that you chose in there. Make sure that you've set the permissions on the folder properly (either with Everyone or IUSR_* having all rights except for Full Control).

Check that something gets created in the folder (it might only stay there very shortly, so check quick after you try to view the site).