- Posts: 11
- Thank you received: 1
Installation problem
- vguillemin
-
Topic Author
- Offline
- Fresh Lemon
-
When i try to install limesurvey, i have an error message line 46.
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in
/home/www/web/limesurvey/config.php on line 46
$rootdir = "/home/www/web/limesurvey"; (this is the line 46)
Can you help me ?
NB : $rooturl = " www.mydomain.fr/limesurvey/ ";
My site is hosted by Infomaniak
Thank you
Vincent
Please Log in or Create an account to join the conversation.
Best regards/Beste Grüße,
Dr. Marcel Minke
Need Help? We offer professional Limesurvey support
Contact: marcel.minke(at)survey-consulting.com
Want to use your survey offline -> www.offlinesurveys.com
Please Log in or Create an account to join the conversation.
- vguillemin
-
Topic Author
- Offline
- Fresh Lemon
-
- Posts: 11
- Thank you received: 1
// File Locations
$rooturl = " www.xxxxxxxxxxx.fr/limesurvey/ "; // The root web url for your limesurvey installation (without a trailing slash).
// The double quotes (") are important.
$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 and OS/2 installations also require to use forward slashes
// instead of backslashes, e.g. $rootDir='C:/Inetpub/wwwroot/limesurvey'!
Thanks
Vincent
Please Log in or Create an account to join the conversation.
$rooturl = "http://{$_SERVER['HTTP_HOST']}/limesurvey";
Best regards/Beste Grüße,
Dr. Marcel Minke
Need Help? We offer professional Limesurvey support
Contact: marcel.minke(at)survey-consulting.com
Want to use your survey offline -> www.offlinesurveys.com
Please Log in or Create an account to join the conversation.
- vguillemin
-
Topic Author
- Offline
- Fresh Lemon
-
- Posts: 11
- Thank you received: 1
I have this error now :
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/www/d1d54824de551d7be73289838b14ca12/web/limesurvey/config.php on line 43
For information my domain has an SSL link.
Thank you
Vincent
Please Log in or Create an account to join the conversation.
Can you xxx out any passwords and upload the complete config file here? Rename it from .php to .txt.
Best regards/Beste Grüße,
Dr. Marcel Minke
Need Help? We offer professional Limesurvey support
Contact: marcel.minke(at)survey-consulting.com
Want to use your survey offline -> www.offlinesurveys.com
Please Log in or Create an account to join the conversation.
- vguillemin
-
Topic Author
- Offline
- Fresh Lemon
-
- Posts: 11
- Thank you received: 1
Please Log in or Create an account to join the conversation.
wrong:
$databasepass = 'xxx; // Password of db user
$dbprefix = ''; // A global prefix that can be added to all LimeSurvey tables. Use this if you are sharing
The line must read
$databasepass = 'xxx;' // Password of db user
Please check your file for missing " ' " or ";" and the like.
Best regards/Beste Grüße,
Dr. Marcel Minke
Need Help? We offer professional Limesurvey support
Contact: marcel.minke(at)survey-consulting.com
Want to use your survey offline -> www.offlinesurveys.com
Please Log in or Create an account to join the conversation.
- vguillemin
-
Topic Author
- Offline
- Fresh Lemon
-
- Posts: 11
- Thank you received: 1
I have added the "'" who was missing but now i have this error :
Warning: require(dirname(__FILE__)/version.php) [function.require]: failed to open stream: No such file or directory in /home/www/d1d54824de551d7be73289838b14ca12/web/limesurvey/common.php on line 22
Warning: require(dirname(__FILE__)/version.php) [function.require]: failed to open stream: No such file or directory in /home/www/d1d54824de551d7be73289838b14ca12/web/limesurvey/common.php on line 22
Fatal error: require() [function.require]: Failed opening required 'dirname(__FILE__)/version.php' (include_path='.:/opt/php/lib/php') in /home/www/d1d54824de551d7be73289838b14ca12/web/limesurvey/common.php on line 22
Have you a solution
Thanks
Vincent
Please Log in or Create an account to join the conversation.
Which URL do you use to call the admin login screen?
Best regards/Beste Grüße,
Dr. Marcel Minke
Need Help? We offer professional Limesurvey support
Contact: marcel.minke(at)survey-consulting.com
Want to use your survey offline -> www.offlinesurveys.com
Please Log in or Create an account to join the conversation.
- vguillemin
-
Topic Author
- Offline
- Fresh Lemon
-
- Posts: 11
- Thank you received: 1
I have finaly download the last version of limesurvey.
The installation was a success but now i have another problem.
When i try to connect with admin account, nothing happened !
I have no error message.
How is it possible ?
Thanks
Vince
Please Log in or Create an account to join the conversation.
$debug = '1';
Are there any additional errors reported on top of the page?
2. Please check the installation FAQ: docs.limesurvey.org/tiki-index.php?page=...meSurvey#After_Login
Best regards/Beste Grüße,
Dr. Marcel Minke
Need Help? We offer professional Limesurvey support
Contact: marcel.minke(at)survey-consulting.com
Want to use your survey offline -> www.offlinesurveys.com
Please Log in or Create an account to join the conversation.
- vguillemin
-
Topic Author
- Offline
- Fresh Lemon
-
- Posts: 11
- Thank you received: 1
I have read your instructions and i have put debug = '1' in the config.php.
I try to connect but no message appeared.
I have read your link faq installation and i think my problem is that the limesurvey database is encoded in utf8.
The problem is that AINSI/iso is not available on my database !
How else can I use encoding: AINSI, binary ,....?
Thanks
Vince
Please Log in or Create an account to join the conversation.
Hello,
I have read your link faq installation and i think my problem is that the limesurvey database is encoded in utf8.
The problem is that AINSI/iso is not available on my database !
How else can I use encoding: AINSI, binary ,....?
Thanks
Vince
Vince, the database is supposed to be in UTF-8, so that is not our problem.
Did you check your web server error logs?
Best regards
Carsten Schmitz
LimeSurvey project leader
Please Log in or Create an account to join the conversation.
- vguillemin
-
Topic Author
- Offline
- Fresh Lemon
-
- Posts: 11
- Thank you received: 1
I can't access the log because my site is hosted by infomaniak.
I just opened a ticket for this problem.
I do various tests but without success and I think actually that problem must be at the PHP server.
Thank you
Vince
Please Log in or Create an account to join the conversation.