__PHP_Incomplete_Class_Name wrong

后端 未结 10 1432
小蘑菇
小蘑菇 2020-12-10 04:15

We\'re randomly getting some very strange error logs. They don\'t happen on every page hit, even with the same parameters/actions/etc, and they don\'t seem repeatable, each

10条回答
  •  Happy的楠姐
    2020-12-10 04:50

    Are you, by any chance, using some opcode cache (e.g. APC, XCache) or some debugger? They sometimes cause weird things to happen. If there isn't and never was a LoginLogging class in your project, but yours is not the only project on the server, I would bid on the cache.

提交回复
热议问题