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

Viewed 11062 time(s), 4 post(s), 4/16/2014 2:45:47 AM - by dokeefenh
4/16/2014 2:45:48 AM
20 Reputation 2 Total posts

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

1
4/17/2014 10:16:56 AM
443 Reputation 50 Total posts

Hi,
could you give us more details about this error, anything you can find like Chrome network screenshot or Fiddler session.

Regards,
Igor

2
4/29/2014 2:01:26 PM
20 Reputation 2 Total posts

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.

3
4/30/2014 12:22:02 PM
1384 Reputation 152 Total posts

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

4
This is a demo site for MonoX. Please visit Mono Software for more info.