From 646a00c6b683ef88e74f4064fafd206239e718c9 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Wed, 30 Jul 2014 08:52:32 +0200 Subject: [PATCH 1/4] Added a note about permissions in the Quick Tour --- quick_tour/the_big_picture.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/quick_tour/the_big_picture.rst b/quick_tour/the_big_picture.rst index 25ea4597693..b0e6f994283 100644 --- a/quick_tour/the_big_picture.rst +++ b/quick_tour/the_big_picture.rst @@ -89,6 +89,14 @@ main concepts. Go to the following URL to be greeted by Symfony2 (replace .. image:: /images/quick_tour/hello_fabien.png :align: center +.. note:: + + Instead of the greeting page, you may see a blank or error page. This is + caused by a directory permission misconfiguration. There are several possible + solutions depending on your operating system. Check out them all in the + :doc:`installation chapter ` + of the official book. + What's going on here? Have a look at each part of the URL: * ``app_dev.php``: This is a :term:`front controller`. It is the unique entry From 93b457e13d28e83b4a544dc1176744ffb282c738 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Wed, 30 Jul 2014 09:54:50 +0200 Subject: [PATCH 2/4] Fixed a wrong documentation reference (thanks @WouterJ) --- quick_tour/the_big_picture.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/quick_tour/the_big_picture.rst b/quick_tour/the_big_picture.rst index b0e6f994283..6fc64b29fef 100644 --- a/quick_tour/the_big_picture.rst +++ b/quick_tour/the_big_picture.rst @@ -93,9 +93,8 @@ main concepts. Go to the following URL to be greeted by Symfony2 (replace Instead of the greeting page, you may see a blank or error page. This is caused by a directory permission misconfiguration. There are several possible - solutions depending on your operating system. Check out them all in the - :doc:`installation chapter ` - of the official book. + solutions depending on your operating system. All of them are explained in + the :ref:`book-installation-permission` section of the official book. What's going on here? Have a look at each part of the URL: From bed26023274fa21f94461b4283c9825ebeba7335 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Wed, 30 Jul 2014 11:33:50 +0200 Subject: [PATCH 3/4] Minor rewording and fixed one reference --- quick_tour/the_big_picture.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/quick_tour/the_big_picture.rst b/quick_tour/the_big_picture.rst index 6fc64b29fef..80ed368ac68 100644 --- a/quick_tour/the_big_picture.rst +++ b/quick_tour/the_big_picture.rst @@ -91,10 +91,11 @@ main concepts. Go to the following URL to be greeted by Symfony2 (replace .. note:: - Instead of the greeting page, you may see a blank or error page. This is - caused by a directory permission misconfiguration. There are several possible - solutions depending on your operating system. All of them are explained in - the :ref:`book-installation-permission` section of the official book. + Instead of the greeting page, you may see a blank page or an error page. + This is caused by a directory permission misconfiguration. There are several + possible solutions depending on your operating system. All of them are + explained in the :ref:`book-installation-permissions` section of the + official book. What's going on here? Have a look at each part of the URL: From 141cf5ef079a967f3c57634d82385effb39ace82 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Thu, 31 Jul 2014 12:27:33 +0200 Subject: [PATCH 4/4] Added the missing title for a reference --- quick_tour/the_big_picture.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/quick_tour/the_big_picture.rst b/quick_tour/the_big_picture.rst index 80ed368ac68..7922ffdda7e 100644 --- a/quick_tour/the_big_picture.rst +++ b/quick_tour/the_big_picture.rst @@ -94,8 +94,8 @@ main concepts. Go to the following URL to be greeted by Symfony2 (replace Instead of the greeting page, you may see a blank page or an error page. This is caused by a directory permission misconfiguration. There are several possible solutions depending on your operating system. All of them are - explained in the :ref:`book-installation-permissions` section of the - official book. + explained in the :ref:`Setting up Permissions ` + section of the official book. What's going on here? Have a look at each part of the URL: