Jump to content


chrishenn

Member Since 07 Feb 2012
Offline Last Active May 12 2012 03:58 PM
-----

#7890 White screen during installation

Posted by chrishenn on 08 February 2012 - 11:18 AM

I verified that my permissions were set correctly. It turned out to be a problem with how I configured my LAMP server.

I set Apache's DocumentRoot to something other than /srv/http/, so I had to add it to my /etc/php/php.ini config as such:

open_basedir=/srv/http/:/home/:/tmp/:/usr/share/pear/:/path/to/documentroot

It works great now, thanks. Can't wait to share what I made with it!