Select the search type
  • Site
  • Web
Search
You are here:  Support/Forums
Support

Bring2mind Forums

Endless "loop" when viewing Categories
Last Post 03/17/2010 9:50 AM by Lars Heskje. 2 Replies.
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
Lars Heskje
New Member
New Member
Posts:5


--
03/03/2010 10:47 AM

I created the first category in DMX, and I think it caused IIS to crash. Immediately after i stored a new category, my DNN installation became unavailable until I restarted IIS. The same thing happens when I store new documents in DMX, IIS crashes and has to be restarted.

When I look at the Category first created it seems that the category contains itself as a subcategory, and the subcategory contains itself, and so on.

The DMX_Categories table looks like this:

id    Name_old    ParentId    PortalId    ViewOrder
0     NULL           0              0             1

It looks like the record is the parent of itself, which explains the loop. But not why IIS crashes.

Any suggestions/explanations?

Peter Donker
Veteran Member
Veteran Member
Posts:4536


--
03/15/2010 11:59 AM
Hi Lars,

Strangely enough the id field should start numbering at 1 I believe (ident column starting at 1). In any case this should not be a critical error. But please verify "id" is an IDENT column on DMX_Attributes.

The IIS crash sounds unrelated. Do you have any more info about this? Do you see anything on screen? In the event log of DNN?

Peter
Lars Heskje
New Member
New Member
Posts:5


--
03/17/2010 9:50 AM
I fixed the issue manually by updating the DMX_Categories table, so it seems to be working now.

As for the IIS problem i don't have any data regarding this, other than the DNN-installation becoming unavailable when created a new category and expanded it. IIS had to be restarted to get the DNN installation online again.

I can make sure to get all possible logs if it happens again.

Lars
You are not authorized to post a reply.