Troubleshooting
FreeScout API issues
Problem: Tickets not being created in FreeScout
Solutions:
- Verify API module is installed and enabled in FreeScout
- Check API key is correct in
.env - Verify FreeScout API URL is accessible from the server
- Check FreeScout mailbox ID exists
- Review logs in
logs/app.log
Authentication issues
Problem: LDAP authentication fails
Solutions:
- Verify LDAP server is accessible
- Check LDAP credentials and base DN
- Test LDAP connection from server:
ldapsearch -x -H ldap://server -D "user" -W -b "dc=domain,dc=com" - Review logs in
logs/app.log
Problem: Cannot create local account
Solution: Ensure ENABLE_LOCAL_AUTH=true in .env
File upload issues
Problem: File uploads fail
Solutions:
- Check
uploads/directory permissions (755 or 775) - Verify PHP upload limits:
upload_max_filesizeandpost_max_size - Check disk space