Closed (fixed)
Project:
Embed widgets
Version:
6.x-2.0-alpha2
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
30 Oct 2009 at 17:44 UTC
Updated:
3 Jan 2014 at 00:29 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
kvit commented+1
Comment #2
esteewhy commentedConfirm.
This problem is a side-effect of using a DomDocument API inside embed_widgets_alter_links function in embed_widgets.module:519 file.
The symptoms were passionately described, for example, there. But their solution doesn't work.
Something that works is given here.
That is, need to replace a line #519 at embed_widgets.module with something like:
No patches, sorry, but the fix is trivial.
Comment #3
jtsnow commentedThanks for the quick fix, esteewhy. I have tested and committed.