Menu

Blank index.php

Help
Joel Jones
2005-05-26
2012-10-11
  • Joel Jones

    Joel Jones - 2005-05-26

    I get empty index.php pages after initially installeding phpwiki 1.3.9.

    Here is the setup:
    mac os 10.3.9
    apache 1.3
    PHP Version 5.0.4 www.entropy.ch Release 1

    PHP works, as I can get the status page.

    I can load things into the browser from the phpwiki directory, like favicon.ico.

    In index.php, I have set COMPRESS_OUTPUT to false and
    $DBParams = array(
    'dbtype' => 'dba',
    'db_session_table' => 'session',
    'prefix' => 'phpwiki_',
    'directory' => "/tmp",
    'dba_handler' => 'gdbm',
    'timeout' => 20,
    );

    The permissions seem to be fine:
    $ pwd
    /Library/WebServer/Documents/phpwiki-1.3.9
    $ ll -d
    drwxr-xr-x 31 www wheel 1054 26 May 10:22 .
    $ ll -d /var
    lrwxr-xr-x 1 root admin 11 14 Jul 2004 /var -> private/var
    $ ll -d /private/var
    drwxr-xr-x 21 root wheel 714 26 May 11:11 /private/var

    What am I missing?

     
    • Reini Urban

      Reini Urban - 2005-05-27

      Uncomment in index.php at the very end:
      //include "lib/main.php";

      1.3.9 was using a false logic, which was fixed in 1.3.10 and 1.3.11 even better.

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.