Good day,
I have been facing a problem for some time now dealing with following error:
This happened to my development system, I was running in a local docker connected to my local (containerless) mysql. Everything was working fine until suddenly it was not anymore.
The error seems to negate randomly changes I implemented in my extensions, as well as all log output. My log level in /data/config.php is set to debug.
Entities I create using extensions are still set up and I can create and edit them. However, methods implemented in /myextension/files/application/Modules/mynamespace/Services/Account.php are not called anymore, even though they used to work fine.
Not even setting up a completely new espo, with a fresh database seems to tackle the problem. The system immediately throws the error three times.
I am using MySQL v5.7.10 and started using espo 5.6.2 but upgraded to 5.6.9 without success.
Has anybody faced a similar issue or has any idea about possible solutions?
Thanks in advance and best wishes
Simon
I have been facing a problem for some time now dealing with following error:
Code:
Espo.ERROR: Uncaught Exception PDOException: "SQLSTATE[HY000] [2002] No such file or directory" at /var/www/application/Espo/ORM/EntityManager.php line 158 {"exception":"[object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] No such file or directory at /var/www/application/Espo/ORM/EntityManager.php:158)"} []
The error seems to negate randomly changes I implemented in my extensions, as well as all log output. My log level in /data/config.php is set to debug.
Entities I create using extensions are still set up and I can create and edit them. However, methods implemented in /myextension/files/application/Modules/mynamespace/Services/Account.php are not called anymore, even though they used to work fine.
Not even setting up a completely new espo, with a fresh database seems to tackle the problem. The system immediately throws the error three times.
I am using MySQL v5.7.10 and started using espo 5.6.2 but upgraded to 5.6.9 without success.
Has anybody faced a similar issue or has any idea about possible solutions?
Thanks in advance and best wishes
Simon
Comment