Home
LimeSurvey Forums
Welcome, Guest
Please Login or Register.    Lost Password?
[done] Problems setting up LS on Greek School (1 viewing) (1) Guest
Go to bottom Post Reply Favoured: 0
TOPIC: [done] Problems setting up LS on Greek School
#15361
zepposd (User)
Fresh Lemon
Posts: 6
graphgraph
User Offline Click here to see the profile of this user
[done] Problems setting up LS on Greek School 1 Month, 3 Weeks ago Karma: 0  
Hi there
I am using the latest stable LS version and am trying to set it up on the Greek Public School Server (www.sch.gr). They operate their PHP (5.1 it is I believe) on Safe Mode and, after having followed all instructions in the book and setting up mysql database connections correctly, when trying to connect to the ADMIN I get the following error report: "Fatal error: Call to a member function gT() on a non-object in ./login_check.php on line 74" What can this mean? I don't know what to do, so every help is welcome.

Thank you for your trouble

Dimitris
 
Logged Logged  
 
Last Edit: 2008/07/01 11:09 By Mazi.
  The administrator has disabled public write access.
#15367
c_schmitz (Admin)
Admin
Posts: 1249
graphgraph
User Online Now Click here to see the profile of this user
Re:Problems setting up LS on Greek Public School NW 1 Month, 3 Weeks ago Karma: 39  
Hi!

This sounds like an error in your config.php
Check the paths again.
 
Best regards

Carsten Schmitz
LimeSurvey Project Leader
 
Logged Logged  
  The administrator has disabled public write access.
#15382
janokary (User)
Junior Lime
Posts: 23
graphgraph
User Offline Click here to see the profile of this user
Re:Problems setting up LS on Greek Public School NW 1 Month, 2 Weeks ago Karma: 1  
drinehart, had the same problem that is reported in mantis

http://www.bugs.phpsurveyor.org/view.php?id=1969
 
Yiannos Katsirintakis

www.publicissue.gr
 
Logged Logged  
  The administrator has disabled public write access.
#15415
Mazi (Moderator)
Moderator
Posts: 2320
graph
User Offline Click here to see the profile of this user
Re:Problems setting up LS on Greek Public School NW 1 Month, 2 Weeks ago Karma: 18  
Any progress?

Have you been able to solve your problem? If so, how did you solve it? Any kind of feedback is always appreciated so we know which solution helps best to solve common problems.
 
Beste Grüße/Best regards,
Mazi
______________________
You can support Limesurvey, too!
 
Logged Logged  
  The administrator has disabled public write access.
#15483
zepposd (User)
Fresh Lemon
Posts: 6
graphgraph
User Offline Click here to see the profile of this user
Re:Problems setting up LS on Greek Public School N 1 Month, 2 Weeks ago Karma: 0  
No nothing yet. I have asked the IP to solve the problem and they couldn't either.....
Still looking for an answer
 
Logged Logged  
  The administrator has disabled public write access.
#15489
c_schmitz (Admin)
Admin
Posts: 1249
graphgraph
User Online Now Click here to see the profile of this user
Re:Problems setting up LS on Greek Public School N 1 Month, 2 Weeks ago Karma: 39  
As said.. this is not a bug. This is a misconfiguration in your config.php.
Check the paths and you will be fine.
 
Best regards

Carsten Schmitz
LimeSurvey Project Leader
 
Logged Logged  
  The administrator has disabled public write access.
#15530
zepposd (User)
Fresh Lemon
Posts: 6
graphgraph
User Offline Click here to see the profile of this user
Re:Problems setting up LS on Greek Public School N 1 Month, 2 Weeks ago Karma: 0  
Well, I have checked all paths, rootdir being the first replaced by absolut path as given by the NW Admin. It still gives this fatal error message: "Fatal error: Call to a member function gT() on a non-object in ./login_check.php on line 71" I even went to http://www.bugs.phpsurveyor.org/view.php?id=1969 to see what other users did, but frankly it was too technical for me . The only thing I have NOT done is to move the complete limesurvey files' and folders' system right into the main root of my domain. It resides on a first - level folder (http://main-domain/folder)

