News Content Module gone after upgrading from 6 to 6.1

Posted by Community Admin on 04-Aug-2018 14:28

News Content Module gone after upgrading from 6 to 6.1

All Replies

Posted by Community Admin on 14-Aug-2013 00:00

We upgraded our software from 6.0 to 6.1 and the news content module is no longer available. screencast.com/.../iUFjzqG1gE45

On our news page where the news displayed previously it now just says
This widget doesn't work, because News module has been deactivated.

How do we fix this?
When logging in to the administrative area to enable this module I see it is disabled.
When attempting to enable it says:
Unable to load config section "newsConfig"

I get a message stating that our license does support this module when trying to activate but we do have a valid license.

Posted by Community Admin on 19-Aug-2013 00:00

Hello Thomas,

 It seems that the News module hasn't been upgraded properly. Please check whether you have similar to these lines in your NewsConfig.config:

<contentViewControls>
        <contentViewControl definitionName="NewsBackend">
            <views>
                <config:lazy key="NewsBackendEdit" configFile="NewsConfig.contentViewControls.NewsBackend.views.NewsBackendEdit.config" />
                <config:lazy key="NewsBackendInsert" configFile="NewsConfig.contentViewControls.NewsBackend.views.NewsBackendInsert.config" />
                <config:lazy key="NewsBackendPreview" configFile="NewsConfig.contentViewControls.NewsBackend.views.NewsBackendPreview.config" />
                <config:lazy key="NewsBackendVersionPreview" configFile="NewsConfig.contentViewControls.NewsBackend.views.NewsBackendVersionPreview.config" />
            </views>
        </contentViewControl>
    </contentViewControls>
If so comment them out for a moment. Then open the SystemConfig.config file and remove the version property of the news module declaration like so:
<applicationModules>
        <add startupType="Disabled" version="6.1.4600.0" name="Multisite" />
        <add version="6.1.4600.0" name="Scheduling" />
        <add version="6.1.4600.0" name="Search" />
        <add name="News" />
        <add version="6.1.4600.0" name="Blogs" />
        <add version="6.1.4600.0" name="Events" />
        <add version="6.1.4600.0" name="Libraries" />
        <add version="6.1.4600.0" name="Forms" />
        <add version="6.1.4600.0" name="Lists" />
        <add version="6.1.4600.0" name="Analytics" />
        <add version="6.1.4600.0" name="Newsletters" />
        <add version="6.1.4600.0" name="GenericContent" />
        <add version="6.1.4600.0" name="ControlTemplates" />
        <add version="6.1.4600.0" name="Migration" />
        <add version="6.1.4600.0" name="Ecommerce" />
        <add version="6.1.4600.0" name="ModuleBuilder" />
        <add version="6.1.4600.0" name="ResponsiveDesign" />
        <add version="6.1.4600.0" name="Publishing" />
        <add version="6.1.4600.0" name="Forums" />
        <add version="6.1.4600.0" name="Thunder" />
        <add version="6.1.4600.0" name="Personalization" />
        <add version="6.1.4600.0" name="SitefinityDAM" />
        <add version="6.1.4600.0" name="MobileAppBuilder" />
        <add version="6.1.4600.0" name="SharepointConnector" />
        <add version="6.1.4600.0" name="EverliveConnector" />
    </applicationModules>
Then re-save the web.config file or recycle the application pool in IIS and run the project in the browser. This will reinitialize the news module.

After the site re-initializes check the News module if it is working. 
If this doesn't help, attach here a stack trace of the exception or the error log that is generated. They may give us more information about the exception.

Regards,
Jen Peleva
Telerik
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