Hi Sebastian,
I try to use your script (https://dnnscript.codeplex.com/). After run it, the site show this message:
-----
Server Error in '/' Application.
Collection cannot be null.
Parameter name: c
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.ArgumentNullException: Collection cannot be null.
Parameter name: c
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[ArgumentNullException: Collection cannot be null.
Parameter name: c]
System.Collections.ArrayList..ctor(ICollection c) +11111735
DotNetNuke.Entities.Portals.PortalController.GetPortals() +41
DotNetNuke.Common.Initialize.CacheMappedDirectory() +37
DotNetNuke.Common.Initialize.InitializeApp(HttpApplication app, Boolean& initialized) +189
DotNetNuke.Common.Initialize.Init(HttpApplication app) +158
DotNetNuke.HttpModules.RequestFilter.RequestFilterModule.FilterRequest(Object sender, EventArgs e) +203
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +136
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +69
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.34274
-----
The installation is 7.4.2.
Any suggestions?
Thanks
Julio
PS: I try to reply in others thread, but the browser don't allow me (chrome and explorer). This is an issue?