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

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsDocumentsDocumentsUnabel to install Documents v03.01.03Unabel to install Documents v03.01.03
Previous
 
Next
New Post
6/24/2006 2:02 PM
 
I'm currently running DNN v3.3.1 and I am unable to install Documents v03.01.03 module.  I downloaded Documents_03.01.03_Install.zip from http://www.dotnetnuke.com/DotNetNukeProjects/ModuleDocuments/Downloads/tabid/827/Default.aspx.  Each time I try to install it, I receive the follow error message:

StartJob Starting Installation
StartJob Reading files
Info Loading Release Notes - 03.01.02.txt
Info File Release Notes - 03.01.02.txt read successfully
Info Loading Release Notes - 03.01.03.txt
Info File Release Notes - 03.01.03.txt read successfully
Info Loading Document.ascx
Info File Document.ascx read successfully
Info Loading EditDocs.ascx
Info File EditDocs.ascx read successfully
Info Loading EditDocumentsSettings.ascx
Info File EditDocumentsSettings.ascx read successfully
Info Loading module.css
Info File module.css read successfully
Info Loading DNN_Documents.dnn
Info File DNN_Documents.dnn read successfully
Info Loading DotNetNuke.Modules.Documents.dll
Info File DotNetNuke.Modules.Documents.dll read successfully
Info Loading 03.01.00.SqlDataProvider
Info File 03.01.00.SqlDataProvider read successfully
Info Loading 03.01.01.SqlDataProvider
Info File 03.01.01.SqlDataProvider read successfully
Info Loading 03.01.02.SqlDataProvider
Info File 03.01.02.SqlDataProvider read successfully
Info Loading Uninstall.SqlDataProvider
Info File Uninstall.SqlDataProvider read successfully
Info Loading DotNetNuke.Modules.Documents.SqlDataProvider.dll
Info File DotNetNuke.Modules.Documents.SqlDataProvider.dll read successfully
Info Loading Document.ascx.resx
Info File Document.ascx.resx read successfully
Info Loading EditDocs.ascx.resx
Info File EditDocs.ascx.resx read successfully
Info Loading EditDocumentsSettings.ascx.resx
Info File EditDocumentsSettings.ascx.resx read successfully
EndJob Reading files done.
 
StartJob Reading DNN file
Info DNN file is in valid 3.0 format.
Info xml loaded.
Failure ResourceFile specified in the dnn could not be found in the zip file: DNN_Documents_Source.zip
Info Loading files info
Failure File specified in the dnn could not be found in the zip file: DNN_Documents_Source.zip
Failure File specified in the dnn could not be found in the zip file: ModuleHelp.htm
Info Found valid path (App_LocalResources) for Document.ascx.resx.
Info Found valid path (App_LocalResources) for EditDocs.ascx.resx.
Info Found valid path (App_LocalResources) for EditDocumentsSettings.ascx.resx.
Failure File specified in the dnn could not be found in the zip file: Document.ascx.resx.2006-01-18.20-09-59.7662
Failure File specified in the dnn could not be found in the zip file: EditDocs.ascx.resx.2006-01-18.20-09-59.6881
Info Loading Modules info
Info Loading Control info for 'Documents' module
Failure ExceptionSystem.Exception: Dnn load failed, aborting at DotNetNuke.Modules.Admin.ResourceInstaller.PaDnnAdapter_V2.ReadDnn() at DotNetNuke.Modules.Admin.ResourceInstaller.PaInstaller.Install()

 
New Post
6/24/2006 2:07 PM
 
You are NOT using Install, you are using Source as the error clearly says.

Do you know the truth when you hear it?
Néstor Sánchez
The Dúnadan Raptor -->Follow Me on Twitter Now!
 
New Post
6/24/2006 2:14 PM
 
I noticed that, but I have downloaded Documents_03.01.03_Install.zip three times already. I have just realized that inside the Documents_03.01.03_Install.zip file, there is a filed called DNN_Documents.dnn file. In that file, under the <resourcefile> tag and the <name> tag it reads DNN_Documents_Source.zip.
 
