- Posts: 10
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
'config'=>array( // debug: Set this to 1 if you are looking for errors. If you still get no errors after enabling this // then please check your error-logs - either in your hosting provider admin panel or in some /logs directory // on your webspace. // LimeSurvey developers: Set this to 2 to additionally display STRICT PHP error messages and get full access to standard templates 'debug'=>1, 'publicurl' => 'https://.../limesurvey', 'rooturl' => 'https://.../limesurvey', )
Parse error: syntax error, unexpected ''publicurl'' (T_CONSTANT_ENCAPSED_STRING), expecting ')' in C:\wamp\www\pineapple\application\config\config.php on line 68
Page Not Found
The system is unable to find the requested action "login".
'config'=>array( // debug: Set this to 1 if you are looking for errors. If you still get no errors after enabling this // then please check your error-logs - either in your hosting provider admin panel or in some /logs directory // on your webspace. // LimeSurvey developers: Set this to 2 to additionally display STRICT PHP error messages and get full access to standard templates 'debug'=>1, 'publicurl' => 'https://.../limesurvey', 'rooturl' => 'https://.../limesurvey' )
I was wrong with this, sorry.Mazi wrote: At Limesurvey 2 the $rooturl is checked and registered during installation/update. You should still be able to change the setting (be careful!) at the config.php file.
'components' => array(
...
'request' => array(
'baseUrl' => ' www.example.com ',
),
)