Skip to content

Added a note about permissions in the Quick Tour #4070

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jul 31, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions quick_tour/the_big_picture.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 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:`Setting up Permissions <book-installation-permissions>`
section 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
Expand Down