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
Comment #1
Jose Chaves commentedSomething similar to me. And it seems also that Echo is suddenly generating some error in Simplenews sending email.
Comment #2
Stevel commentedIt 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.
Comment #3
shantanu1 commentedDOMDocument issue fixing.
Comment #4
shantanu1 commented