Fatal error: Uncaught Error: The script tried to modify a property on an incomplete object. Please ensure that the class definition "SuperCustomXyz" of the object you are trying to operate on was loaded _before_ unserialize() gets called or provide an autoloader to load the class definition in /in/WJiN0:78
Stack trace:
#0 /in/WJiN0(73): map_deep(Object(__PHP_Incomplete_Class), 'stripslashes_fr...')
#1 /in/WJiN0(100): map_deep(Array, 'stripslashes_fr...')
#2 {main}
thrown in /in/WJiN0 on line 78
Process exited with code 255.
Notice: map_deep(): The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition "SuperCustomXyz" of the object you are trying to operate on was loaded _before_ unserialize() gets called or provide an autoloader to load the class definition in /in/WJiN0 on line 78
Notice: map_deep(): The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition "SuperCustomXyz" of the object you are trying to operate on was loaded _before_ unserialize() gets called or provide an autoloader to load the class definition in /in/WJiN0 on line 78
Array
(
[0] => __PHP_Incomplete_Class Object
(
[__PHP_Incomplete_Class_Name] => SuperCustomXyz
[ SuperCustomXyz x] => test
)
[testdata] => Array
(
[a] => 1
[b] => 2
)
)