Skip to main content
Nintex Community Menu Bar

500 error during runtime of a SmartForm

  • February 5, 2016
  • 1 reply
  • 4 views

Forum|alt.badge.img+9


 

Symptoms

 


A CSS error was getting caught by the developer tools when trying to load certain forms at runtime.

SCRIPT5009: 'Sys' is undefined

This was heavily degrading the rendering of forms.
 

 

Diagnoses

 


n/a
 

 

Resolution

Check the following keys to see if they have been disabled.

<add key="UseBundledFiles" value="false" />
<add key="Forms.PostRenderCombining.Enabled" value="false" />

Changing both of these to true in conjunction to giving Domain Users full control to the runtime folder resolved the rendering issues.


 

 

 



 

1 reply

Forum|alt.badge.img+16
  • Scout
  • December 16, 2016

I'm getting the same error...

 

The resolution does not state what the keys are, can anyone shed some light on this please?