From 55cf2f76b5e5e69e98b2da4fad70f785fb0eb466 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Wed, 6 Dec 2017 14:04:52 +0200 Subject: [PATCH] Update docs --- docs/update.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/update.rst b/docs/update.rst index ecc2797d53be..70c5c1f6b0d0 100644 --- a/docs/update.rst +++ b/docs/update.rst @@ -13,6 +13,8 @@ If you're moving servers make sure to copy over the .env file. If the auto-update fails you can manually run the update with the following commands. Once completed add ``?clear_cache=true`` to the end of the URL to clear the application cache. +A common error with shared hosting is "open_basedir restriction in effect", if you see this you'll need to either temporarily modify your open_basedir settings or run the update from the command line. + .. code-block:: shell composer dump-autoload --optimize