given the http address of the main root how should the config settings look like? I can't understand it... sorry, it seems I am a bit too slow for the system ....

Thanx anyway for all your help and assistance I really appreciate it!!!!

Dimitris
 
Logged Logged  
  The administrator has disabled public write access.
#15542
janokary (User)
Junior Lime
Posts: 23
graphgraph
User Offline Click here to see the profile of this user
Re:Problems setting up LS on Greek Public School N 1 Month, 2 Weeks ago Karma: 1  
Which web server are you using?
there are two setting you have to configure

$rooturl = "http://localhost/limesurvey170plus";

//The root web url for your limesurvey installation (without a trailing slash).$relativeurl = "/limesurvey170plus_build4629_20080407"; // the url relative to you DocumentRoot where is installed LimeSurvey (without a trailing slash). Usually same as $rooturl without http://{$_SERVER['SERVER_NAME']}. Used by Fcked Filemanager

and
$rootdir = dirname(__FILE__);

// This is the physical disk location for your limesurvey installation. Normally you don't have to touch this setting.
// If you use IIS then you MUST enter the complete rootdir e.g. : $rootDir="C:\Inetpub\wwwroot\limesurvey"!
// Some IIS installations also require to use forward slashes instead of backslashes, e.g. $rootDir="C:/Inetpub/wwwroot/limesurvey"!
// If you use OS/2 this must be the complete rootdir with FORWARD slashes e.g.: $rootDir="c:/limesurvey";!

for starters set only $rooturl like this

$rooturl = "http://main-domain/folder";
 
Yiannos Katsirintakis

www.publicissue.gr
 
Logged Logged  
  The administrator has disabled public write access.
#15593
zepposd (User)
Fresh Lemon
Posts: 6
graphgraph
User Offline Click here to see the profile of this user
Re:Problems setting up LS on Greek Public School N 1 Month, 2 Weeks ago Karma: 0  
Well, I am using the server users.att.sch.gr. I have set $rooturl = "http://main-domain/folder"; substituting "main-domain" with my domain-name and "folder" with the folder name for LS. Sto the rooturl looks like this now: "$rooturl = "http://gym-kerat.att.sch.gr/limesurvey";

I still receive the following error: "Fatal error: Call to a member function gT() on a non-object in ./login_check.php on line 71"

I even tried moving the complete install to the main root of the domain, but still nothing. I uploaded the complete LS unzipped files and folders again in case something had gone wrong but still the same problem.

I can understand that it is a configuration issue but not even the Server Administrator could solve the problem. They are running the latest PHP version with safe-mode ON. When they switched safe-mode OFF to try it out, they had the same error report, so SAFE-MODE is not the issue here!

On my home PC (PHP 5.1 on APACHE server)LS works fine with the necessary root settings as they originally have been set up in the config.php file.

I can't understand what is going on and I wonder if the problem would be solved with an older version of the programme.

 
Logged Logged  
  The administrator has disabled public write access.
#15661
Mazi (Moderator)
Moderator
Posts: 2320
graph
User Offline Click here to see the profile of this user
Re:Problems setting up LS on Greek Public School N 1 Month, 1 Week ago Karma: 18  
This is strange because "http://gym-kerat.att.sch.gr/limesurvey" works fine so $rooturl should be correct.

Please switch on debug mode by adding the following line to your config.php file:
Code:

$debug = 1;

Are there any errors reported?

Please upload a phpinfo file so we can take a look at your server configuration. 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.
 
Beste Grüße/Best regards,
Mazi
______________________
You can support Limesurvey, too!
 
Logged Logged  
  The administrator has disabled public write access.
Go to top Post Reply
Powered by FireBoardget the latest posts directly to your desktop