X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=install.php;h=c222afa7b5fc34083be68b358c6f50a87891c12d;hb=8371aea9c1320f8902465dea8cdf1d45a789a971;hp=1d411c22187bacb8649e01c5ed3313a4c1d82c05;hpb=456f3eeb50fc1cafaa66ab5c0bdcdcaa5ca4bcd0;p=quix0rs-gnu-social.git diff --git a/install.php b/install.php index 1d411c2218..c222afa7b5 100644 --- a/install.php +++ b/install.php @@ -1,7 +1,7 @@

Config file "config.php" already exists.

Require PHP version 5 or greater.

Require PHP version 5.2.3 or greater.

Cannot find mysql or pgsql extension. You need one or the other:

Cannot write config file to:

@@ -66,11 +70,16 @@ function checkPrereqs() $pass = false; } - if (!is_writable(INSTALLDIR.'/avatar/')) { - ?>

Cannot write avatar directory: /avatar/

-

On your server, try this command: chmod a+w /avatar/

-

Cannot write directory:

+

On your server, try this command: chmod a+w

+ @@ -122,12 +130,15 @@ function showForm()

Database hostname

  • - - -

    Site path, following the "/" after the domain name in the URL. Empty is fine. Field should be filled automatically.

    + + + MySQL
    + PostgreSQL
    +

    Database type

  • +
  • - +

    Database name

  • @@ -139,7 +150,7 @@ function showForm()
  • -

    Database password

    +

    Database password (optional)

  • @@ -163,11 +174,11 @@ function handlePost()
    @@ -176,7 +187,7 @@ function handlePost()