X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=install.php;h=42d848911b820c9a599cda32a8849116834e94a2;hb=82b0927f5838f3c12816e03712df9460a9f77b72;hp=1d411c22187bacb8649e01c5ed3313a4c1d82c05;hpb=5a1c95d52fdca199957e47903819d16acaea590e;p=quix0rs-gnu-social.git diff --git a/install.php b/install.php index 1d411c2218..42d848911b 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

+ @@ -122,12 +129,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 +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()