Having a problem with my Blog feeds.

This is an open forum for any mojoPortal topics that don't fall into the other categories.

This thread is closed to new posts. You must sign in to post in the forums.
5/3/2011 5:52:45 AM
Gravatar
Total Posts 11

Having a problem with my Blog feeds.

Hiiiiii....

 

Really really guys... am soooo thrilled about this wonderful product... its perfect and VERY VERY Customizable... and you have an answer for almost every thing..

 

THanks to you now I've uploaded my website successfully on godaddy. I developed some small custome modules "Only a jquery slider for my home page" you can see it on my "UNDER CONSTRUCTION" web site http://www.aprilit.com.

Now the story is that I've been developing the website locally.. I've created a news page with simple blog module in it.. then added a feed manager module to my home page that reads the blog entries. locally it worked fine,, then I ' created a brand new copy of my website on godaddy.com, installed my new skin and new custom slider.. added news page, BUT feed URL is not working, an error occurs and I have no clue about it! 

My question:

  • Where I can see the errors log, is there any exception handler that stores errors in DB or some  text file
  • What is the problem exactly? I can't get. please  check my website news page and let me know WHATS WRONG cheeky

THanks every body.

 

Your the best

 

5/3/2011 6:59:53 AM
Gravatar
Total Posts 18439

Re: Having a problem with my Blog feeds.

Hi,

To find out about error details see Basic Troubleshooting

Once you have the error details the problem may become clear, if not then post the error detail for the specific error (not your whole error log) and we may be able to help.

See also Moving an Installation of mojoPortal to Another Server

Hope that helps,

Joe

5/3/2011 7:36:36 AM
Gravatar
Total Posts 11

Re: Having a problem with my Blog feeds.

Thanks Joe for your fast response...

I checked the error and it seems that something send a null value parameter. this is the error details.

2011-05-03 05:25:34,075 ERROR mojoPortal.Web.Global - 195.39.143.89-en-US - /blog4rss.aspx
System.ArgumentNullException: Value cannot be null.
Parameter name: value
   at Argotic.Syndication.RssChannel.set_Title(String value)
   at mojoPortal.Web.FeedUI.RssPage.RenderRss()
   at mojoPortal.Web.FeedUI.RssPage.Page_Load(Object sender, EventArgs e)
   at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e)
   at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)
   at System.Web.UI.Control.OnLoad(EventArgs e)
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

Another issue I faced a lot is that some module suffers an error when having any date field, that because our our PC cultures mostly uses dd/mm/yyyy as date format, while db uses mm/dd/yyyy, so when posting a date like 23/04/2011 it gives an error that this date is out of range. since it read 23 as the month value which causes an exception, we solve this issue "normally as workaround" by using nvarchar(10) instead of using Date SQL column type. I wonder if there are any other work around you can help me with. please advice.

5/3/2011 7:45:04 AM
Gravatar
Total Posts 18439

Re: Having a problem with my Blog feeds.

This happens if your blog does not have a title, ie if you click the settings on your blog, on the general tab, the Feature Instance Title cannot be blank or it causes this error. If you don't want to show the title you can uncheck the box for Show Title.

Hope it helps,

Joe

5/3/2011 8:09:49 AM
Gravatar
Total Posts 11

Re: Having a problem with my Blog feeds.

YES MY FRIEND THAT HELPED.

any help about the other issue i mentioned earlier?

Another issue I faced a lot is that some module suffers an error when having any date field, that because our our PC cultures mostly uses dd/mm/yyyy as date format, while db uses mm/dd/yyyy, so when posting a date like 23/04/2011 it gives an error that this date is out of range. since it read 23 as the month value which causes an exception, we solve this issue "normally as workaround" by using nvarchar(10) instead of using Date SQL column type. I wonder if there are any other work around you can help me with. please advice.

 

also,, Can I have more than one instant of EventCalender,, ie. I want to display a calender in my home page, and transfer a link to see the same calendar as a stand alone page, but renderes the same data?

 

 

THANKS A MILLION:

 

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