I am getting constant errors trying to create a field of any type in any entity.
I found this in the Espo Logs constantly repeating..... Any idea? I have already tried clearing my cache via the Espo interface and Clearing my browser cache too.
[2017-11-14 16:53:58] Espo.WARNING: E_WARNING: unlink(data/cache\application\metadata.php): Resource temporarily unavailable {"code":2,"message":"unlink(data/cache\\application\\metadata.php): Resource temporarily unavailable","file":"C:\\xampp\\htdocs\\espocrm\\a pplication\\Espo\\Core\\Utils\\File\\Manager.php", "line":594,"context":{"dirPath":"data/cache\\application","removeWithDir":true,"fileList ":["acl","autoload.php","cronLastRunTime.php","entryP oints.php","hooks.php","jobs.php","languages","met adata.php","modules.php","ormMetadata.php","routes .php","services.php"],"result":1,"file":"metadata.php","fullPath":"d ata/cache\\application\\metadata.php"}} []
[2017-11-14 16:53:58] Espo.WARNING: E_WARNING: rmdir(data/cache\application): Directory not empty {"code":2,"message":"rmdir(data/cache\\application): Directory not empty","file":"C:\\xampp\\htdocs\\espocrm\\applica tion\\Espo\\Core\\Utils\\File\\Manager.php","line" :536,"context":{"dirPaths":["data/cache\\application"],"result":true,"dirPath":"data/cache\\application"}} []
[2017-11-14 16:54:02] Espo.ERROR: API [POST]:/Admin/fieldManager/:scope, Params:Array ( [scope] => Account ) , InputData: {"type":"varchar","required":false,"trim":true,"dy namicLogicVisible":null,"dynamicLogicRequired":nul l,"dynamicLogicReadOnly":null,"name":"wtn5","label ":"WTN5","maxLength":40,"tooltipText":"","default" :"","audited":false,"readOnly":false,"tooltip":fal se} - Error while clearing cache [] []
[2017-11-14 16:54:02] Espo.ERROR: Display Error: Error while clearing cache, Code: 500 URL: /espocrm/api/v1/Admin/fieldManager/Account [] []
I found this in the Espo Logs constantly repeating..... Any idea? I have already tried clearing my cache via the Espo interface and Clearing my browser cache too.
[2017-11-14 16:53:58] Espo.WARNING: E_WARNING: unlink(data/cache\application\metadata.php): Resource temporarily unavailable {"code":2,"message":"unlink(data/cache\\application\\metadata.php): Resource temporarily unavailable","file":"C:\\xampp\\htdocs\\espocrm\\a pplication\\Espo\\Core\\Utils\\File\\Manager.php", "line":594,"context":{"dirPath":"data/cache\\application","removeWithDir":true,"fileList ":["acl","autoload.php","cronLastRunTime.php","entryP oints.php","hooks.php","jobs.php","languages","met adata.php","modules.php","ormMetadata.php","routes .php","services.php"],"result":1,"file":"metadata.php","fullPath":"d ata/cache\\application\\metadata.php"}} []
[2017-11-14 16:53:58] Espo.WARNING: E_WARNING: rmdir(data/cache\application): Directory not empty {"code":2,"message":"rmdir(data/cache\\application): Directory not empty","file":"C:\\xampp\\htdocs\\espocrm\\applica tion\\Espo\\Core\\Utils\\File\\Manager.php","line" :536,"context":{"dirPaths":["data/cache\\application"],"result":true,"dirPath":"data/cache\\application"}} []
[2017-11-14 16:54:02] Espo.ERROR: API [POST]:/Admin/fieldManager/:scope, Params:Array ( [scope] => Account ) , InputData: {"type":"varchar","required":false,"trim":true,"dy namicLogicVisible":null,"dynamicLogicRequired":nul l,"dynamicLogicReadOnly":null,"name":"wtn5","label ":"WTN5","maxLength":40,"tooltipText":"","default" :"","audited":false,"readOnly":false,"tooltip":fal se} - Error while clearing cache [] []
[2017-11-14 16:54:02] Espo.ERROR: Display Error: Error while clearing cache, Code: 500 URL: /espocrm/api/v1/Admin/fieldManager/Account [] []
Comment