Blank page when installing version 3.0rc on Fedora 7
  • I am using a hosting account for my installation. I have follow the 3.0 documentation for installation. Updated my php.ini and http.conf file to use \home\mysite\public_hmtl". I can execute phpinfo.php from this directory but cannot execute admin.php which is in the same directory. I copied all /implementation/site files and directories in /home/mysite/public_html. Also, I changed permissions on files and directories to users and 755.

    I changed the ScriptAlias /cgi-bin/ "/home/www/cgi-bin" to /bin/ "/home/mysite/public_html/bin. Is this correct? This is where campsite put the bin directory when I ran the tar command.

    However, when I try to execute the installation I get a blank page. Any ideas?

    Thanks,

    Romel
  • 3 Comments sorted by
  • Here is the error logs. Can you point in the right direction? Thanks!


    [Thu Apr 10 03:21:11 2008] [error] [client xx.xx.xx.xx] PHP Warning: require_once(/home/allmetrosports2/public_html/conf/configuration.php) [function.require-once]: failed to open stream: No such file or directory in /home/allmetrosports2/public_html/include/campsite_init.php on line 19
    [Thu Apr 10 03:21:11 2008] [error] [client xx.xx.xx.xx] PHP Fatal error: require_once() [function.require]: Failed opening required '/home/allmetrosports2/public_html/conf/configuration.php' (include_path='.:/usr/share/pear:/usr/share/php') in /home/allmetrosports2/public_html/include/campsite_init.php on line 19
    [Thu Apr 10 07:00:17 2008] [error] [client xx.xx.xx.xx] script '/home/allmetrosports2/public_html/thisdoesnotexistahaha.php' not found or unable to stat
    [Thu Apr 10 07:00:17 2008] [error] [client xx.xx.xx.xx] File does not exist: /home/allmetrosports2/public_html/WebCalendar
    [Thu Apr 10 07:00:17 2008] [error] [client xx.xx.xx.xx] File does not exist: /home/allmetrosports2/public_html/webcalendar
    [Thu Apr 10 07:00:17 2008] [error] [client xx.xx.xx.xx] File does not exist: /home/allmetrosports2/public_html/cal
    [Thu Apr 10 07:00:17 2008] [error] [client xx.xx.xx.xx] File does not exist: /home/allmetrosports2/public_html/Calendar

  • configuration.php does not exist in the /home/allmetrosports2/conf directory. However, there is a liveuser_configuration.php in the /home/allmetrosports2/conf directory. Should I rename this file or is something else missing?
  • Mugar,

    Sorry, I made a typo. I copy all files from /implemmentation/sites to /home/allmetrosports2/public_html. However, when I view /home/allmetrosports2/public_html/conf there two files listed liveuser_configuration.php and install_conf.php.

    ls -la /home/allmetrosports2/public_html/conf
    total 20
    drwxr-xr-x 2 allmetrosports2 users 4096 Apr 5 07:56 .
    drwxr-xr-x 17 allmetrosports2 users 4096 Apr 5 11:59 ..
    -rw-r--r-- 1 allmetrosports2 users 2490 Apr 5 07:56 install_conf.php
    -rw-r--r-- 1 allmetrosports2 users 8021 Apr 5 07:56 liveuser_configuration.php

    Do I need the change permissions to "apache" instead of "users"?

    Thanks!