Why might I recieve this error: __PHP_Incomplete_Class Object ( [__PHP_Incomplete_Class_Name] This error came about all of a sudden, without editing the object in question. -cilverphox
Have you upgraded PHP recently? It might be due to the new way in which serialize() works. Check for anywhere you are (un)serializing and also have a read of http://php.net/unserialize .. the 'unserialize_callback_func directive' note.
Forum Rules
Bookmarks