MonoX support board

Start the conversation, ask questions and share tips and solutions with fellow developers.

Non-registered users can only browse through our support boards. Please register now if you want to post your questions. It takes a second and it is completely free. Alternatively, you can log in without registration using your credentials at major sites such as Google, Microsoft Live, OpenId, Facebook, LinkedIn or Yahoo.

JScript error on portal administration: pages "Value must not be null for Controls and Behaviors"  (Mono Support )

Viewed 9567 time(s), 4 post(s) 4/16/2014 2:45:47 AMby dokeefenh
dokeefenh

dokeefenh

4/16/2014 2:45:48 AM
I installed Monox on Windows 7 using SQL Express 2012. I am running Visual Studio 2013. All folder permissions are set correctly according to the "test permissions" stage of the install. I am using IE 10 as my browser, but the behavior also occurs in Chrome.

When i run the portal, it runs perfectly well until I try to access the pages in the portal administration. It errors out with the error "Value must not be null for Controls and Behaviors". Its an error thrown in the function Sys$Component$create on the parameter 'element' which is null.

The line containing the exception is:
 if (!element) throw Error.argument('element', Sys.Res.createNoDom);

This behavior occurs with version 4_9 but I also downloaded and installed the most recent overnight build and it does the same thing. Essentially this halts anything I can do with the portal because I have no ability to manage the pages. Any help would be appreciated.

thank you

This content has not been rated yet. 
20 Reputation 2 Total posts
iruzak

iruzak

4/17/2014 10:16:56 AM
Hi,
could you give us more details about this error, anything you can find like Chrome network screenshot or Fiddler session.

Regards,
Igor
This content has not been rated yet. 
443 Reputation 50 Total posts
dokeefenh

dokeefenh

4/29/2014 2:01:26 PM
I have attached a screenshot of the javascript error, plus where it occurs in the script. You can see the value of 'element' is null, triggering the error. This occurs every time I click on the "Pages" option in the portal administration. thank you.
This content has not been rated yet. 
20 Reputation 2 Total posts
idrazic

idrazic

4/30/2014 12:22:02 PM
Hi dokeefenh,

The error message and the line that throws the exception are not an indicator of the underlying issue.
 Can provide  full js exception call stack?  Are there any other js errors on the page? 
The error can be caused by either invalid markup or the element required is invisible (not generated in the page html).
Can you verify this is new installation / clean database?


Regards
This content has not been rated yet. 
1384 Reputation 152 Total posts