I installed echo and saw this error: Warning: DOMDocument::loadHTML() [domdocument.loadhtml]: ID Top already defined in Entity, line: 117 in echo_requirements() (line 22 of /home/honeycom/public_html/new/sites/all/modules/echo/echo.install).

Not sure what to do.

Comments

Jose Chaves’s picture

Something similar to me. And it seems also that Echo is suddenly generating some error in Simplenews sending email.

Stevel’s picture

It appears that the HTML you are trying to send is not valid (two HTML ids with the same name?), which causes the warning to appear.

shantanu1’s picture

Issue summary: View changes

DOMDocument issue fixing.

shantanu1’s picture

Status: Active » Needs review