parent
e7be0b36f4
commit
2ae2141a46
1 changed files with 4 additions and 1 deletions
|
@ -31,9 +31,12 @@ you might want to specify the path to avconv/ffmpeg in your config file.)
|
||||||
You should also ensure that the *templates_c* folder has the right permissions:
|
You should also ensure that the *templates_c* folder has the right permissions:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
chmod 777 templates_c/
|
chmod 770 templates_c/
|
||||||
```
|
```
|
||||||
|
|
||||||
|
(You need to adapt this to your permission model.
|
||||||
|
You can find more information about this [in the Smarty documentation](https://www.smarty.net/docsv2/en/installing.smarty.basic.tpl#id2778738).)
|
||||||
|
|
||||||
If your web server is Apache,
|
If your web server is Apache,
|
||||||
you need to set the `AllowOverride` setting to `All` or `FileInfo`.
|
you need to set the `AllowOverride` setting to `All` or `FileInfo`.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue