Issue
The user is unable to edit the modules added through the module settings with a script provided by an agent.
The script given by the agent is below;
current portal id
DECLARE @PortalId INT = 0
-- source page tabid, on which modul exists, and needs to be shown on all pages
DECLARE @MasterTabId INT = 24
-- module id which needs to be shown on all pages
DECLARE @MasterModuleId INT = 5472
Environment
DNN 9.1.1
Root Cause
.Netframework 3.5 compatibilities with client's pages.
Resolution
Pre-requisites: The user must have administrator rights.
1. Go to
<pages validateRequest="false" enableViewStateMac="true" enableEventValidation="true" viewStateEncryptionMode="Always" controlRenderingCompatibilityVersion="3.5" clientIDMode="AutoID">
To
<pages validateRequest="false" enableViewStateMac="true" enableEventValidation="true" viewStateEncryptionMode="Always" controlRenderingCompatibilityVersion="3.5">
6. Click on Save.
Related Article:
Confirmation:
You will be able to edit the modules.
Comments
0 comments
Please sign in to leave a comment.