Needs review
Project:
Echo
Version:
7.x-1.9
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Sep 2013 at 07:57 UTC
Updated:
27 Nov 2015 at 17:06 UTC
Jump to comment: Most recent
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