8000 minor #4070 Added a note about permissions in the Quick Tour (javiere… · symfony/symfony-docs@a4bdb97 · GitHub
[go: up one dir, main page]

Skip to content

Commit a4bdb97

Browse files
committed
minor #4070 Added a note about permissions in the Quick Tour (javiereguiluz)
This PR was merged into the 2.3 branch. Discussion ---------- Added a note about permissions in the Quick Tour | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.3+ | Fixed tickets | #4062 Commits ------- 141cf5e Added the missing title for a reference bed2602 Minor rewording and fixed one reference 93b457e Fixed a wrong documentation reference (thanks @wouterj) 646a00c Added a note about permissions in the Quick Tour
2 parents 1b4c1c8 + 141cf5e commit a4bdb97

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

quick_tour/the_big_picture.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,14 @@ main concepts. Go to the following URL to be greeted by Symfony2 (replace
8989
.. image:: /images/quick_tour/hello_fabien.png
9090
:align: center
9191

92+
.. note::
93+
94+
Instead of the greeting page, you may see a blank page or an error page.
95+
This is caused by a directory permission misconfiguration. There are several
96+
possible solutions depending on your operating system. All of them are
97+
explained in the :ref:`Setting up Permissions <book-installation-permissions>`
98+
section of the official book.
99+
92100
What's going on here? Have a look at each part of the URL:
93101

94102
* ``app_dev.php``: This is a :term:`front controller`. It is the unique entry

0 commit comments

Comments
 (0)
0