dschwant wrote:As I noted, I had to change the setting for $rootdir because the default (dirname(__FILE__)) caused the blank admin screen that the FAQ mentions.
Well, I read that you had a black page, but are you sure that it was the dirname that caused this?
It is not IIS (phpinfo() says "FreeBSD").
OK, if you are running FreeBSD, than it is definitely not IIS, but probably Apache.
I asked, because I thought you must be running a IIS, because you were trying to change the dirname, as the Config says that you usually do not need to change it, but when you use IIS you need to change it.
$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'!