Symfony2 bootstrap.php.cache tries to include a non-existent file

后端 未结 1 1208
隐瞒了意图╮
隐瞒了意图╮ 2021-01-16 12:49

we have a Symfony 2.6.8 application, we randomly get this weird error log:

[Thu Jun 11 12:29:14 2015] [error] [client 1.1.1.1] PHP Fatal error: requ

相关标签:
1条回答
  • 2021-01-16 13:22

    As explained in this question which is exactly the same issue: "Call to undefined method" after apache reload using apc opcode cache.

    The bug comes from the Apache2 reload for the log rotate.

    Removing the ApcAutoloder solved the issue.

    0 讨论(0)
提交回复
热议问题