mirror of
https://github.com/freescout-helpdesk/freescout.git
synced 2024-11-09 20:32:31 +01:00
Updated Installation Guide (markdown)
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`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user