Jump to content

chrishenn

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by chrishenn

  1. 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!
  2. 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.
×
×
  • Create New...