mungojeerie
11-06-2005, 01:50 PM
This may be a session path problem... not sure.. can anyone help?
Im trying to set up the calendar on my bluedomino web server. Im stuck in a loop and the instructions for the calendar state this:
.:: I can't log in or the login screen keeps repeating (looping) no matter what I do?
This can happen because of two issues:
1) Only the Master Administrator can log into the Setup Manager and Event Manager. All other users must log directly into the Event Manager (http://www.YourDomainName.com/calendar.com/events/index.php).
2) Sessions aren't working as expected on the server. Some servers may require you to make a directory named tmp in the root of your domain and give it full write permissions (777). This will generally clear up this issue. Your web host provider will be able to tell you the best way to resolve this issue. (See Sessions Path (http://docs.easyphpcalendar.com/source/Help/Installation.htm#sessions).)
.:: Sessions Path
Some servers may require the session path to be set before they will function correctly. Your web host provider would provide you with this information and the path.
If this is the case, edit the file named sessionPath.php in the setup directory and put the session path between the quotes. You must also remove "//" from the beginning of the line or the new path will not be used.
Blue domino's php session path instructions say:
Yes. If you would like to run PHP sessions, please be sure to include the following code at the top of any PHP script that uses sessions:
session_save_path("/home/users/web/<bucket>/<your_homedir>/cgi-bin/tmp");
session_start();
You should also make sure that the directory /cgi-bin/tmp actually exists. You can create any directory and use that instead of /cgi-bin/tmp as long as the absolute path is correct.
I have created the cgi-bin/tmp folder and have attempted to change session path to bluedominos specs in the calendars sessionPath.php file but am still stuck in the loop. I have no php scripting knowlege and wonder if the problem Im an incuring is due to incorrect implimentation of the path in the sessionPath.php file. This is what the path originally looked like:
<?php
//session_save_path(""); // FULL SERVER PATH TO SESSION STORAGE DIRECTORY
?>
what is the correct script?
I appreciate any help!
Ryan
Im trying to set up the calendar on my bluedomino web server. Im stuck in a loop and the instructions for the calendar state this:
.:: I can't log in or the login screen keeps repeating (looping) no matter what I do?
This can happen because of two issues:
1) Only the Master Administrator can log into the Setup Manager and Event Manager. All other users must log directly into the Event Manager (http://www.YourDomainName.com/calendar.com/events/index.php).
2) Sessions aren't working as expected on the server. Some servers may require you to make a directory named tmp in the root of your domain and give it full write permissions (777). This will generally clear up this issue. Your web host provider will be able to tell you the best way to resolve this issue. (See Sessions Path (http://docs.easyphpcalendar.com/source/Help/Installation.htm#sessions).)
.:: Sessions Path
Some servers may require the session path to be set before they will function correctly. Your web host provider would provide you with this information and the path.
If this is the case, edit the file named sessionPath.php in the setup directory and put the session path between the quotes. You must also remove "//" from the beginning of the line or the new path will not be used.
Blue domino's php session path instructions say:
Yes. If you would like to run PHP sessions, please be sure to include the following code at the top of any PHP script that uses sessions:
session_save_path("/home/users/web/<bucket>/<your_homedir>/cgi-bin/tmp");
session_start();
You should also make sure that the directory /cgi-bin/tmp actually exists. You can create any directory and use that instead of /cgi-bin/tmp as long as the absolute path is correct.
I have created the cgi-bin/tmp folder and have attempted to change session path to bluedominos specs in the calendars sessionPath.php file but am still stuck in the loop. I have no php scripting knowlege and wonder if the problem Im an incuring is due to incorrect implimentation of the path in the sessionPath.php file. This is what the path originally looked like:
<?php
//session_save_path(""); // FULL SERVER PATH TO SESSION STORAGE DIRECTORY
?>
what is the correct script?
I appreciate any help!
Ryan