Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a4bdb97

Browse filesBrowse 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
Copy full SHA for a4bdb97

File tree

Expand file treeCollapse file tree

1 file changed

+8
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+8
-0
lines changed

‎quick_tour/the_big_picture.rst

Copy file name to clipboardExpand all lines: quick_tour/the_big_picture.rst
+8Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.