mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Merge pull request #833 from RealRancor/documents_troubleshooting
Add troubleshooting for documents app
This commit is contained in:
commit
2ec8b40d7d
@ -35,3 +35,17 @@ on the ``Apply and test`` button. If you have a working LibreOffice or OpenOffic
|
||||
installation a green ``Saved`` icon should appear.
|
||||
|
||||
.. image:: ../images/documents_apply_test.png
|
||||
|
||||
**Troubleshooting**
|
||||
|
||||
If the mentioned test fails please make sure that:
|
||||
|
||||
* you're not running Windows (it is currently not supported)
|
||||
* the PHP functions ``escapeshellarg`` and ``shell_exec`` are not disabled in your
|
||||
PHP configuration
|
||||
* the libreoffice/openoffice binary is within your PATH and is executeable for the
|
||||
HTTP user
|
||||
* your SELinux configuration is not blocking the execution of the binary
|
||||
* the PHP ``open_basedir`` is correctly configured to allow the access to the binary
|
||||
|
||||
More hints why the test is failing can be found in your ``data/owncloud.log``.
|
||||
Loading…
Reference in New Issue
Block a user