Sheridan Posted July 14, 2011 Posted July 14, 2011 I'm trying to get a limesurvey test box working. Installed ubuntu 11 and set up as a LAMP server. PHP is working according to phpinfo and I can login to the mysql server. But when I run the first stage of limesurvey where you browse to the \admin\install folder to run the install stage, all I get is a blank page (http 500 error) As far as my limited knowledge goes, everything seems to be working (php,mysql,apache) so I'm a bit stuck. I've checked the limesurvey forums but theres not much relating to an error like this?
computer_expert Posted July 14, 2011 Posted July 14, 2011 is there anything in /var/log/apache2/error.log that helps with identifying the problem?
davegill Posted July 14, 2011 Posted July 14, 2011 I would look at the file permissions that you hav eon the Limesurvey directory. I installed a limesurvey a while back and never had any problems other than with file permissions.
powdarrmonkey Posted July 15, 2011 Posted July 15, 2011 Run sudo tail /var/log/apache2/error.log (where 500 errors are saved) immediately after trying the installation.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now