Hi all,
I successfully installed and ran LimeSurvey 2.50+ in localhost of a Windows Server 2008 R2 (IIS 7.5). LimeSurvey was then deployed on the same server for publicly access.
However, when accessing LimeSurvey from the Internet, I got the problem: "Application runtime path "C:\inetpub\wwwroot\lsurvey\tmp/runtime" is not valid. Please make sure it is a directory writable by the Web server process." (as in the below screenshot)
I thought the server did not understand PHP DIRECTORY_SEPARATOR correctly. There must be something wrong with the last forward slash (/runtime)???
Have you experienced the same problem? Can you please help me out?
FYI: - I already set read/write privilege (to POROS\IIS_IUSRS) for a number of folders as in this instruction (
www.limesurvey.org/manual/Installation#D...e_LimeSurvey_package
).
- I set rootdir (in config-defaults.php) as follow:
Code:
$config['rootdir'] = 'C:\inetpub\wwwroot\lsurvey';