Hello,
in a custom entity I get this error:
The entity is BasePlus and has quite a lot of fields (145) but not so many relationships (9). As I guess from the log this comes from the entity itself, documents and tasks.
Is there any way to solve this? I do not need necessarily tasks in this entity. Would it help to deactivate tasks and would that help?
in a custom entity I get this error:
HTML Code:
[2020-11-17 10:19:25] Espo.ERROR: (HY000) SQLSTATE[HY000]: General error: 1116 Too many tables; MySQL can only use 61 tables in a join; GET /Vermietung/5faaef914956a8304; line: 72, file: G:\laragon\www\Werkverzeichnis\application\Espo\OR M\SqlExecutor.php [] [] [2020-11-17 10:19:26] Espo.ERROR: (HY000) SQLSTATE[HY000]: General error: 1116 Too many tables; MySQL can only use 61 tables in a join; GET /Vermietung/5faaef914956a8304/tasks; line: 72, file: G:\laragon\www\Werkverzeichnis\application\Espo\OR M\SqlExecutor.php [] [] [2020-11-17 10:19:26] Espo.ERROR: (HY000) SQLSTATE[HY000]: General error: 1116 Too many tables; MySQL can only use 61 tables in a join; GET /Vermietung/5faaef914956a8304/dokumenteVermietung; line: 72, file: G:\laragon\www\Werkverzeichnis\application\Espo\OR M\SqlExecutor.php [] []
Is there any way to solve this? I do not need necessarily tasks in this entity. Would it help to deactivate tasks and would that help?
Comment