Symptom
When launching course, the online content structure page in opening in debug frame, there's a message displaying on the bottom left saying "This is debug frame", like below screenshot showing:
Environment
SuccessFactors Learning All version;
Reproducing the Issue
Step 1 : Create a user
Step 2 : Create an online item (with some content)
Step 3 : Assign the item to user
Step 4 : Launch the course
Current Behavior : Content Structure page is opening in debug frame
Expected Behavior : Should not open in debug frame
Cause
"contentTestPagesEnabled" attribute is set to true in this instance. This is used for content JSLET client side debugging specially.
Resolution
Please check the configuration via System Admin > Configuration >LMS_ADMIN, search for "contentTestPagesEnabled" and if this is true, please disable it (set to false).
Generally the configuration should be as following:
Sets debugging pages for online support
contentTestPagesEnabled=false
Keywords
debug frame, JsLet debug, launch course, start course, online content structure , KBA , LOD-SF-LMS-ADM , System Admin, Global Variables, References , Problem