EspoCRM: v8.0.5
Error Logs:
Browser Console error:
Just want to reduce my Error logs, I notice this error even before v8 but haven't investigate it. Anyone else ever see this error in their logs? It happen when you access a details views of users, for example: https://website.com/#User/view/1
Trying to see if I can track down a fix:
EspoCRM did seem to have any issue though, I can access all field/view. Looking through my database don't see the column:
Trying to track down the column:
Error Logs:
Code:
[2023-11-18] ERROR: (42000) SQLSTATE[42000]: Syntax error or access violation: 1066 Not unique table/alias: 'emailUser'; GET /User/1/emails; line: 76, file: /home/website/domains/website.com/public_html/app/application/Espo/ORM/Executor/DefaultSqlExecutor.php
Code:
XMLHttpRequest { errorIsHandled: false, readyState: 4, timeout: 60000, withCredentials: false, upload: XMLHttpRequestUpload, responseURL: "[URL="https://website"]https://espowebsite.com/api/v1/User/1/emails?primaryFilter=&select=emailCategory%2CdateSent%2CparentId%2CparentType%2CparentName%2Csubject %2CpersonStringData&maxSize=20&offset=0&orderBy=da teSent&order=desc[/URL]", status: 500, statusText: "", responseType: "", response: "" }
Trying to see if I can track down a fix:
EspoCRM did seem to have any issue though, I can access all field/view. Looking through my database don't see the column:
Trying to track down the column:
Comment