Jump to content


chrishenn

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

Posts I've Made

In Topic: White screen during installation

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!

In Topic: White screen during installation

07 February 2012 - 11:20 PM

Hello,

I believe I'm having this same issue and am unable to resolve it. I'm installing processwire on a VPS, where a LAMP server is all set up.

I get a blank screen when visiting the processwire install in a web browser. My error log displays the same as the original poster:

[Tue Feb 07 23:13:01 2012] [error] [client 24.5.38.100] PHP Fatal error:  Unknown: Failed opening required '/srv/httpd/chrishenn.net/public_html_dev/index.php' (include_path='.:/usr/share/pear') in Unknown on line 0

Any ideas? My php error file isn't displaying anything wrong.