restarting issue

Posted by Community Admin on 04-Aug-2018 21:01

restarting issue

All Replies

Posted by Community Admin on 22-Sep-2011 00:00

My Sitefinity website pops up with System is restarting please wait , you will be redirected .  Is there any solution for this . Has anyone came accross. Please help.

Im enclosing the screen shot . however you can see it by clicking the links few times . on www.ymasheffield.co.uk

thanks
mumtaz 

Posted by Community Admin on 28-Sep-2011 00:00

Hello Mumtaz,

This usually happens when you install a new sitefinity module(one from the samples distributed with the SDK or one you created yourself). To overcome the problem remove the module registration from System.config and Security.config view your site ( it should run without problems) and then register the module again only in the System.config. The system is restarting should expire in some time. If you are still experiencing the problem please provide the steps you took before getting this problem.

Kind regards,
Stanislav Velikov
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

Posted by Community Admin on 30-Sep-2011 00:00

hi Stanislav Velikov,

Do I have to change in these xml in

1. App_Data/Sitefinity/Configuration/SystemConfig.config
and
2. App_Data/Sitefinity/Configuration/SecurityConfig.config

or Is there anything which can be done via Admin setting or dashboard.

ThanKs
Mumtaz

Posted by Community Admin on 05-Oct-2011 00:00

Hello Mumtaz,

You have to modify the configuration files, SystemConfig.config,SecurityConfig.config.
Remove the module registration from System.config and in Security.config each module should be adding similar config.(this is sample from Products module from Sitefinity SDK)

<customPermissionsDisplaySettings>
        <customSet setName="Products">
            <securedObjectCustomPermissionSets>
                <securedObjectType typeName="ProductCatalogSample.Model.ProductItem">
                    <customSecurityActions>
                        <customSecurityAction showActionInList="False" name="CreateProducts" />
                        <customSecurityAction showActionInList="True" title="ModifyThisProduct" resourceClassId="ProductsResources" name="ModifyProducts" />
                        <customSecurityAction showActionInList="True" title="ViewThisProduct" resourceClassId="ProductsResources" name="ViewProducts" />
                        <customSecurityAction showActionInList="True" title="DeleteThisProduct" resourceClassId="ProductsResources" name="DeleteProducts" />
                        <customSecurityAction showActionInList="True" title="ChangeOwnerOfThisProduct" resourceClassId="ProductsResources" name="ChangeProductsOwner" />
                        <customSecurityAction showActionInList="True" title="ChangePermissionsOfThisProduct" resourceClassId="ProductsResources" name="ChangeProductsPermissions" />
                    </customSecurityActions>
                </securedObjectType>
            </securedObjectCustomPermissionSets>
        </customSet>
    </customPermissionsDisplaySettings>


Kind regards,
Stanislav Velikov
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