Issue with admin user editing content block

Posted by Community Admin on 04-Aug-2018 15:37

Issue with admin user editing content block

All Replies

Posted by Community Admin on 23-Mar-2012 00:00

Is there any reasons why a user with admin level can not edit any content of the webpage?

Posted by Community Admin on 26-Mar-2012 00:00

Hello,

In order to avoid this problem I will give you some instructions that you have to execute.

First of all you have to check your page permissions. Go to Pages, select Actions, then Permissions, click Break inheritance and check who can edit/create/modify/delete pages.

After that can you please use Developer Tool for Internet Explorer ( it is built in the browser, click F12 ) to see if you have Java Script errors in your page. The javascript error will block the publishing and edit functionality. To better isolate the problem create a new page with no template "start from scratch" and check if you are able to edit this page. If this is true then the problem is with the master page.

Finally it is important to check your web configuration of the project. Go to your project in Visual Studio, select web.config and check whether forth of the assemblies present in project.

<assemblies>
        <add assembly="System.Web.Routing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
        <add assembly="System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"/>
        <add assembly="WindowsBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
        <add assembly="PresentationCore, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
      </assemblies>


Regards,
Stefani Tacheva
the Telerik team
Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

This thread is closed