Umbraco Version: umbraco v 4.0.2.1 (Assembly version: 1.0.3441.17657)
Hello,
while working with live writer and umbraco blog I discovered a little problem. Creating a new blogpost, adding tags and publishing it works fine but the filtering on categories does not work for the posts published with livewriter. The problem is solved If you publish in the umbraco admin.
The "cmsTagRelationship" table looks ok and in if you look at the umbraco admin the post looks fine and published.
I think the problem is in the "cmsContentXml" table! After publishing with live writer the item in the db looks like this:
Has anyone found a solution to this? I have the same issue.
To fix, I have to go into the content pane, tweak the post and cause it to re-save. The tags are then correct.
FWIW, I don't quite get the relationship between the tags in the xml and the tags in the tags and tagrelationship table. Is one deprecated? Different code/markup uses different sources.
umbraco blog and livewriter problem
Umbraco Version: umbraco v 4.0.2.1 (Assembly version: 1.0.3441.17657)
Hello,
while working with live writer and umbraco blog I discovered a little problem.
Creating a new blogpost, adding tags and publishing it works fine but the filtering on categories does not work for the posts published with livewriter. The problem is solved If you publish in the umbraco admin.
The "cmsTagRelationship" table looks ok and in if you look at the umbraco admin the post looks fine and published.
I think the problem is in the "cmsContentXml" table!
After publishing with live writer the item in the db looks like this:
<node id="1569" version="73a65854-51e1-4728-88a6-f7e343338760" parentID="1551" level="7" writerID="6" creatorID="6" nodeType="1219" template="1216" sortOrder="7" createDate="2009-11-25T13:26:53" updateDate="2009-11-25T13:26:54" nodeName="blogitem3" urlName="blogitem3" writerName="Chris" creatorName="Chris" nodeTypeAlias="BlogPost" path="-1,1116,1044,1224,1549,1550,1551,1569"><data alias="bodyText"><![CDATA[ <p>blogitem 3</p> ]]></data><data alias="tags"><![CDATA[]]></data></node>
After publishing in umbraco it is:
<node id="1569" version="73a65854-51e1-4728-88a6-f7e343338760" parentID="1551" level="7" writerID="6" creatorID="6" nodeType="1219" template="1216" sortOrder="7" createDate="2009-11-25T13:26:53" updateDate="2009-11-25T13:26:54" nodeName="blogitem3" urlName="blogitem3" writerName="Chris" creatorName="Chris" nodeTypeAlias="BlogPost" path="-1,1116,1044,1224,1549,1550,1551,1569"><data alias="bodyText"><![CDATA[ <p>blogitem 3</p> ]]></data><data alias="tags"><![CDATA[containerpark]]></data></node>
Does anyone know what the problem is and how I can fix it?
grtz Bart
Has anyone found a solution to this? I have the same issue.
To fix, I have to go into the content pane, tweak the post and cause it to re-save. The tags are then correct.
FWIW, I don't quite get the relationship between the tags in the xml and the tags in the tags and tagrelationship table. Is one deprecated? Different code/markup uses different sources.
Pete
is working on a reply...