__PHP_Incomplete_Class_Name wrong

后端 未结 10 1408
小蘑菇
小蘑菇 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条回答
  •  自闭症患者
    2020-12-10 04:53

    If your trying to access a property method of an object or serialized value you've stored in a $_SESSION variable and you included the class after calling session_start() try including the class before calling session_start();

提交回复
热议问题