Translations:Installation FAQ/39/en
From LimeSurvey Manual
This is probably related to an incorrect setting for $rooturl
or $rootdir
in config.php. The file config.php attempts to set $rootdir
correctly by calling dirname('''FILE''')
. While this usually works, it can be upset when LimeSurvey is installed in a user's home or public_html directory and the home directory is mounted over NFS. To set up the $rootdir
manually, (your shell or pwd command may show you a path like /disks/hostname/home/username/public_html/limesurvey), try using /home/username/public_html/limesurvey.