Symfony 警告:DOMElement::setAttribute():字符串不在 UTF-8 中

Symfony Warning: DOMElement::setAttribute(): string is not in UTF-8

我在 windows 机器上 运行 Symfony 2.8 项目时遇到这个错误。我已经阅读了该论坛中提供的所有相关问题,并尝试了每一个问题,但没有成功。有人遇到过这个问题吗?

注意:此项目在 ubuntu 系统中运行良好,没有任何问题。

你们中的任何人都可以给我意见来帮助我解决这个问题吗?

命令行中的完整错误是,

[Symfony\Component\Debug\Exception\ContextErrorException]
  Warning: DOMElement::setAttribute(): string is not in UTF-8

似乎 this issue is related and according to this 评论您需要将项目更新为 3.x(或 4.x)或从您的代码中消除问题的原因。