eccube3で管理者画面にログインしたら以下のエラーがでました。
PHP Fatal error: Cannot inherit previously-inherited or override constant MARKER from interface Doctrine\\Common\\Persistence\\Proxy in /var/www/vhosts/eccube/vendor/doctrine/common/lib/Doctrine/Common/Proxy/Proxy.php on line 33,
どうやらdoctrineの問題のようですが、APCが引き金で発生するようです。 APC無効化で発生しなくなりました。