When adding Steam Community Module as block on right sidebar, errors ensue.
hobote - November 20, 2007 - 16:19
| Project: | Steam Community |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed |
Jump to:
Description
I installed the Steam Community module and set my community name in the settings, I then proceeded to add it to the right sidebar, and received the following errors:
* warning: DOMDocument::loadXML() [function.DOMDocument-loadXML]: Entity 'eacute' not defined in Entity, line: 67 in /home/.dusk/hobot/nvrfgt.com/modules/steam_community/steam_community.module on line 184.
* warning: DOMDocument::loadXML() [function.DOMDocument-loadXML]: Opening and ending tag mismatch: br line 97 and p in Entity, line: 98 in /home/.dusk/hobot/nvrfgt.com/modules/steam_community/steam_community.module on line 184.
* warning: DOMDocument::loadXML() [function.DOMDocument-loadXML]: Opening and ending tag mismatch: br line 97 and div in Entity, line: 99 in /home/.dusk/hobot/nvrfgt.com/modules/steam_community/steam_community.module on line 184.
* warning: DOMDocument::loadXML() [function.DOMDocument-loadXML]: Opening and ending tag mismatch: br line 96 and div in Entity, line: 100 in /home/.dusk/hobot/nvrfgt.com/modules/steam_community/steam_community.module on line 184.
* warning: DOMDocument::loadXML() [function.DOMDocument-loadXML]: Entity 'copy' not defined in Entity, line: 111 in /home/.dusk/hobot/nvrfgt.com/modules/steam_community/steam_community.module on line 184.
* warning: DOMDocument::loadXML() [function.DOMDocument-loadXML]: Opening and ending tag mismatch: br line 96 and center in Entity, line: 113 in /home/.dusk/hobot/nvrfgt.com/modules/steam_community/steam_community.module on line 184.
* warning: DOMDocument::loadXML() [function.DOMDocument-loadXML]: Premature end of data in tag p line 95 in Entity, line: 114 in /home/.dusk/hobot/nvrfgt.com/modules/steam_community/steam_community.module on line 184.
* warning: DOMDocument::loadXML() [function.DOMDocument-loadXML]: Premature end of data in tag div line 93 in Entity, line: 114 in /home/.dusk/hobot/nvrfgt.com/modules/steam_community/steam_community.module on line 184.
* warning: DOMDocument::loadXML() [function.DOMDocument-loadXML]: Premature end of data in tag div line 92 in Entity, line: 114 in /home/.dusk/hobot/nvrfgt.com/modules/steam_community/steam_community.module on line 184.
* warning: DOMDocument::loadXML() [function.DOMDocument-loadXML]: Premature end of data in tag center line 14 in Entity, line: 114 in /home/.dusk/hobot/nvrfgt.com/modules/steam_community/steam_community.module on line 184.
* warning: DOMDocument::loadXML() [function.DOMDocument-loadXML]: Premature end of data in tag body line 13 in Entity, line: 114 in /home/.dusk/hobot/nvrfgt.com/modules/steam_community/steam_community.module on line 184.
* warning: DOMDocument::loadXML() [function.DOMDocument-loadXML]: Premature end of data in tag html line 2 in Entity, line: 114 in /home/.dusk/hobot/nvrfgt.com/modules/steam_community/steam_community.module on line 184.
* warning: DOMDocument::loadXML() [function.DOMDocument-loadXML]: Entity 'eacute' not defined in Entity, line: 67 in /home/.dusk/hobot/nvrfgt.com/modules/steam_community/steam_community.module on line 184.
* warning: DOMDocument::loadXML() [function.DOMDocument-loadXML]: Opening and ending tag mismatch: br line 97 and p in Entity, line: 98 in /home/.dusk/hobot/nvrfgt.com/modules/steam_community/steam_community.module on line 184.
* warning: DOMDocument::loadXML() [function.DOMDocument-loadXML]: Opening and ending tag mismatch: br line 97 and div in Entity, line: 99 in /home/.dusk/hobot/nvrfgt.com/modules/steam_community/steam_community.module on line 184.
* warning: DOMDocument::loadXML() [function.DOMDocument-loadXML]: Opening and ending tag mismatch: br line 96 and div in Entity, line: 100 in /home/.dusk/hobot/nvrfgt.com/modules/steam_community/steam_community.module on line 184.
* warning: DOMDocument::loadXML() [function.DOMDocument-loadXML]: Entity 'copy' not defined in Entity, line: 111 in /home/.dusk/hobot/nvrfgt.com/modules/steam_community/steam_community.module on line 184.
* warning: DOMDocument::loadXML() [function.DOMDocument-loadXML]: Opening and ending tag mismatch: br line 96 and center in Entity, line: 113 in /home/.dusk/hobot/nvrfgt.com/modules/steam_community/steam_community.module on line 184.
* warning: DOMDocument::loadXML() [function.DOMDocument-loadXML]: Premature end of data in tag p line 95 in Entity, line: 114 in /home/.dusk/hobot/nvrfgt.com/modules/steam_community/steam_community.module on line 184.
* warning: DOMDocument::loadXML() [function.DOMDocument-loadXML]: Premature end of data in tag div line 93 in Entity, line: 114 in /home/.dusk/hobot/nvrfgt.com/modules/steam_community/steam_community.module on line 184.
* warning: DOMDocument::loadXML() [function.DOMDocument-loadXML]: Premature end of data in tag div line 92 in Entity, line: 114 in /home/.dusk/hobot/nvrfgt.com/modules/steam_community/steam_community.module on line 184.
* warning: DOMDocument::loadXML() [function.DOMDocument-loadXML]: Premature end of data in tag center line 14 in Entity, line: 114 in /home/.dusk/hobot/nvrfgt.com/modules/steam_community/steam_community.module on line 184.
* warning: DOMDocument::loadXML() [function.DOMDocument-loadXML]: Premature end of data in tag body line 13 in Entity, line: 114 in /home/.dusk/hobot/nvrfgt.com/modules/steam_community/steam_community.module on line 184.
* warning: DOMDocument::loadXML() [function.DOMDocument-loadXML]: Premature end of data in tag html line 2 in Entity, line: 114 in /home/.dusk/hobot/nvrfgt.com/modules/steam_community/steam_community.module on line 184.
#1
Yep - I discovered this one myself last night. I'm working on a rewrite that doesn't use DOMDocument. Unfortunately, this means a complete rewrite of the data processing. I'll post back up once it's fixed.
#2
Hi,
is there an update, i got same problem :(
#3
I should be able to get to this later this week. Sorry for the delay.
#4
Sorry, everyone, for the delay on this. If anyone wants to tackle a patch for it, I'd gladly accept one that uses PHP's native event-based XML parsing (see Drupal core's XML processing implemented in aggregator module for examples). I just don't have time to get to it.
In the meantime, I've added checks for the right methods and added support for PHP4. If you're using PHP5, you need DOMDocument. If you're using PHP4, you need domxml. See http://drupal.org/project/cvs/190702