From e76c673e2e6a379ae7c4beccabfaaf8a5eb18371 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Sun, 30 Dec 2018 12:31:26 +0100 Subject: [ticket/14948] Update requirements and travis build matrix PHPBB3-14948 --- phpBB/docs/INSTALL.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/docs/INSTALL.html') diff --git a/phpBB/docs/INSTALL.html b/phpBB/docs/INSTALL.html index 4f7f07d3dc..7edfa8b43d 100644 --- a/phpBB/docs/INSTALL.html +++ b/phpBB/docs/INSTALL.html @@ -147,7 +147,7 @@
  • Oracle
  • -
  • PHP 5.4.7+ but less than PHP 7.3 with support for the database you intend to use.
  • +
  • PHP 7.1.0+ but less than PHP 7.4 with support for the database you intend to use.
  • The following PHP modules are required:
  • -
  • Upload the contents of the 3.2.x Full Package into your forum's directory. Make sure the root level .htaccess file is included in the upload.
  • +
  • Upload the contents of the 3.3.x Full Package into your forum's directory. Make sure the root level .htaccess file is included in the upload.
  • Browse to /install/app.php/update
  • Read the notice Update database only and press Submit
  • Delete the install/ directory
  • @@ -367,7 +367,7 @@
    -

    6. Conversion from phpBB 2.0.x to phpBB 3.2.x

    +

    6. Conversion from phpBB 2.0.x to phpBB 3.3.x

    -- cgit v1.2.1 From 6d71748e9a9b82401dc048038dda6433b0fe3d88 Mon Sep 17 00:00:00 2001 From: rxu Date: Fri, 29 Nov 2019 23:00:05 +0700 Subject: [ticket/16236] Bump phpBB 3.3 max PHP version requirement to PHP 7.4 PHPBB3-16236 --- phpBB/docs/INSTALL.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/docs/INSTALL.html') diff --git a/phpBB/docs/INSTALL.html b/phpBB/docs/INSTALL.html index 33609837eb..fbc701a2ca 100644 --- a/phpBB/docs/INSTALL.html +++ b/phpBB/docs/INSTALL.html @@ -147,7 +147,7 @@
  • Oracle
  • -
  • PHP 7.1.0+ but less than PHP 7.4 with support for the database you intend to use.
  • +
  • PHP 7.1.0+ up to and including PHP 7.4 with support for the database you intend to use.
  • The following PHP modules are required:
    • json
    • -- cgit v1.2.1 From 74a747d45580af6e530aaa36e0d48fd809cb3418 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Sun, 29 Dec 2019 21:54:33 +0100 Subject: [ticket/16278] Clearly state config.php exception and update INSTALL.html A few typos and not fully up to date information has been updated. PHPBB3-16278 --- phpBB/docs/INSTALL.html | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'phpBB/docs/INSTALL.html') diff --git a/phpBB/docs/INSTALL.html b/phpBB/docs/INSTALL.html index fbc701a2ca..7d759b42f0 100644 --- a/phpBB/docs/INSTALL.html +++ b/phpBB/docs/INSTALL.html @@ -4,7 +4,7 @@ - + phpBB • Install @@ -22,7 +22,7 @@

      phpBB 3.3.x Install

      -

      phpBB 3.3.x Installation, updating and conversion informations

      +

      phpBB 3.3.x Installation, updating and conversion information

      Skip

      @@ -101,18 +101,18 @@
      -

      If you have basic knowledge of using FTP and are sure your hosting service or server will run phpBB3 you can use these steps to quickly get started. For a more detailed explanation you should skip this and go to section 2 below.

      +

      If you have basic knowledge of using FTP and are sure your hosting service or server will run phpBB you can use these steps to quickly get started. For a more detailed explanation you should skip this and go to section 2 below.

        -
      1. Decompress the phpBB3 archive to a local directory on your system.
      2. +
      3. Decompress the phpBB archive to a local directory on your system.
      4. Upload all the files contained in this archive (retaining the directory structure) to a web accessible directory on your server or hosting account.
      5. Change the permissions on config.php to be writable by all (666 or -rw-rw-rw- within your FTP Client)
      6. Change the permissions on the following directories to be writable by all (777 or -rwxrwxrwx within your FTP Client):
        store/, cache/, files/ and images/avatars/upload/.
      7. -
      8. Point your web browser to the location where you uploaded the phpBB3 files with the addition of install/app.php or simply install/, e.g. http://www.example.com/phpBB3/install/app.php, http://www.example.com/forum/install/.
      9. +
      10. Point your web browser to the location where you uploaded the phpBB files with the addition of install/app.php or simply install/, e.g. http://www.example.com/phpBB3/install/app.php, http://www.example.com/forum/install/.
      11. Click the INSTALL tab, follow the steps and fill out all the requested information.
      12. Change the permissions on config.php to be writable only by yourself (644 or -rw-r--r-- within your FTP Client)
      13. -
      14. phpBB3 should now be available, please MAKE SURE you read at least Section 6 below for important, security related post-installation instructions, and also take note of Section 7 regarding anti-spam measures.
      15. +
      16. phpBB should now be available, please MAKE SURE you read at least Section 6 below for important, security related post-installation instructions, and also take note of Section 7 regarding anti-spam measures.

      If you experienced problems or do not know how to proceed with any of the steps above please read the rest of this document.

      @@ -133,7 +133,7 @@
      -

      phpBB 3.2.x has a few requirements which must be met before you are able to install and use it.

      +

      phpBB 3.3.x has a few requirements which must be met before you are able to install and use it.

      • A webserver or web hosting account running on any major Operating System with support for PHP
      • @@ -147,7 +147,7 @@
      • Oracle
      -
    • PHP 7.1.0+ up to and including PHP 7.4 with support for the database you intend to use.
    • +
    • PHP 7.1.3+ up to and including PHP 7.4 with support for the database you intend to use.
    • The following PHP modules are required:
      • json
      • @@ -353,7 +353,7 @@
      • (The ext/ directory
    • -
    • Upload the contents of the 3.3.x Full Package into your forum's directory. Make sure the root level .htaccess file is included in the upload.
    • +
    • Upload the contents of the 3.3.x Full Package (except for config.php) into your forum's directory. Make sure the root level .htaccess file is included in the upload.
    • Browse to /install/app.php/update
    • Read the notice Update database only and press Submit
    • Delete the install/ directory
    • @@ -374,21 +374,21 @@
      -

      This paragraph explains the steps necessary to convert your existing phpBB2 installation to phpBB3.

      +

      This paragraph explains the steps necessary to convert your existing phpBB2 installation to phpBB 3.x.

      5.i. Requirements before converting

      -

      Before converting, we heavily recommend you do a full backup of your database and files! If you are unsure how to achieve this, please ask your hosting provider for advice. You basically need to follow the instructions given for New installations. Please do not overwrite any old files - install phpBB3 at a different location.

      +

      Before converting, we heavily recommend you do a full backup of your database and files! If you are unsure how to achieve this, please ask your hosting provider for advice. You basically need to follow the instructions given for New installations. Please do not overwrite any old files - install phpBB 3.x at a different location.

      -

      Once you made a backup of everything and also have a brand new phpBB3 installation, you can now begin the conversion.

      +

      Once you made a backup of everything and also have a brand new phpBB 3.x installation, you can now begin the conversion.

      -

      Note that the conversion requires CREATE and DROP privileges for the phpBB3 database user account.

      +

      Note that the conversion requires CREATE and DROP privileges for the phpBB 3.x database user account.

      5.ii. Converting

      -

      To begin the conversion, visit the install/ folder of your phpBB3 installation (the same as you have done for installing). Now you will see a new tab Convert. Click this tab.

      +

      To begin the conversion, visit the install/ folder of your phpBB 3.x installation (the same as you have done for installing). Now you will see a new tab Convert. Click this tab.

      -

      As with install, the conversion is automated. Your previous 2.0.x database tables will not be changed and the original 2.0.x files will remain unaltered. The conversion is actually only filling your phpBB3 database tables and copying additional data over to your phpBB3 installation. This has the benefit that if something goes wrong, you are able to either re-run the conversion or continue a conversion, while your old board is still accessible. We really recommend that you disable your old installation while converting, else you may have inconsistent data after the conversion.

      +

      As with install, the conversion is automated. Your previous 2.0.x database tables will not be changed and the original 2.0.x files will remain unaltered. The conversion is actually only filling your phpBB 3.x database tables and copying additional data over to your phpBB 3.x installation. This has the benefit that if something goes wrong, you are able to either re-run the conversion or continue a conversion, while your old board is still accessible. We really recommend that you disable your old installation while converting, else you may have inconsistent data after the conversion.

      Please note that this conversion process may take quite some time and depending on your hosting provider this may result in it failing (due to web server resource limits or other timeout issues). If this is the case, you should ask your provider if they are willing to allow the convert script to temporarily exceed their limits (be nice and they will probably be quite helpful). If your host is unwilling to increase the limits to run the convertor, please see this article for performing the conversion on your local machine: Knowledge Base - Offline Conversions

      @@ -412,9 +412,9 @@

      http 500 / white pages The conversion is a load-heavy procedure. Restrictions imposed by some server hosting providers can cause problems. The most common causes are: values too low for the PHP settings memory_limit and max_execution_time. Limits on the allowed CPU time are also a frequent cause for such errors, as are limits on the number of database queries allowed. If you cannot change such settings, then contact your hosting provider or run the conversion procedure on a different computer. The phpBB.com forums are also an excellent location to ask for support.

      -

      Password conversion Due to the utf-8 based handling of passwords in phpBB3, it is not always possible to transfer all passwords. For passwords "lost in translation" the easiest workaround is to use the I forgot my password link on the login page.

      +

      Password conversion Due to the utf-8 based handling of passwords in phpBB 3.x, it is not always possible to transfer all passwords. For passwords "lost in translation" the easiest workaround is to use the I forgot my password link on the login page.

      -

      Path to your former board The convertor expects the relative path to your old board's files. So, for instance, if the old board is located at http://www.yourdomain.com/forum and the phpBB3 installation is located at http://www.yourdomain.com/phpBB3, then the correct value would be ../forum. Note that the webserver user must be able to access the source installation's files.

      +

      Path to your former board The convertor expects the relative path to your old board's files. So, for instance, if the old board is located at http://www.yourdomain.com/forum and the phpBB 3.x installation is located at http://www.yourdomain.com/phpBB3, then the correct value would be ../forum. Note that the webserver user must be able to access the source installation's files.

      Missing images If your default board language's language pack does not include all images, then some images might be missing in your installation. Always use a complete language pack as default language.

      -- cgit v1.2.1 From f6b47e2ee3069fbf9ba49a3520d1f2044cd2a52f Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Sat, 4 Jan 2020 22:32:59 +0100 Subject: [ticket/16290] Update to new SVG logo in package docs PHPBB3-16290 --- phpBB/docs/INSTALL.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/docs/INSTALL.html') diff --git a/phpBB/docs/INSTALL.html b/phpBB/docs/INSTALL.html index 7d759b42f0..d196403f62 100644 --- a/phpBB/docs/INSTALL.html +++ b/phpBB/docs/INSTALL.html @@ -20,7 +20,7 @@
      - +

      phpBB 3.3.x Install

      phpBB 3.3.x Installation, updating and conversion information

      Skip

      -- cgit v1.2.1