X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=install.php;h=24e85fe842769b44a73aadb8498ef37462475f2e;hb=2371fe90922bec9ac212112e3a837f07edc61d5d;hp=133f2b30f68843220461fb7fcefd52c01cf738f9;hpb=0b53a820c2b4224b66b2a24f67302b4c5ca1deed;p=quix0rs-gnu-social.git diff --git a/install.php b/install.php index 133f2b30f6..24e85fe842 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 +69,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

+ @@ -116,18 +123,21 @@ function showForm() disable

Enable fancy (pretty) URLs. Auto-detection failed, it depends on Javascript.

-
  • - - -

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

    -
  • Database hostname

  • - + + + MySQL
    + PostgreSQL
    +

    Database type

    +
  • + +
  • +

    Database name

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

    Database password

    +

    Database password (optional)

  • @@ -152,7 +162,7 @@ E_O_T; function updateStatus($status, $error=false) { ?> -
  • >
  • +
  • >
  • Page notice
    @@ -176,7 +189,7 @@ function handlePost()