FrankProjects/UltimateWarfare

Deprecation warning: Using XML mapping driver with XSD validation disabled is deprecated

frank9999 opened this issue · 2 comments

Reported in server log, need to deep dive into how to fix this warning.

{
  "message": "User Deprecated: Using XML mapping driver with XSD validation disabled is deprecated and will not be supported in Doctrine ORM 3.0. (XmlDriver.php:64 called by SimplifiedXmlDriver.php:23, https://github.com/doctrine/orm/pull/6728, package doctrine/orm)",
  "context": {
    "exception": {
      "class": "ErrorException",
      "message": "User Deprecated: Using XML mapping driver with XSD validation disabled is deprecated and will not be supported in Doctrine ORM 3.0. (XmlDriver.php:64 called by SimplifiedXmlDriver.php:23, https://github.com/doctrine/orm/pull/6728, package doctrine/orm)",
      "code": 0,
      "file": "/var/www/prod.ultimate-warfare.com/releases/11/vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php:209"
    }
  },
  "level": 200,
  "level_name": "INFO",
  "channel": "php",
  "datetime": "",
  "extra": {}
}

Fixed in #175