I have been having trouble installing LimeSurvey, I believe I was on the final step of the installation (after populating the database) and the page remained blank. I do not know how to access my "Web server log" but the closest problem to the one I was having seemed to be this:
www.limesurvey.org/manual/Installation_F...ing_the_Install_page
When I try to access "
your.domain.com/limesurvey/admin/admin.php
", the address updates to "
your.domain.com/limesurvey/index.php/admin
" and the page is blank.
The fix suggested is as follows:
"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"."
I found this very confusing. I found more than one config.php but I guessed the one I was after was in limesurvey/application/config/config.php
I downloaded this and opened in an editor. I have no idea what to do with this, I don't see any "$rooturl" or "$rootdir".
I don't know what "home directory is mounted over NFS" means but limesurvey is definitely located in "public_html".
I am now doubting I am even going down the right track trying to fix this. I might try a re-install first but I will have to delete all the files and wait an hour for filezilla to upload them all again.
The alternative is to make the survey myself which I can do using mysql and basic php & html but I was hoping this would be easier and more fun.