I followed all instructions. But after completing the installation, I get a white screen on the link that I'm forwarded to:
survey.ef.wi.tum.de/limesurvey/index.php/admin/index
Thank you very much for any help!
Evelin
PS: I'm aware of the help notice below. However: Where and in what step do I need to set $rootdir manually? And what about this path: "/home/username/public_html/limesurvey" ? I don't now how to adopt it and where to use it.
After Database Creation
Blank Page after Database Creation
Symptoms
LimeSurvey installed OK, and database was created, but instead of the admin page, you get an empty page
Web surver log shows "Fatal error: Call to a member function on a non-object in /path/to/limesurvey/admin/login_check.php on line 69"
Fix
This is probably an incorrect setting for $rooturl or $rootdir in config.php. In particular, config.php attempts to set $rootdir correctly by calling dirname(__FILE__) and 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. Try setting $rootdir manually, and in particular, while your shell or pwd command may show a path like "/disks/hostname/home/username/public_html/limesurvey", try using "/home/username/public_html/limesurvey".