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

HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Installing DNN 4.7 and error installing modulesInstalling DNN 4.7 and error installing modules
Previous
 
Next
New Post
11/30/2007 7:25 AM
 
 

Hi everybody,
I'm trying to install DNN 4.7 to my host location and getting the following error. Who knows this problem? Any sollutions?
Thanks in advance,
Frank van Rooijen

 

Installing DotNetNuke

Version: 04.07.00

 

Installation Status Report

00:00:00.015 - Installing Version: 4.4.0
00:00:00.015 -   Executing Script: DotNetNuke.SetUp.SqlDataProvider Success
00:00:00.093 -   Executing Script: DotNetNuke.Schema.SqlDataProvider Success
00:00:01.453 -   Executing Script: DotNetNuke.Data.SqlDataProvider Success
00:00:03.843 - Installing MemberRole Provider:
00:00:03.843 -   Executing Script: InstallCommon
00:00:04.406 -   Executing Script: InstallMembership
00:00:04.656 -   Executing Script: InstallProfile
00:00:04.781 -   Executing Script: InstallRoles
00: - Upgrading to Version: 4.7.0
00:00:05.015 -   Executing Script: 04.04.01.SqlDataProvider Success
00:00:05.078 -   Executing Script: 04.05.00.SqlDataProvider Success
00:00:05.546 -   Executing Script: 04.05.01.SqlDataProvider Success
00:00:05.640 -   Executing Script: 04.05.02.SqlDataProvider Success
00:00:05.812 -   Executing Script: 04.05.03.SqlDataProvider Success
00:00:05.875 -   Executing Script: 04.05.04.SqlDataProvider Success
00:00:05.906 -   Executing Script: 04.05.05.SqlDataProvider Success
00:00:05.906 -   Executing Script: 04.06.00.SqlDataProvider Success
00:00:06.406 -   Executing Script: 04.06.01.SqlDataProvider Success
00:00:06.406 -   Executing Script: 04.06.02.SqlDataProvider Success
00:00:06.406 -   Executing Script: 04.07.00.SqlDataProvider Success
00:00:06.500 - Performing General Upgrades
00:00:07.437 - Loading Host Settings:
00:00:07.515 - Configuring SuperUser:
00:00:07.625 - Synchronizing Host Files:
00:00:07.750 - Installing Modules:
00:00:07.765 -   Installing Module File Adsense_01.00.01_Install:  Error!
00:00:07.843 -   Installing Module File HTML_04.07.00_Install:  Error!
00:00:07.906 -   Installing Module File Links_03.03.07_Install:  Error!
00:00:08.015 -   Installing Module File MarketShare_01.00.00_Install:  Error!
00:00:08.015 - Executing Additional Scripts:
00:00:08.031 -   Creating Portal: My Website
00:00:08.187 -   Error: Error configuring Child PortalAccess to the path 'e:\root\LocalUser\sappynl\Portals\0\portal.css' is denied. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.File.InternalCopy(String sourceFileName, String destFileName, Boolean overwrite) at DotNetNuke.Entities.Portals.PortalController.CreatePortal(String PortalName, String FirstName, String LastName, String Username, String Password, String Email, String Description, String KeyWords, String TemplatePath, String TemplateFile, String HomeDirectory, String PortalAlias, String ServerPath, String ChildPath, Boolean IsChildPortal)
00:00:08.187 -   Portal failed to install:Error!
00:00:08.187 - Installing Optional Resources:
00:00:08.187 -   Installing Module File Adsense_01.00.01_Install:  Error!
00:00:08.203 -   Installing Module File HTML_04.07.00_Install:  Error!
00:00:08.234 -   Installing Module File Links_03.03.07_Install:  Error!
00:00:08.281 -   Installing Module File MarketShare_01.00.00_Install:  Error!
00:00:08.281 -   Installing Package File LiveID_01.00.00_Install:

 


Server Error in '/' Application.


Access to the path 'e:\root\LocalUser\sappynl\Portals\_default\Temp\sy55zb0u\App_LocalResources' is denied.

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.UnauthorizedAccessException: Access to the path 'e:\root\LocalUser\sappynl\Portals\_default\Temp\sy55zb0u\App_LocalResources' is denied.

ASP.NET is not authorized to access the requested resource. Consider granting access rights to the resource to the ASP.NET request identity. ASP.NET has a base process identity (typically {MACHINE}\ASPNET on IIS 5 or Network Service on IIS 6) that is used if the application is not impersonating. If the application is impersonating via <identity impersonate="true"/>, the identity will be the anonymous user (typically IUSR_MACHINENAME) or the authenticated request user.

To grant ASP.NET access to a file, right-click the file in Explorer, choose "Properties" and select the Security tab. Click "Add" to add the appropriate user or group. Highlight the ASP.NET account, and check the boxes for the desired access.

Source Error:

The source code that generated this unhandled exception can only be shown when compiled in debug mode. To enable this, please follow one of the below steps, then request the URL:

1. Add a "Debug=true" directive at the top of the file that generated the error. Example:

  <%@ Page Language="C#" Debug="true" %>

or:

2) Add the following section to the configuration file of your application:

<configuration>
   <system.web>
       <compilation debug="true"/>
   </system.web>
</configuration>

Note that this second technique will cause all files within a given application to be compiled in debug mode. The first technique will cause only that particular file to be compiled in debug mode.

Important: Running applications in debug mode does incur a memory/performance overhead. You should make sure that an application has debugging disabled before deploying into production scenario.


Stack Trace:

 
[UnauthorizedAccessException: Access to the path 'e:\root\LocalUser\sappynl\Portals\_default\Temp\sy55zb0u\App_LocalResources' is denied.]
   System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) +1971539
   System.IO.Directory.InternalCreateDirectory(String fullPath, String path, DirectorySecurity dirSecurity) +2679248
   System.IO.DirectoryInfo.Create() +15
   DotNetNuke.Services.Packages.Util.WriteStream(Stream SourceStream, String DestFileName) +83
   DotNetNuke.Services.Packages.InstallerInfo.ReadZipStream(Stream inputStream) +196
   DotNetNuke.Services.Packages.InstallerInfo..ctor(Stream inputStream, String sitePath) +244
   DotNetNuke.Modules.Admin.ResourceInstaller.ResourceInstaller.InstallPackage(String strFile, Boolean allowResources, Boolean writeFeedback, Int32 indent) +319
   DotNetNuke.Modules.Admin.ResourceInstaller.ResourceInstaller.Install(Boolean writeFeedback, Int32 indent, String type) +937
   DotNetNuke.Services.Upgrade.Upgrade.InstallDNN(String strProviderPath) +717
   DotNetNuke.Services.Install.Install.InstallApplication() +375
   DotNetNuke.Services.Install.Install.Page_Load(Object sender, EventArgs e) +274
   System.Web.UI.Control.OnLoad(EventArgs e) +99
   System.Web.UI.Control.LoadRecursive() +47
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1061

 


Version Information: Microsoft .NET Framework Version:2.0.50727.832; ASP.NET Version:2.0.50727.832

 

 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Installing DNN 4.7 and error installing modulesInstalling DNN 4.7 and error installing modules


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