Feed Manager - Outgoing RSS Feed

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
6/7/2009 5:37:30 AM
Gravatar
Total Posts 9

Feed Manager - Outgoing RSS Feed

I have problem with my RSS Feed. You can see it on this page: http://www.money-top10.com/money-resources.aspx If you click on http://www.money-top10.com/aggregator41rss.aspx and one of the other immediately after http://www.money-top10.com/aggregator31rss.aspx , you will see the same content. If you click on the first one, and wait 10 minutes or more before you select the other one. You will see the correct content. I have the same problem on all my RSS Feed on this page: http://www.stockpicksexpert.com/ I will be very happe if somebody have a solution on this Thanks for grate product Best Regard Big MojoPortal Fan:)
6/8/2009 7:40:28 AM
Gravatar
Total Posts 18439

Re: Feed Manager - Outgoing RSS Feed

Hi,

I confirm this as a bug. It is easily fixed. If you edit the file /FeedManager/FeedAggregate.aspx using a text editor, change from this:

<%@ OutputCache Duration="600" VaryByParam="none" %>

to this:

<%@ OutputCache Duration="600" VaryByParam="mid;" %>

It will fix it.

Thanks,

Joe

6/8/2009 10:34:31 AM
Gravatar
Total Posts 18439

Re: Feed Manager - Outgoing RSS Feed

Hey,

Many thanks for the beers! Very much appreciated.

Cheers,

Joe 

6/8/2009 10:35:15 AM
Gravatar
Total Posts 9

Re: Feed Manager - Outgoing RSS Feed

Hei Joe

I am very happy for you suport, and all your work around MojoPortal. A fix on this bug was very important for me. I have just sent you some beers, and I will send your more when I see the fix in the next version. I am very happy. Have a greate day:)

8/26/2009 3:59:17 PM
Gravatar
Total Posts 9

Re: Feed Manager - Outgoing RSS Feed

Your fix <%@ OutputCache Duration="600" VaryByParam="mid;" %>

 was excellent for mojoPortal Version 2.2.5.8 MSSQL and mojoPortal Version 2.3.0.1 MSSQL,

but for mojoPortal Version 2.3.1.0 MSSQL where this fix is standard

outgoing RSS Feed have cache problems as before the fix. I will be very glad if it's a solution

on this.

 

(If it's a fix on the problem above I will complate my upgrade from   2.2.5.8 to  2.3.1.0, if not I will upgrade

from  2.2.5.8 to  2.3.0.1 and use the old fix ( <%@ OutputCache Duration="600" VaryByParam="mid;" %>))

 

 

 

 

8/27/2009 7:25:06 AM
Gravatar
Total Posts 18439

Re: Feed Manager - Outgoing RSS Feed

I am not seeing any issues with this in the latest version, it has the same fix and it works correctly for me. If I have 2 feed managers with different feeds then the outbound aggregated feed of each Feed Manager instance has the correct content.

The lates version is 2.3.1.5.

Important. Your current version 2.2.5.8 is very old, it only required ASP.NET 2.0. To upgrade to the newest version you need ASP.NET 3.5 SP1

You will also need to be aware that any custom skins you have will need to be modified to work correctly with the new versions of mojoPortal. See http://www.mojoportal.com/important-skin-changes.aspx

Hope it helps,

Joe

You must sign in to post in the forums. This thread is closed to new posts.