Problems with Links module in the 2.1 release

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.
7/5/2006 4:33:33 PM
Gravatar
Total Posts 5
Ira Richard Smith

Problems with Links module in the 2.1 release

Well, opted to post this here as didn't know if it was a bug or if I was doing something wrong.

I just installed the new 2.1 version on my hosted space that is running Win2003, IIS6, and .NET2.0.  I'm also using SQL2005.

I tried adding the links module to a page.  What I found was that I could have one link.  I entered the first link and saved it.  I then selected the Add button to add a second link.  Up comes in the screen the first links information.  I tried entering new information and saved it.  My first link information was gone, replaced by my second link. 

Did I do something wrong?

 

7/7/2006 3:31:45 AM
Gravatar
Total Posts 18439

Re: Problems with Links module in the 2.1 release

Hi Ira,

Sorry it took so long to respond, for some reason I got no email notification for this post.

I'm not sure what is causing that but possibly releated to the identity seed of the id column in mp_Links. If the first reocrd has an id of 1 or higher then I'm not sure what is the problem. If it is 0 or less then I could see how that could happen.

If it does have 0 or lower try adding rows in the table then delete the ones with id of 0 or lower and see if that fixes it.

Let me know what you see in the table and I will dig further this weekend.

Thanks,

Joe
7/7/2006 3:49:24 AM
Gravatar
Total Posts 18439

Re: Problems with Links module in the 2.1 release

Are you using release version or from svn?
7/19/2006 11:23:26 PM
Gravatar
Total Posts 27
~~~~~~~~~~~~~~

Re: Problems with Links module in the 2.1 release

I found the same problem.

(I use release 2.1, MSSQL on SLQ2005)

I added the links directly in SQL Manager Studio and the complete list of links that are in my DB are showing on the homepage.

In the Table:

the ItemId is increasing, and the first line has itemId = 0

the ModuleId for the default links (asp.net, mono project etc)  are set to 1 (and created by user 2, which is not in the users table)  and my new ones are ModuleId=15 and created by user 1, which is me). I checked the ModuleID in the Module table and those are correct.

 

 

 

 

7/20/2006 2:40:28 PM
Gravatar
Total Posts 18439

Re: Problems with Links module in the 2.1 release

I'm not sure whats up with this issue. I can't reproduce it but I'm using branches/2.1.1 from svn and there have been some changes in the links module so hopefully the new release of 2.1.1 will solve it for you. I think we will release it this weekend and it will be an easy upgrade because there are no changes to tables, you'll only have to run the stored procedure script and update the web.

Joe
7/21/2006 4:12:00 AM
Gravatar
Total Posts 27
~~~~~~~~~~~~~~

Re: Problems with Links module in the 2.1 release

ok, thanks, lets wait for that update.

I have edit the CultureNL.config file. The grammar errors are out and I have added a lot of the missing keys.

If you want to include that file in your future releases I can mail it to you. Just tell me where I can send it to.

Roger

7/21/2006 4:27:52 AM
Gravatar
Total Posts 18439

Re: Problems with Links module in the 2.1 release

Actually, one of the big changes in 2.1.1 is all the culture strings are moved into Resource-*.resx files instead of the culture*.config files.

If I email you the one for nl, could you update it and send it back to me for inclusion in the release?

Thanks,

Joe
7/21/2006 4:43:35 AM
Gravatar
Total Posts 27
~~~~~~~~~~~~~~

Re: Problems with Links module in the 2.1 release

Sure, no problem

 

 

roger

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