Error after force content versioning.

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.
4/13/2009 3:04:19 PM
Gravatar
Total Posts 550

Error after force content versioning.

Hi Joe

I test versioning feature of the HtmlContent Module. After I force content versioning following error occur when I want to Edit content.

Best,

Asad

 

LoginName
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.IndexOutOfRangeException: LoginName

Source Error:

Line 297: } Line 298: Line 299: List<ContentHistory> history = ContentHistory.GetPage(html.ModuleGuid, pageNumber, pageSize, out totalPages); Line 300: Line 301: PagedDataSource pagedDS = new PagedDataSource();


Source File: E:\MyProjects\mp\Web\HtmlEdit.aspx.cs Line: 299

4/13/2009 3:18:56 PM
Gravatar
Total Posts 18439

Re: Error after force content versioning.

Hi Asad,

I forgot to increment the version so it would run the script.

Do svn update again, rebuild solution, and visit /Setup/Default.aspx again and it will be fixed.

Please in the future report issues about the  svn source code version of mojoPortal in the developer forum instead of the bug forum.

Best,

Joe

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