mirror of https://github.com/MISP/misp-book
Added tip in administration page about using the clean cache feature
parent
09edfc14bc
commit
6be6f80c5b
|
@ -474,4 +474,10 @@ Two ways to fix it:
|
|||
2) Comment the localhost mapping to IPv6 address in /etc/hosts
|
||||
|
||||
|
||||
#### Errors about fields or tables
|
||||
|
||||
If you have errors with fields or tables that you can see in the error.log or in the page (if you enabled _debug_ or _site_admin_debug_ settings), an easy first them to make most of them go away is to use the **clean cache** feature on the _server settings_ menu, _diagnostics_ tab.
|
||||
An example of error message:
|
||||
```
|
||||
Error: [PDOException] SQLSTATE[42S22]: Column not found: 1054 Unknown column 'Task.job_id' in 'field list'
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue