Added tip in administration page about using the clean cache feature

pull/16/head
David André 2016-08-04 12:01:57 +02:00
parent 09edfc14bc
commit 6be6f80c5b
1 changed files with 6 additions and 0 deletions

View File

@ -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'
```