Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Upgrading DNN P...Upgrading DNN P...Upgrade from dnn 7.3 to 8.0.3 ErrorsUpgrade from dnn 7.3 to 8.0.3 Errors
Previous
 
Next
New Post
6/30/2016 10:12 AM
 

Hello,

i recently upgraded successfully my site from 7.3 to the 8.0.3 version

when i consult a page from my site i get this warningModule 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.

I log file i have this exceptions : 

2016-06-30 14:04:04,406 [ABA-PC][Thread:21][ERROR] DotNetNuke.Services.Exceptions.Exceptions - System.Exception: Error Creating BusinessControllerClass 'DotNetNuke.Modules.Survey.SurveyBusinessController' of module(DNN_Survey) id=(1089) in tab(313) and portal(0) ---> System.ArgumentNullException: La valeur ne peut pas être null.

Nom du paramètre : type

   à System.Activator.CreateInstance(Type type, Boolean nonPublic)

   à System.Activator.CreateInstance(Type type)

   à DotNetNuke.Services.Search.ModuleIndexer.GetModuleList(Int32 portalId)

   --- Fin de la trace de la pile d'exception interne ---

   à DotNetNuke.Services.Search.ModuleIndexer.ThrowLogError(ModuleInfo module, Exception ex)

2016-06-30 14:04:04,854 [ABA-PC][Thread:21][ERROR] DotNetNuke.Framework.Reflection - DotNetNuke.Modules.Survey.SurveyBusinessController

System.Web.HttpException (0x80004005): Impossible de charger le type 'DotNetNuke.Modules.Survey.SurveyBusinessController'.

   à System.Web.Compilation.BuildManager.GetType(String typeName, Boolean throw , Boolean ignoreCase)

   à DotNetNuke.Framework.Reflection.CreateType(String TypeName, String CacheKey, Boolean UseCache, Boolean IgnoreErrors)

2016-06-30 14:04:04,855 [ABA-PC][Thread:21][ERROR] DotNetNuke.Services.Search.ModuleIndexer - System.ArgumentNullException: La valeur ne peut pas être null.

Nom du paramètre : type

   à System.Activator.CreateInstance(Type type, Boolean nonPublic)

   à System.Activator.CreateInstance(Type type)

 

   à DotNetNuke.Services.Search.ModuleIndexer.GetModuleList(Int32 portalId)

same warning an errors when i try to log. i have the message 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. instead of login password fields.


Any Ideas ? 

Thanks a lot,

 
New Post
6/30/2016 10:30 AM
 
This looks like a bug in the DNN Survey module.  There were some breaking changes in DNN 8 and it is possible that the survey module may be affected by one of the changes.  Is this the only issue with the upgraded site?

Joe Brinkman
DNN Corp.
 
New Post
6/30/2016 11:43 AM
 

Hello Joe,

thanks you for your reply

i have the same warning in login page but with another exception  (login page contains the usercontrol DesktopModules/Admin/Authentication/Login.ascx) : 

2016-06-30 15:40:19,830 [archos-PC][Thread:15][ERROR] DotNetNuke.Services.Exceptions.Exceptions - DotNetNuke.Services.Exceptions.ModuleLoadException: Unhandled error loading module. ---> System.Web.HttpParseException: Could not load type 'DotNetNuke.UI.WebControls.SolPartActions'. ---> System.Web.HttpParseException: Could not load type 'DotNetNuke.UI.WebControls.SolPartActions'. ---> System.Web.HttpException: Could not load type 'DotNetNuke.UI.WebControls.SolPartActions'.

   at System.Web.UI.TemplateParser.GetType(String typeName, Boolean ignoreCase, Boolean throw )

   at System.Web.UI.TemplateParser.ProcessInheritsAttribute(String baseTypeName, String codeFileBaseTypeName, String src, Assembly assembly)

   at System.Web.UI.TemplateParser.PostProcessMainDirectiveAttributes(IDictionary parseData)

   --- End of inner exception stack trace ---

   at System.Web.UI.TemplateParser.ProcessException(Exception ex)

   at System.Web.UI.TemplateParser.ParseStringInternal(String text, Encoding fileEncoding)

   at System.Web.UI.TemplateParser.ParseString(String text, VirtualPath virtualPath, Encoding fileEncoding)

   --- End of inner exception stack trace ---

   at System.Web.UI.TemplateParser.ProcessException(Exception ex)

   at System.Web.UI.TemplateParser.ParseStringInternal(String text, Encoding fileEncoding)

   at System.Web.UI.TemplateParser.ParseString(String text, VirtualPath virtualPath, Encoding fileEncoding)

   at System.Web.UI.TemplateParser.ParseFile(String physicalPath, VirtualPath virtualPath)

   at System.Web.UI.TemplateParser.ParseInternal()

   at System.Web.UI.TemplateParser.Parse()

   at System.Web.Compilation.BaseTemplateBuildProvider.get_CodeCompilerType()

   at System.Web.Compilation.BuildProvider.GetCompilerTypeFromBuildProvider(BuildProvider buildProvider)

   at System.Web.Compilation.BuildProvidersCompiler.ProcessBuildProviders()

   at System.Web.Compilation.BuildProvidersCompiler.PerformBuild()

   at System.Web.Compilation.BuildManager.CompileWebFile(VirtualPath virtualPath)

   at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate)

   at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate)

   at System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath)

   at DotNetNuke.UI.ControlUtilities.LoadControl[T](TemplateControl containerControl, String ControlSrc)

   at DotNetNuke.UI.Skins.Pane.LoadContainerByPath(String containerPath)

 
New Post
6/30/2016 2:54 PM
 

It looks like the skin you are using is using the old SolPartActions skin object which was removed in DNN 8.  You could try to fix the existing skin or use one that uses current skin objects.

 


Joe Brinkman
DNN Corp.
 
New Post
6/30/2016 8:00 PM
 

thanks a lot joe for your reply. i still search where i have  SolPartActions    declared. i search  also the location of my login page components, i know my login page is stored in DB

any idea ? 

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Upgrading DNN P...Upgrading DNN P...Upgrade from dnn 7.3 to 8.0.3 ErrorsUpgrade from dnn 7.3 to 8.0.3 Errors


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out