From ea01890407d2e5a43fcf6107141dc85104a72441 Mon Sep 17 00:00:00 2001
From: hubaishan
Date: Sun, 31 Dec 2017 13:35:33 +0300
Subject: [ticket/15491] Fix out dated linkes in Installer support page
Fix out dated linkes in Installer support page
PHPBB3-15491
---
phpBB/language/en/install.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'phpBB/language/en/install.php')
diff --git a/phpBB/language/en/install.php b/phpBB/language/en/install.php
index f7d9f58d43..dd28c1b706 100644
--- a/phpBB/language/en/install.php
+++ b/phpBB/language/en/install.php
@@ -49,7 +49,7 @@ $lang = array_merge($lang, array(
// Support page
'SUPPORT_TITLE' => 'Support',
- 'SUPPORT_BODY' => 'Full support will be provided for the current stable release of phpBB3, free of charge. This includes:
- installation
- configuration
- technical questions
- problems relating to potential bugs in the software
- updating from Release Candidate (RC) versions to the latest stable version
- converting from phpBB 2.0.x to phpBB3
- converting from other discussion board software to phpBB3 (please see the Convertors Forum)
We encourage users still running beta versions of phpBB3 to replace their installation with a fresh copy of the latest version.
Extensions / Styles
For issues relating to Extensions, please post in the appropriate Extensions Forum.
For issues relating to styles, templates and themes, please post in the appropriate Styles Forum.
If your question relates to a specific package, please post directly in the topic dedicated to the package.
Obtaining Support
The phpBB Welcome Package
Support Section
Quick Start Guide
To ensure you stay up to date with the latest news and releases, why not subscribe to our mailing list?
',
+ 'SUPPORT_BODY' => 'Full support will be provided for the current stable release of phpBB3, free of charge. This includes:
- installation
- configuration
- technical questions
- problems relating to potential bugs in the software
- updating from Release Candidate (RC) versions to the latest stable version
- converting from phpBB 2.0.x to phpBB3
- converting from other discussion board software to phpBB3 (please see the Convertors Forum)
We encourage users still running beta versions of phpBB3 to replace their installation with a fresh copy of the latest version.
Extensions / Styles
For issues relating to Extensions, please post in the appropriate Extensions Forum.
For issues relating to styles, templates and themes, please post in the appropriate Styles Forum.
If your question relates to a specific package, please post directly in the topic dedicated to the package.
Obtaining Support
Support Section
Quick Start Guide
To ensure you stay up to date with the latest news and releases, why not subscribe to our mailing list?
',
// License
'LICENSE_TITLE' => 'General Public License',
--
cgit v1.2.1
From ccc260b179c743aedb6bf777532f54870d357bd1 Mon Sep 17 00:00:00 2001
From: hubaishan
Date: Fri, 19 Jan 2018 19:07:16 +0300
Subject: [ticket/15491] Add twitter and facebook
Add twitter and facebook
PHPBB3-15491
---
phpBB/language/en/install.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'phpBB/language/en/install.php')
diff --git a/phpBB/language/en/install.php b/phpBB/language/en/install.php
index dd28c1b706..aa980a136b 100644
--- a/phpBB/language/en/install.php
+++ b/phpBB/language/en/install.php
@@ -49,7 +49,7 @@ $lang = array_merge($lang, array(
// Support page
'SUPPORT_TITLE' => 'Support',
- 'SUPPORT_BODY' => 'Full support will be provided for the current stable release of phpBB3, free of charge. This includes:
- installation
- configuration
- technical questions
- problems relating to potential bugs in the software
- updating from Release Candidate (RC) versions to the latest stable version
- converting from phpBB 2.0.x to phpBB3
- converting from other discussion board software to phpBB3 (please see the Convertors Forum)
We encourage users still running beta versions of phpBB3 to replace their installation with a fresh copy of the latest version.
Extensions / Styles
For issues relating to Extensions, please post in the appropriate Extensions Forum.
For issues relating to styles, templates and themes, please post in the appropriate Styles Forum.
If your question relates to a specific package, please post directly in the topic dedicated to the package.
Obtaining Support
Support Section
Quick Start Guide
To ensure you stay up to date with the latest news and releases, why not subscribe to our mailing list?
',
+ 'SUPPORT_BODY' => 'Full support will be provided for the current stable release of phpBB3, free of charge. This includes:
- installation
- configuration
- technical questions
- problems relating to potential bugs in the software
- updating from Release Candidate (RC) versions to the latest stable version
- converting from phpBB 2.0.x to phpBB3
- converting from other discussion board software to phpBB3 (please see the Convertors Forum)
We encourage users still running beta versions of phpBB3 to replace their installation with a fresh copy of the latest version.
Extensions / Styles
For issues relating to Extensions, please post in the appropriate Extensions Forum.
For issues relating to styles, templates and themes, please post in the appropriate Styles Forum.
If your question relates to a specific package, please post directly in the topic dedicated to the package.
Obtaining Support
Support Section
Quick Start Guide
To ensure you stay up to date with the latest news and releases, follow us on Twitter and Facebook
',
// License
'LICENSE_TITLE' => 'General Public License',
--
cgit v1.2.1
From 1d97f4491e5e17aa99ca1531ad581668ee617d34 Mon Sep 17 00:00:00 2001
From: Christian Schnegelberger
Date: Sat, 27 Jan 2018 17:21:40 +0100
Subject: [ticket/14936] Add missing error message to language files
PHPBB3-14936
---
phpBB/language/en/install.php | 1 +
1 file changed, 1 insertion(+)
(limited to 'phpBB/language/en/install.php')
diff --git a/phpBB/language/en/install.php b/phpBB/language/en/install.php
index aa980a136b..af18339136 100644
--- a/phpBB/language/en/install.php
+++ b/phpBB/language/en/install.php
@@ -193,6 +193,7 @@ $lang = array_merge($lang, array(
'DB_OPTION_SQLITE3' => 'SQLite 3',
// Errors
+ 'INST_ERR_DB' => 'Database installation error',
'INST_ERR_NO_DB' => 'Cannot load the PHP module for the selected database type.',
'INST_ERR_DB_INVALID_PREFIX' => 'The prefix you entered is invalid. It must start with a letter and must only contain letters, numbers and underscores.',
'INST_ERR_PREFIX_TOO_LONG' => 'The table prefix you have specified is too long. The maximum length is %d characters.',
--
cgit v1.2.1
From 9474d6d50e7e2fd00a527f7e5b27aba1ef31cb85 Mon Sep 17 00:00:00 2001
From: Marc Alexander
Date: Sun, 25 Feb 2018 17:26:38 +0100
Subject: [ticket/15569] Suggest using file replacing instead of automatic
updater
PHPBB3-15569
---
phpBB/language/en/install.php | 37 ++++++++++++++++++++++++++++++-------
1 file changed, 30 insertions(+), 7 deletions(-)
(limited to 'phpBB/language/en/install.php')
diff --git a/phpBB/language/en/install.php b/phpBB/language/en/install.php
index af18339136..9bceeccde7 100644
--- a/phpBB/language/en/install.php
+++ b/phpBB/language/en/install.php
@@ -355,17 +355,40 @@ $lang = array_merge($lang, array(
+ How to update your installation with the Full Package
+
+ The recommended way of updating your installation is using the full package. If core phpBB files have been modified in your installation you may wish to use the automatic update package in order to not lose these changes. You are also able to update your installation using the other methods listed within the INSTALL.html document. The steps for updating phpBB3 using the full package are:
+
+
+ - Backup all board files and the database.
+ - Go to the phpBB.com downloads page and download the latest "Full Package" archive.
+ - Unpack the archive.
+ - Remove (delete) the
config.php file, and the /images, /store and /files folders from the package (not your site).
+ - Go to the ACP, Board settings, and make sure prosilver is set as the default style. If not, set it to prosilver.
+ - Delete the
/vendor and /cache folders from the board’s root folder on the host.
+ - Via FTP or SSH upload the remaining files and folders (that is, the remaining CONTENTS of the phpBB3 folder) to the root folder of your board installation on the server, overwriting the existing files. (Note: take care not to delete any extensions in your
/ext folder when uploading the new phpBB3 contents.)
+ - Now start the update process by pointing your browser to the install folder.
+ - Follow the steps to update the database and let that run to completion.
+ - Via FTP or SSH delete the
/install folder from the root of your board installation.
+
+
+ You now have a new up to date board containing all your users and posts. Follow up tasks:
+
+ - Update your language pack
+ - Update your style
+
+
How to update your installation with the Automatic Update Package
- The recommended way of updating your installation listed here is only valid for the automatic update package. You are also able to update your installation using the methods listed within the INSTALL.html document. The steps for updating phpBB3 automatically are:
+ The automatic update package is only recommended in case core phpBB files have been modified in your installation. You are also able to update your installation using the methods listed within the INSTALL.html document. The steps for updating phpBB3 using the automatic update package are:
-
- - Go to the phpBB.com downloads page and download the "Automatic Update Package" archive.
- - Unpack the archive.
- - Upload the complete uncompressed "install" and "vendor" folders to your phpBB root directory (where your config.php file is).
-
+
+ - Go to the phpBB.com downloads page and download the "Automatic Update Package" archive.
+ - Unpack the archive.
+ - Upload the complete uncompressed "install" and "vendor" folders to your phpBB root directory (where your config.php file is).
+
- Once uploaded your board will be offline for normal users due to the install directory you uploaded now present.
+
Once uploaded your board will be offline for normal users due to the install directory you uploaded now being present.
Now start the update process by pointing your browser to the install folder.
You will then be guided through the update process. You will be notified once the update is complete.
--
cgit v1.2.1