R refael Well-known member Dec 2, 2015 #1 DataWriter.php PHP: if (empty($fieldData['unsafe']) && XenForo_Helper_Php::serializedContainsObject($value)) { throw new XenForo_Exception("Serialized value contains an object and this is now allowed"); } now allowed => not allowed
DataWriter.php PHP: if (empty($fieldData['unsafe']) && XenForo_Helper_Php::serializedContainsObject($value)) { throw new XenForo_Exception("Serialized value contains an object and this is now allowed"); } now allowed => not allowed
Mike XenForo developer Staff member Dec 2, 2015 #2 Yeah, we noticed that shortly after release of course. It's been fixed. Thanks!