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?
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?
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.