0

I get this error when using chrome but not in Firefox!

i have tried clearing the cache and cookies doesn't make any difference... Anyone got an idea what it is?

vilya.if
  • 11
  • 1

1 Answers1

0

This usually means that you tried to deserialize the object without a loaded class. First include the class (require or include) and then try.

See this answer.

PHP Manual: Object Serialization

Community
  • 1
  • 1
bnahin
  • 796
  • 1
  • 7
  • 20