aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs
diff options
context:
space:
mode:
authorCesar G <prototech91@gmail.com>2014-10-16 20:18:52 -0700
committerCesar G <prototech91@gmail.com>2014-10-16 20:18:52 -0700
commit29ea1c85b4408d25a0e881268ed45fb6e9ad534e (patch)
tree5f3af2f04eb590e7187767ed57bdfe3a14c2797a /phpBB/docs
parentf19a6b971407daa816ef54ded0f1fc6d45a8d3aa (diff)
downloadforums-29ea1c85b4408d25a0e881268ed45fb6e9ad534e.tar
forums-29ea1c85b4408d25a0e881268ed45fb6e9ad534e.tar.gz
forums-29ea1c85b4408d25a0e881268ed45fb6e9ad534e.tar.bz2
forums-29ea1c85b4408d25a0e881268ed45fb6e9ad534e.tar.xz
forums-29ea1c85b4408d25a0e881268ed45fb6e9ad534e.zip
[ticket/12568] Fix typo - "directorie" -> "directories"
PHPBB3-12568
Diffstat (limited to 'phpBB/docs')
-rw-r--r--phpBB/docs/INSTALL.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/docs/INSTALL.html b/phpBB/docs/INSTALL.html
index c184068fff..370d7f748f 100644
--- a/phpBB/docs/INSTALL.html
+++ b/phpBB/docs/INSTALL.html
@@ -264,7 +264,7 @@
<p>The full package is normally meant for new installations only, but if you want to replace all source files, this package comes in handy.</p>
- <p>First, you should make a copy of your existing <code>config.php</code> file; keep it in a safe place! Next, delete all the existing phpBB files, you may want to leave your <code>files/</code> and <code>images/</code> directorie in place. You can leave alternative styles in place too. With this complete, you can upload the new phpBB files (see <a href="#install">New installation</a> for details if necessary). Once complete, copy back your saved <code>config.php</code>, replacing the new one. Another method is to just <strong>replace</strong> the existing files with the files from the full package - though make sure you do <strong>not</strong> overwrite your config.php file.</p>
+ <p>First, you should make a copy of your existing <code>config.php</code> file; keep it in a safe place! Next, delete all the existing phpBB files, you may want to leave your <code>files/</code> and <code>images/</code> directories in place. You can leave alternative styles in place too. With this complete, you can upload the new phpBB files (see <a href="#install">New installation</a> for details if necessary). Once complete, copy back your saved <code>config.php</code>, replacing the new one. Another method is to just <strong>replace</strong> the existing files with the files from the full package - though make sure you do <strong>not</strong> overwrite your config.php file.</p>
<p>You should now run <code>install/database_update.php</code> which, depending on your previous version, will make a number of database changes. You may receive <em>FAILURES</em> during this procedure. They should not be a cause for concern unless you see an actual <em>ERROR</em>, in which case the script will stop (in this case you should seek help via our forums or bug tracker).</p>