Hello Guys,
i don't know how to reproduce this error. Maybe you'll have an idea how to fix this issue. Basically user have to clear cache of EspoCRM every single day, because without this, he is not able to use EspoCRM at all.
Every minute there is a new error in log:
[2021-08-24 10:55:03] ERROR: Uncaught Exception Espo\Core\Exceptions\Error: "Bad data stored in file 'data/cache/application/webhooks.php'." at /var/www/html/espo/application/Espo/Core/Utils/File/Manager.php line 234 {"exception":"[object] (Espo\\Core\\Exceptions\\Error(code: 500): Bad data stored in file 'data/cache/application/webhooks.php'. at /var/www/html/espo/application/Espo/Core/Utils/File/Manager.php:234)"} []
[2021-08-24 10:56:02] ERROR: Uncaught Exception Espo\Core\Exceptions\Error: "Bad data stored in file 'data/cache/application/webhooks.php'." at /var/www/html/espo/application/Espo/Core/Utils/File/Manager.php line 234 {"exception":"[object] (Espo\\Core\\Exceptions\\Error(code: 500): Bad data stored in file 'data/cache/application/webhooks.php'. at /var/www/html/espo/application/Espo/Core/Utils/File/Manager.php:234)"} []
I also found this:
[2021-08-24 11:00:05] ERROR: Report export fail[5fdaff610dd7f6173]: Bad data stored in file 'data/cache/application/webhooks.php'. [] []
And here you have content of webhooks.php
<?php
return [];
Any ideas?
i don't know how to reproduce this error. Maybe you'll have an idea how to fix this issue. Basically user have to clear cache of EspoCRM every single day, because without this, he is not able to use EspoCRM at all.
Every minute there is a new error in log:
[2021-08-24 10:55:03] ERROR: Uncaught Exception Espo\Core\Exceptions\Error: "Bad data stored in file 'data/cache/application/webhooks.php'." at /var/www/html/espo/application/Espo/Core/Utils/File/Manager.php line 234 {"exception":"[object] (Espo\\Core\\Exceptions\\Error(code: 500): Bad data stored in file 'data/cache/application/webhooks.php'. at /var/www/html/espo/application/Espo/Core/Utils/File/Manager.php:234)"} []
[2021-08-24 10:56:02] ERROR: Uncaught Exception Espo\Core\Exceptions\Error: "Bad data stored in file 'data/cache/application/webhooks.php'." at /var/www/html/espo/application/Espo/Core/Utils/File/Manager.php line 234 {"exception":"[object] (Espo\\Core\\Exceptions\\Error(code: 500): Bad data stored in file 'data/cache/application/webhooks.php'. at /var/www/html/espo/application/Espo/Core/Utils/File/Manager.php:234)"} []
I also found this:
[2021-08-24 11:00:05] ERROR: Report export fail[5fdaff610dd7f6173]: Bad data stored in file 'data/cache/application/webhooks.php'. [] []
And here you have content of webhooks.php
<?php
return [];
Any ideas?
Comment