I realize this isn't the totlaly correct forum for this :) But I posted this question in the announcments forum and Sebastian said there had been a discussion here about the same issue.... I looked around a bit and couldn't find anything SO I figured I'd just post my issue and see if it rang any bells :)
my BLog Module generates the right link for syndication but I can't get the announcments one to
http://www.cyberfetishdolls.com/
Bottom LEFT
I click it and it just like refreshes the page and than pops open a new window ....
http://www.cyberfetishdolls.com/Home/moduleid/422.aspx
With no ability to subscribe to a feed
I've done all the stuff I've seen
-set cache on that page to 0
-Set the Search Engine thing to run every 2 minutes
-clicked reindex site
-restarted the app pool
but still doesn't seem to be working so well
I'm running DNN 5.0.1
When I try to run it locally I get the following exception when I click on syndicate
Object reference not set to an instance of an object.
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.NullReferenceException: Object reference not set to an instance of an object.
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:
[NullReferenceException: Object reference not set to an instance of an object.]
DotNetNuke.Services.Syndication.RssHandler.PopulateChannel(String channelName, String userName) +1154
DotNetNuke.Services.Syndication.RssHttpHandlerBase`3.System.Web.IHttpHandler.ProcessRequest(HttpContext context) +79
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +181
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +75
|