1
0
mirror of https://github.com/freescout-helpdesk/freescout.git synced 2024-09-19 18:21:31 +02:00

Updated Installation Guide (markdown)

FreeScout 2018-10-22 10:03:43 +03:00
parent 245fac4b59
commit aba0537216

@ -263,15 +263,15 @@ Make sure to replace `/var/www/html/` with the path your installation. On some s
Open and check your FreeScout installation at https://example.com
If you are receiving the following error message upon logging in:
```
file_put_contents(/var/www/html/storage/framework/cache/data/): failed to open stream: no such file or directory
```
just run again the following commands:
```
sudo chgrp -R www-data storage bootstrap/cache
sudo chmod -R ug+rwx storage bootstrap/cache
```
> If you are receiving the following error message upon logging in:
> ```
> file_put_contents(/var/www/html/storage/framework/cache/data/): failed to open stream: no such file or directory
> ```
> just run again the following commands:
> ```
> sudo chgrp -R www-data storage bootstrap/cache
> sudo chmod -R ug+rwx storage bootstrap/cache
> ```
Make sure that your system configuration is fine in `Manage » System`