diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 3b4a42bed3..0935611a29 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -4,7 +4,7 @@ - +
- This is a non-exhaustive (but still near complete) changelog for phpBB 3.3.x including release candidate versions. + This is a non-exhaustive (but still near complete) changelog for phpBB including release candidate versions. Our thanks to all those people who've contributed bug reports and code fixes.
diff --git a/phpBB/docs/INSTALL.html b/phpBB/docs/INSTALL.html index 15ce5a032d..6d5b976aa4 100644 --- a/phpBB/docs/INSTALL.html +++ b/phpBB/docs/INSTALL.html @@ -4,7 +4,7 @@ - +phpBB 3.3.x Installation, updating and conversion information
+phpBB Installation, updating and conversion information
store/
, cache/
, files/
and images/avatars/upload/
.install/app.php
or simply install/
, e.g. http://www.example.com/phpBB3/install/app.php
, http://www.example.com/forum/install/
.install/app.php
or simply install/
, e.g. http://www.example.com/phpBB/install/app.php
, http://www.example.com/forum/install/
.phpBB comes supplied with British English as its standard language. However, a number of separate packs for different languages are available. If you are not a native English speaker you may wish to install one or more of these packages before continuing. The installation process below will allow you to select a default language from those available (you can, of course, change this default at a later stage). For more details on language packs, where to obtain them and how to install them please see the README.
-Once all the files have been uploaded to your site, you should point your browser at this location with the addition of /install/
. For example, if your domain name is www.example.com
and you placed the phpBB files in the directory /phpBB3
off your web root you would enter http://www.example.com/phpBB3/install/
or (alternatively) http://www.example.com/phpBB3/install/app.php
into your browser. When you have done this, you should see the phpBB Introduction screen appear.
Once all the files have been uploaded to your site, you should point your browser at this location with the addition of /install/
. For example, if your domain name is www.example.com
and you placed the phpBB files in the directory /phpBB
off your web root you would enter http://www.example.com/phpBB/install/
or (alternatively) http://www.example.com/phpBB/install/app.php
into your browser. When you have done this, you should see the phpBB Introduction screen appear.
install/
and vendor/
folders are required. Upload these folders in their entirety, retaining the file structure.http://www.example.com/phpBB3/install/
http://www.example.com/phpBB/install/
After verifying the settings in the ACP, you can delete the install directory to enable the board. The board will stay disabled until you do so.
-Once you are pleased with your new installation, you may want to give it the name of your old installation, changing the directory name. With phpBB3 this is possible without any problems, but you may still want to check your cookie settings within the administration panel; in case your cookie path needs to be adjusted prior to renaming.
+Once you are pleased with your new installation, you may want to give it the name of your old installation, changing the directory name. With phpBB this is possible without any problems, but you may still want to check your cookie settings within the administration panel; in case your cookie path needs to be adjusted prior to renaming.
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 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.
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 installation is located at http://www.yourdomain.com/phpBB
, 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.
diff --git a/phpBB/docs/README.html b/phpBB/docs/README.html index c3f02acf45..e8cc96342c 100644 --- a/phpBB/docs/README.html +++ b/phpBB/docs/README.html @@ -4,7 +4,7 @@ - +