New Post
6/24/2006 2:23 PM
 

hooligannes wrote
You are NOT using Install, you are using Source as the error clearly says.

 

I realize that, but I have downloaded Documents_03.01.03_Install.zip three times. I just noticed that inside the Documents_03.01.03_Install.zip file, there is a file called DNN_Documents.dnn. In that file there are two tags that read Documents_03.01.03_Source.zip. One is in the <resourcefile> tag and the other one is in the <name> tag.
 
New Post
6/24/2006 2:27 PM
 

Unfortunately, he's right. He is trying the install version, however the zip file contains an incorrect .dnn file.

I suggest you try the source version or adapt the .dnn file in the Install zip file to look like this (not tested by me however) :

 

<dotnetnuke version="3.0" type="Module">
  <folders>
    <folder>
      <name>DNN_Documents</name>
      <friendlyname>Documents</friendlyname>
      <foldername>Documents</foldername>
      <modulename>DNN_Documents</modulename>
      <description>This module renders a list of documents, including links to browse or download the document. Documents includes an edit page, which allows authorized users to edit the information about the Documents (for example, a friendly title) stored in the SQL database.</description>
      <version>03.01.03</version>
      <businesscontrollerclass>DotNetNuke.Modules.Documents.DocumentController, DotNetNuke.Modules.Documents</businesscontrollerclass>
      <resourcefile></resourcefile>
      <modules>
        <module>
          <friendlyname>Documents</friendlyname>
          <cachetime>0</cachetime>
          <controls>
            <control>
              <src>DesktopModules/Documents/Document.ascx</src>
              <type>View</type>
              <helpurl>http://www.dotnetnuke.com/default.aspx?tabid=787</helpurl>
            </control>
            <control>
              <key>Edit</key>
              <title>Edit Documents</title>
              <src>DesktopModules/Documents/EditDocs.ascx</src>
              <type>Edit</type>
              <helpurl>http://www.dotnetnuke.com/default.aspx?tabid=787</helpurl>
            </control>
            <control>
              <key>Settings</key>
              <title>Documents Settings</title>
              <src>DesktopModules/Documents/EditDocumentsSettings.ascx</src>
              <type>Edit</type>
              <helpurl>http://www.dotnetnuke.com/default.aspx?tabid=787</helpurl>
            </control>
          </controls>
        </module>
      </modules>
      <files>
        <file>
          <name>DotNetNuke.Modules.Documents.dll</name>
        </file>
        <file>
          <name>DotNetNuke.Modules.Documents.SqlDataProvider.dll</name>
        </file>
        <file>
          <name>Document.ascx</name>
        </file>
        <file>
          <name>EditDocs.ascx</name>
        </file>
        <file>
          <name>EditDocumentsSettings.ascx</name>
        </file>
        <file>
          <name>module.css</name>
        </file>
        <file>
          <name>Release Notes - 03.01.02.txt</name>
        </file>
        <file>
          <path>App_LocalResources</path>
          <name>Document.ascx.resx</name>
        </file>
        <file>
          <path>App_LocalResources</path>
          <name>EditDocs.ascx.resx</name>
        </file>
        <file>
          <path>App_LocalResources</path>
          <name>EditDocumentsSettings.ascx.resx</name>
        </file>
        <file>
          <name>03.01.00.SqlDataProvider</name>
        </file>
        <file>
          <name>03.01.01.SqlDataProvider</name>
        </file>
        <file>
          <name>03.01.02.SqlDataProvider</name>
        </file>
        <file>
          <name>Uninstall.SqlDataProvider</name>
        </file>
      </files>
    </folder>
  </folders>
</dotnetnuke>


Geert Veenstra
 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsDocumentsDocumentsUnabel to install Documents v03.01.03Unabel to install Documents v03.01.03


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