:tocdepth: 1

.. |grappelli| replace:: Grappelli
.. |filebrowser| replace:: FileBrowser

.. _troubleshooting:

Troubleshooting
===============

Sometimes you might have a problem installing/using the |filebrowser|.

Check your setup
^^^^^^^^^^^^^^^^

First, please check if the problem is caused by your setup.

* Read :ref:`quickstart`.
* Check if the media-files are served correctly.

Run the |filebrowser| tests
^^^^^^^^^^^^^^^^^^^^^^^^^^^

Start the shell and type::

    python manage.py test filebrowser

Check issues
^^^^^^^^^^^^

If your setup is fine, please check if your problem is a known issue.

* Take a look at all `FileBrowser Issues <http://code.google.com/p/django-filebrowser/issues/list>`_ (incuding closed) and search the `FileBrowser Google-Group <http://groups.google.com/group/django-filebrowser>`_.

Add a ticket
^^^^^^^^^^^^

If you think you've found a bug, please `add a ticket <http://code.google.com/p/django-filebrowser/issues/entry>`_.

* Try to describe your problem as precisely as possible.
* Tell us what you did in order to solve the problem.
* At best: add a patch.

