System.IndexOutOfRangeException: SubTitle

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.
7/20/2014 7:09:59 AM
Gravatar
Total Posts 20

System.IndexOutOfRangeException: SubTitle

my site has worked well for years

but from a few days ago, i truncate database in control panel , now when i want to go forum , i had this error

you can check address in below:

here

compiled version

sql server

 

error :

 

SubTitle

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: SubTitle

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.

 

 

 

7/20/2014 2:44:58 PM
Gravatar
Total Posts 2239

Re: System.IndexOutOfRangeException: SubTitle

Do you have a backup of the database?

Why did you truncate the database?

7/20/2014 5:56:02 PM
Gravatar
Total Posts 20

Re: System.IndexOutOfRangeException: SubTitle

no Reason

yes , but it's old

what's the problem?

 

7/21/2014 7:27:34 AM
Gravatar
Total Posts 18439

Re: System.IndexOutOfRangeException: SubTitle

Truncating the database would delete all the data in all the tables. I don't think you did that since only the blog page on your site is broken. 

There error is complaining about a missing column SubTitle which should exist in the mp_Blogs table. I would see if that column exists or not and if it does not then I would add it as nvarchar(500)

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