Quick Nav:  Online Store   |   Login | Register

Install Error 3.3

Rate this topic:

Please Register to post a reply. Another benefit of registration is the ability to subscribe to and recieve notifications of new posts.
AuthorMessages
John Snarr
<20 Posts
Posts:3


05/29/2008 3:51 PM  

Hello, I tried to install Snapsis NavMenu 3.3 which I just purchased.  I logged in as Host (DNN 4.6 I believe) and used the Module Definitions screen to install a new module.  I received the following log entry.   I am new to DNN and am wondering what I am doing wrong with the failure message below. Thanks.

Resource Upload Logs
 
StartJobStarting Installation
StartJobReading files
InfoLoading Snapsis.DNN.NavMenu.dll
InfoFile Snapsis.DNN.NavMenu.dll read successfully
InfoLoading Snapsis.DNN.NavMenu.dnn
InfoFile Snapsis.DNN.NavMenu.dnn read successfully
EndJobReading files done.
 
StartJobReading Installation Manifest file
InfoDNN file is in valid 2.0 SkinObject format.
Infoxml loaded.
InfoLoading files info
InfoLoading Modules info
InfoLoading Control info for '' module
EndJobManifest file finished successfully
 
StartJobBegin Sql execution
EndJobFinished Sql execution
 
StartJobCreating files
FailureExceptionSystem.UnauthorizedAccessException: Access to the path 'C:\Inetpub\vhosts\vrarecycles.org\httpdocs\bin\Snapsis.DNN.NavMenu.dll' is denied. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access) at DotNetNuke.Modules.Admin.ResourceInstaller.PaDnnInstallerBase.CreateFile(String FullFileName, Byte[] Buffer) at DotNetNuke.Modules.Admin.ResourceInstaller.PaDnnInstallerBase.CreateBinFile(PaFile File) at DotNetNuke.Modules.Admin.ResourceInstaller.PaDnnInstallerBase.CreateFiles(PaFolder Folder) at DotNetNuke.Modules.Admin.ResourceInstaller.PaDnnInstallerBase.Install(PaFolderCollection folders) at DotNetNuke.Modules.Admin.ResourceInstaller.PaInstaller.Install()
 
 

John Mitchell
Posts:3238


05/29/2008 4:24 PM  
HI John,
It appears that your website does not have the proper permissions to install modules.

For the Snapsis CSS NavMenu that is not really a problem though. All you need to do is put the Snapsis.DNN.NavMeu.dll into the /bin folder using FTP or whatever other means you have of adding files to your website.
John Snarr
<20 Posts
Posts:3


06/02/2008 3:35 PM  

Thanks. I am having a problem getting the menu to fully work.  Maybe you can point me in the right direction? It is displaying as a bulleted list, but I cannot seem to get a vertical hover list with flyouts to work.  I figure that I must have some kind of problem with the CSS being read.  The test site is at http://vrarecycles.org.dnnmax.com/default.aspx.  The interior pages are still HouseMenu.  I put the these lines in the index.ascx file for my skin

<%@ Register TagPrefix="Snapsis" Namespace="Snapsis.DNN.Skins" Assembly = "Snapsis.DNN.NavMenu" %>

 

Also tried id=NavList

and the pasted the code below into my skin.css file

/***** Main menu *****/

/***** Snapsis menu *****/


.TabList {
    font-size:120%;
}

#nav ul {
    padding:0;
    margin:0;
    list-style:none;
    float:left;
    width:14.5em;
    background-color:#d8edfb;
}

#nav li {
  position: relative;
  float:left;
  line-height : 1.25em;
  width: 14em;
  list-style: none;
}

#nav li ul { /* second-level lists */
 position : absolute;
 left: -999em;
    background-color:#d8edfb;
   margin:-1.9em 0 0 14em;
 border:1px solid #333;
}

#nav li ul ul { /* third-and-above-level lists */
 left: -999em;
    background-color:#d8edfb;
   border:1px solid #333;
}

#nav a {
    font-size:1.08em;
 display:block;
 width: 14em;
 w\idth : 12.5em;
    text-decoration:none;
    font-weight:bold;
    margin:1px 0 1px 2px;
    padding : 2px 0 2px 6px;
    border:1px solid #d8edfb;
    color:#000;
}
#nav li a:hover {
  background-color: #fff;
  border:1px solid #333;
  color:#000;
}
#nav li a.SelectedTab {
    font-weight:bold;
    background-color: #FFF;
    color:#000;
}
#nav .DisabledTab {
    color:#ccc;
}
/*no need to change these hover classes unless you need more than 4 levels */
#nav li:hover ul ul,
#nav li:hover ul ul ul,
#nav li:hover ul ul ul ul,
#nav li.iehover ul ul,
#nav li.iehover ul ul ul,
#nav li.iehover ul ul ul ul{
  left: -999em;
}

#nav li:hover ul,
#nav li li:hover ul,
#nav li li li:hover ul,
#nav li.iehover ul,
#nav li li.iehover ul,
#nav li li li.iehover ul {
 left: auto;
}


#navContainerBorder {
    background-color:white;
    padding:2px;
    border:1px solid #333;
    height:30em;
}
#navContainer {
   border:1px solid #333;
   background-color: #d8edfb;
   height:30em;
   width:12em;
   vertical-align:top;
   padding:10px 5px 10px 5px;
}

I have a skin.xml file and put in


    [NavMenu]
   
     
        Level
        0-3
     

     
        Type
        Hover
     

     
        ExcludeTabs
        Admin,Host
     

   

 

John Mitchell
Posts:3238


06/02/2008 3:45 PM  
Looks like a case-sensitivity issue.
If you change the id of the menu to "nav" instead of "Nav" in the skin it will work.

Or, change the css rules to #Nav instead of #nav.
John Snarr
<20 Posts
Posts:3


06/02/2008 3:54 PM  

Brilliant!  I can't believe I missed that.  Thanks.

Please Register to post a reply. Another benefit of registration is the ability to subscribe to and recieve notifications of new posts.



ActiveForums 3.7
Powered by: Snapsis Software