Knowledge Base

Snippets

20

Module Load Warning One or more of the modules on this page did not load. This may be temporary. Please refresh the page (click F5 in most browsers). If the problem persists, please let the Site Administrator know.

DNN 8 has eliminated the SolPartActions type which is typically referenced in your Containers. Go to your Containers folder: /Portals/x/Containers and open each .ascx file.

Look for and REMOVE two things:

<%@ Register TagPrefix="dnn" TagName="ACTIONS" Src="~/Admin/Containers/SolPartActions.ascx" %> 

and

<dnn:ACTIONS runat="server" id="dnnACTIONS" /> 

Or replace 1st line with . . . .

<%@ Register TagPrefix="dnn" TagName="ACTIONS" Src="~/Admin/Menus/ModuleActions/ModuleActions.ascx" %> 
Posted in: DNN

Comments

There are currently no comments, be the first to post one!

Post Comment

Only registered users may post comments.