Create initial data with 2.2 MSSQL release

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.
1/16/2007 4:26:46 AM
Gravatar
Total Posts 488

Create initial data with 2.2 MSSQL release

In the past on the home page a text was created with instructions how to log in to the site. Now the wellcome page is created, but it is empty.
Is that a bug?
2/1/2007 8:41:49 AM
Gravatar
Total Posts 488

Re: Create initial data with 2.2 MSSQL release

The same problem is in Postgre release 2.2.1.4.
"content Staging" page is also created empty (with an empty html module).
2/1/2007 8:57:00 PM
Gravatar
Total Posts 18439

Re: Create initial data with 2.2 MSSQL release

Hi Alexander,

I will look into this when I get a chance. I suspect it may be a localization bug because I have never seen this on a clean install in my testing. Content comes from localized files in the Data/MessageTemplates folder. I suspect it could be related to browser language being set to Russian during install.

I don't think it is related to the data layer.

Thanks,

Joe
2/9/2007 8:06:51 AM
Gravatar
Total Posts 488

Re: Create initial data with 2.2 MSSQL release

The same problem with 2.2.1.5 release.
I have tested for SQL Server for both russian and english browser settings.
All the rest initial data is created in english in any case.

I tried to debug.
The text is successfully extracted from template files and even stored in the database, but for some reason not showed by HtmlContent module.
After the initial data is created when I try to edit the empty content, new record appears in mp_HtmlContent table (!), but the record created with initial data is not altered. The difference is in ItemID, SortOrder (100 for initial and 500 for new record), UserID (1 for initial and -1 for new) and in publishing dates.

I hope this information can help.
2/9/2007 5:36:26 PM
Gravatar
Total Posts 18439

Re: Create initial data with 2.2 MSSQL release

I've made a note to look into this. I have never seen this behavior in my testing so the key question is why doesn't it display the data.

Thanks,

Joe
4/12/2007 10:05:58 AM
Gravatar
Total Posts 488

Re: Create initial data with 2.2 MSSQL release

The same problem with the latest pgsql version from SVN.
4/12/2007 10:39:56 AM
Gravatar
Total Posts 18439

Re: Create initial data with 2.2 MSSQL release

I still have never been able to produce this bug.
I am thinking about changing the way initial data is created so that it is possible to configure what pages get created, what features get "installed", what module settings get installed, what modules get placed on pages, etc.

Working on the e-commerce made me realize I need a more flexible way to setup than the current hard coded setup in mojoSetup

So I will spend my time better implementing this new approach than trying to resolve this difficult to produce bug in the current approach. (though I realize it is apparently not that difficult for you to produce since it keeps happening :v))

Thanks,

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