Error, when trying to create an rss-feed Options
racer.x
Posted: Thursday, July 27, 2006 11:01:22 AM

Rank: Devotee

Joined: 7/20/2006
Posts: 71
Location: Nürnberg, Germany
Hi,
installing the umbraco_rss_package_1_1.zip was easy.
But now I get the following error, when i want to create an rss-feed:




<strong>ERROR CREATING CONTROL FOR NODETYPE: initrss </strong>
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.ArgumentException: ERROR CREATING CONTROL FOR NODETYPE: initrss

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:


[ArgumentException: ERROR CREATING CONTROL FOR NODETYPE: initrss]
umbraco.cms.presentation.Create.Page_Load(Object sender, EventArgs e) +556
System.Web.UI.Control.OnLoad(EventArgs e) +67
umbraco.BasePages.BasePage.OnLoad(EventArgs e) +9
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Page.ProcessRequestMain() +733




Does anyone have any suggestions please?
cpalm
Posted: Thursday, July 27, 2006 11:54:41 AM

Rank: Aficionado

Joined: 7/19/2006
Posts: 165
Have you upgraded umbraco to version 2.4 after you installed the rss extension?

Please confirm that this XML is found in the file:
/umbraco/config/create/UI.xml

&lt;nodeType alias="initrss"&gt;
&lt;header&gt;RSS Feed&lt;/header&gt;
&lt;usercontrol&gt;/create/simple.ascx&lt;/usercontrol&gt;
&lt;tasks&gt;
&lt;create assembly="umbracoRss" type="BusinessLogic.rssCreateTasks"/&gt;
&lt;/tasks&gt;
&lt;/nodeType&gt;

&lt;nodeType alias="rssInstance"&gt;
&lt;header&gt;RSS Feed&lt;/header&gt;
&lt;usercontrol&gt;/create/simple.ascx&lt;/usercontrol&gt;
&lt;tasks&gt;
&lt;delete assembly="umbracoRss" type="BusinessLogic.rssCreateTasks"/&gt;
&lt;/tasks&gt;
&lt;/nodeType&gt;

CPalm, www.cpalm.dk
racer.x
Posted: Thursday, July 27, 2006 12:05:18 PM

Rank: Devotee

Joined: 7/20/2006
Posts: 71
Location: Nürnberg, Germany
Hi Christian,
that was the point.
Copied the xml into the ui.xml and everything is wonderful now.

Thank you for your fast help.

Users browsing this topic
Guest


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.