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 2 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
7 changes: 7 additions & 0 deletions quick_tour/the_big_picture.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,13 @@ 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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would be more verbose: "[...] a blank page or an error page." I think that's more readable and sounds better.

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.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

According to Travis, this label does not exist.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.


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