Home arrow Support arrow Forums
LimeSurvey Forums
Welcome, Guest
Please Login or Register.    Lost Password?
Re:[done (?)] Keep getting logged out (1 viewing) (1) Guest
Go to bottom Favoured: 0
TOPIC: Re:[done (?)] Keep getting logged out
#11997
tomek (User)
Fresh Lemon
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
[done] Keep getting logged out 5 Months, 4 Weeks ago Karma: 0  
I can login, but keep getting logged out when try doing anything, like clicking on icons. Sometimes it logs me out when I am doing nothing.

No problems during installation.

Any suggestions would be highly appreciated.

My system:
LimeSurvey 1.70
PHP 5
MySQL 5.0
Windows Server 2003 / IIS

Client browsers:
IE7
Firefox
 
Logged Logged  
 
Last Edit: 2008/05/28 13:17 By Mazi.
  The administrator has disabled public write access.
#11998
ElMatador69 (Moderator)
LimeSurvey Team
Posts: 1536
graphgraph
User Online Now Click here to see the profile of this user
Re:Keep getting logged out 5 Months, 4 Weeks ago Karma: 30  
 
Logged Logged  
 
Get in touch with the LimeSurvey Development Team via IRC
If our informations and answers were useful to you, please consider a donation to the LimeSurvey Project!
  The administrator has disabled public write access.
#13773
surveyNoob (User)
Fresh Lemon
Posts: 7
graphgraph
User Offline Click here to see the profile of this user
Re: Keep getting logged out 4 Months, 2 Weeks ago Karma: 0  
Hey Folks,

I have the same problem, but to be honest I dont really understand the above posted hints.
Can someone be so kind to tell me what to do? I keep getting logged out immediately after logging in.
I use
freehostia.com
LimeSurvey Version 1.70+

Thanks a lot!
 
Logged Logged  
 
Last Edit: 2008/05/25 00:13 By surveyNoob.
  The administrator has disabled public write access.
#13777
surveyNoob (User)
Fresh Lemon
Posts: 7
graphgraph
User Offline Click here to see the profile of this user
Re:[done (?)] Keep getting logged out 4 Months, 2 Weeks ago Karma: 0  
hmmm.... Seems to me that nobody can help me. Meanwhile I've foung another LimeSurvey which runs also on freehostia and I asked the owner, he said he has no problem. Maybe its because of my version of LimeSurvey. He use 1.5x Any ideas?
 
Logged Logged  
  The administrator has disabled public write access.
#13801
Mazi (Moderator)
Moderator Lime
Posts: 2770
graph
User Online Now Click here to see the profile of this user
Re:[done (?)] Keep getting logged out 4 Months, 2 Weeks ago Karma: 19  
Don't be impatient if you don't get an answer immediately. We are always waiting so that the user has time to read the manual and search the forum

This toppic has been discussed before very often. Please use the forum search to find out more about the problem and suitable solutions.

Please upload a phpinfo file so we can take a look at your serverconfiguration. Just put the following code into a file named phpinfo.php and upload it to your webserver:
Code:

 <?php phpinfo(); ?> 

After uploading please post the link to the file.
 
Logged Logged  
 
Last Edit: 2008/05/26 12:24 By Mazi.
 
Beste Grüße/Best regards,
Mazi
______________________
You can support Limesurvey, too!
  The administrator has disabled public write access.
#13866
surveyNoob (User)
Fresh Lemon
Posts: 7
graphgraph
User Offline Click here to see the profile of this user
Re:[done (?)] Keep getting logged out 4 Months, 1 Week ago Karma: 0  
Hey Mazi,

thanks for your reply. Excuse me my impatience, but I have already searched the board and the manual. I couldn't find a solution which is possible to do with my basic knowledge. I thought LimeSurvey should be easy 2 use, so I asked you wise men for help.

Here is the link to the php-info: http://edited.freehostia.com/test.php
 
Logged Logged  
 
Last Edit: 2008/05/28 02:31 By surveyNoob.
  The administrator has disabled public write access.
#13886
Mazi (Moderator)
Moderator Lime
Posts: 2770
graph
User Online Now Click here to see the profile of this user
Re:[done (?)] Keep getting logged out 4 Months, 1 Week ago Karma: 19  
Limesurvey is easy to use. Most problems are caused by server configuration problems. In your case the manual (see El-Matador's link posted above) says "Update upload_tmp_dir and session.save_path in php.ini".
When looking at your server configuration I see "upload_tmp_dir -> no value". So - as the manual says - you have to set a path for upload_tmp_dir in php.ini. Just search this file for "upload_tmp_dir" and set it to e.g. "/tmp". Follow the other instructions and test again.

This can be one source of the error. Another error my be caused by installing limesurvey into a subdomain (which is possible). In this case you have to edit the path settings in config.php very carefully!
 
Logged Logged  
 
Beste Grüße/Best regards,
Mazi
______________________
You can support Limesurvey, too!
  The administrator has disabled public write access.
#13924
surveyNoob (User)
Fresh Lemon
Posts: 7
graphgraph
User Offline Click here to see the profile of this user
Re:[done (?)] Keep getting logged out 4 Months, 1 Week ago Karma: 0  
Thanks again for your reply. It took me a while to understand it, but now I succeeded in changing upload_tmp_dir and session.save_path. I did everything else what is described in the manual. But I still got the same problem.
I really dont know what the mistake is. Maybe I should have used another survey-system. I see that the problem must be that he does not create cookies for the session, but I dont know why. Any ideas?
 
Logged Logged  
  The administrator has disabled public write access.
#13925
ITEd (Moderator)
LimeSurvey Team
Posts: 302
graphgraph
User Offline Click here to see the profile of this user
Re:[done (?)] Keep getting logged out 4 Months, 1 Week ago Karma: 7  
A possible cause for returning to the login that is not mentioned in the FAQ is an error in your rooturl or rootdir settings in config.php. Is the URL in your browser correct?
 
Logged Logged  
  The administrator has disabled public write access.
#13931
surveyNoob (User)
Fresh Lemon
Posts: 7
graphgraph
User Offline Click here to see the profile of this user
Re:[done (?)] Keep getting logged out 4 Months, 1 Week ago Karma: 0  
I dont think that its wrong because otherwise the server would not be able to find the admin control panel, would he?
I've checked it again, but cant find a mistake:

Code:


$rooturl            =   "http://{$_SERVER['SERVER_NAME']}/limesurvey";
$relativeurl        =   "/limesurvey";



the installation is in the subfolder /limesurvey on the server.

I'm really desperate by now, this should not be so hard. I saw other users with limesurvey on freehostia, just an older version of LimeSurvey. I've also tried to change the PHP version 4-->5 and back to 4. Nothing really helps.
Maybe you could have a look at the php-info again?
http://psychsurvey.freehostia.com/test.php

There must be a solution!.... Oh man...
 
Logged Logged  
  The administrator has disabled public write access.
Go to top