Step 1

Hi, I've run the following to begin the installation:

    php step_01.php /var/www/mysource_matrix


I get the following output:

    Content-type: text/html; charset=utf-8
    X-Powered-By: PHP/4.3.9


But the file [i]/var/www/mysource_matrix/data/private/conf/main.inc[/i] is not created.

I'm running PHP v4.3.9 on RHEL4

Thanks for the help.

You're using the (cgi) version of PHP. You need to compile a (cli) version instead.

[quote]You’re using the (cgi) version of PHP. You need to compile a (cli) version instead.
[right][post=“9487”]<{POST_SNAPBACK}>[/post][/right][/quote]

Cheers!