This commit is contained in:
Aravindo Wingeier 2018-12-25 23:12:43 -03:00 committed by GitHub
parent 074251b68d
commit e3cf96c2d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,6 +55,13 @@ Install php dependecies:
composer update composer update
### Troubleshooting
* **IMAP Server has invalid certificate**: You might have to add `novalidate-cert` to the IMAP settings. See flags on http://php.net/manual/en/function.imap-open.php.
* **Error 500, Internal error**: Check your error log file. Add to `config.php`:
ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL);
## Credit :thumbsup: ## Credit :thumbsup: