Problem with memberlist and RSS feeds

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.
10/24/2010 11:06:29 AM
Gravatar
Total Posts 4

Problem with memberlist and RSS feeds

Hi,

 

I have a problem with 2.3.5.4 version of the pgsql mojoportal update on windows server 2008. The member list and RSS feeds fail to load with the following error in the system log:

 

2010-10-24 17:05:34,165 ERROR mojoPortal.Web.mojoBasePage - 109.154.181.233-en-GB - /WISCE/MemberList.aspx
System.NullReferenceException: Object reference not set to an instance of an object.
at mojoPortal.Web.UI.Pages.MemberList.OnInit(EventArgs e)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
2010-10-24 17:05:34,290 ERROR mojoPortal.Web.Global - 109.154.181.233-en-GB - /WISCE/MemberList.aspx
System.NullReferenceException: Object reference not set to an instance of an object.
at mojoPortal.Web.UI.Pages.MemberList.OnInit(EventArgs e)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
2010-10-24 17:05:38,915 ERROR mojoPortal.Web.UI.CmsPage - failed to load control FeedManager/FeedManagerModule.ascx
System.Web.HttpCompileException (0x80004005): c:\inetpub\wwwroot\WISCE\FeedManager\FeedManagerModule.ascx(28): error CS0103: The name 'UseFeedListAsFilter' does not exist in the current context
at System.Web.Compilation.BuildManager.CompileWebFile(VirtualPath virtualPath)
at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate)
at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate)
at System.Web.Compilation.BuildManager.GetVPathBuildResult(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean ensureIsUpToDate)
at System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath)
at mojoPortal.Web.UI.CmsPage.LoadPage()

 

The error is the same in both the 3.5 and 4.0 .NET versions.

Cheers

Rich

10/26/2010 6:59:32 AM
Gravatar
Total Posts 18439

Re: Problem with memberlist and RSS feeds

Hi Richard,

Sorry but these errors indicate to me that somehow not all the files are getting deployed when you uploaded the new version.

I recommend redeploy the files and use a robust ftp client like FileZilla and watch carefully for any failed transfers and retry until they all succeed.

Hope it helps,

Joe

10/27/2010 7:45:00 AM
Gravatar
Total Posts 4

Re: Problem with memberlist and RSS feeds

Hi Joe,

 

Thanks for you reply. You were correct  - it seems that for some reason when I copied the new update over it didn't overwrite the existing files correctly. I still have a small problem with the member list section using PGSQL however, when I attempt to page through the member list it fails and returns the following:

 

 ERROR: 42601: syntax error at or near ":"
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: Npgsql.NpgsqlException: ERROR: 42601: syntax error at or near ":"

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:

[NpgsqlException (0x80004005): ERROR: 42601: syntax error at or near ":"]
   Npgsql.<ProcessBackendResponses_Ver_3>d__a.MoveNext() +502
   Npgsql.ForwardsOnlyDataReader.GetNextResponseObject() +519
   Npgsql.ForwardsOnlyDataReader.GetNextRowDescription() +77
   Npgsql.ForwardsOnlyDataReader.NextResult() +67
   Npgsql.ForwardsOnlyDataReader..ctor(IEnumerable`1 dataEnumeration, CommandBehavior behavior, NpgsqlCommand command, NotificationThreadBlock threadBlock, Boolean synchOnReadError) +119
   Npgsql.NpgsqlCommand.GetReader(CommandBehavior cb) +226
   Npgsql.NpgsqlCommand.ExecuteReader(CommandBehavior cb) +185
   mojoPortal.Data.NpgsqlHelper.ExecuteReader(String connectionString, CommandType commandType, String commandText, NpgsqlParameter[] commandParameters) +188
   mojoPortal.Data.DBSiteUser.GetUserListPage(Int32 siteId, Int32 pageNumber, Int32 pageSize, String userNameBeginsWith) +752
   mojoPortal.Business.SiteUser.GetPage(Int32 siteId, Int32 pageNumber, Int32 pageSize, String userNameBeginsWith, Int32& totalPages) +106
   mojoPortal.Web.UI.Pages.MemberList.BindAlphaList() +123
   mojoPortal.Web.UI.Pages.MemberList.PopulateControls() +496
   mojoPortal.Web.UI.Pages.MemberList.Page_Load(Object sender, EventArgs e) +278
   System.Web.UI.Control.OnLoad(EventArgs e) +91
   mojoPortal.Web.mojoBasePage.OnLoad(EventArgs e) +44
   System.Web.UI.Control.LoadRecursive() +74
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2207


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1

 

 

Cheers

 

Richard 

10/27/2010 9:02:26 AM
Gravatar
Total Posts 18439

Re: Problem with memberlist and RSS feeds

Hi Richard,

That error does look like an actual bug, I will investigate it today. We are very close to a new release so it is very timely to get reports of real bugs so we can fix them before this release.

I'll post again after I look into this.

Best,

Joe

10/27/2010 11:41:47 AM
Gravatar
Total Posts 18439

Re: Problem with memberlist and RSS feeds

This is now fixed in the source code repository and will be fixed in the coming release (should be in the next 2 days).

Best,

Joe

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