Symfony 4 Warning: filemtime() [closed]

泄露秘密 提交于 2020-01-24 21:35:13

问题


it's an update form, if i try to update the first time it works but the second time i got this error:

Warning: filemtime(): stat failed for .../vendor/ocramius/proxy-manager/src/ProxyManager/GeneratorStrategy/EvaluatingGeneratorStrategy.php(54) : eval()'d code

and the exception is catched here:

 $form->handleRequest($request);

What i understood that's liated to cache, so i cleared it. But i got always the same problem : it works just the first time after i got the same error

来源:https://stackoverflow.com/questions/59414791/symfony-4-warning-filemtime

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!