You need to Register for free and Login to post a message in the forum.

Forum

Subject: Module Installation Error
Prev Next
You are not authorized to post a reply.

Author Messages
Barry Lindstrom
Nuker
Nuker
Posts:11

19 Jan 2007 1:49 PM  

 

 

I have tried to install two of the "free" modules on my website and each time I am getting the following error AFTER the module upload/installation completes successfully...

Once I get this error I am unable to access my dotnetnuke folder. What am I doing wrong?

Runtime Error

Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a tag within a "web.config" configuration file located in the root directory of the current web application. This tag should then have its "mode" attribute set to "Off".


            <pre><!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode=&amp;quot;Off&amp;quot;/>
    </system.web>
</configuration></pre>
            

Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's configuration tag to point to a custom error page URL.


            <pre><!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode=&amp;quot;RemoteOnly&amp;quot; defaultRedirect=&amp;quot;mycustompage.htm&amp;quot;/>
    </system.web>
</configuration></pre>
            

markp

Posts:0

19 Jan 2007 1:53 PM  

http://webhostforasp.net/, is this your hosting company?  If it is I think the problem is theirs.  I am having similar difficulties.  I even get the error when trying to use their own trouble ticket form.

Barry Lindstrom
Nuker
Nuker
Posts:11

19 Jan 2007 2:17 PM  
Mine is a different hosting company but I was able to open a ticket with them...I'm afraid it will be over their heads...
Lee Sykes
DNN Creative Staff
Nuke Master V
Nuke Master V
Posts:5302


19 Jan 2007 2:58 PM  
I can't tell what the problem is from this error, can you access the logs in the admin menu? - have a look for the red errors and see if it provides any clues.

Have you managed to install any other modules on your site before?

Thanks,

Lee Sykes
Site Administrator
Subscribe to the website : DotNetNuke Video Tutorials : The Skinning Toolkit : DotNetNuke Podcasts

Twitter: www.twitter.com/leesykes

Lee Sykes's Facebook Profile
Barry Lindstrom
Nuker
Nuker
Posts:11

19 Jan 2007 3:12 PM  
No, I can no longer get into the dotnetnuke admin screen to look at this.

Yes, I have been able to load the enterprise forms onto my site, but I bought that one...of course now I can't access that either.

Still no word from the hosting service...I'm having trouble accessing the site via ftp from where I am, I will try lagter this evening.

Barry
Barry Lindstrom
Nuker
Nuker
Posts:11

23 Jan 2007 8:53 PM  
My web hosting company (godaddy) has indicated that there was problem with there installation script
I uninstalled and am in the process of re-installing for a 3rd time to see if this will work.

Barry
Barry Lindstrom
Nuker
Nuker
Posts:11

01 Feb 2007 8:31 PM  
Here's the error I'm getting. I am forwarding this to my host provider as well

Required permissions cannot be acquired.
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.Security.Policy.PolicyException: Required permissions cannot be acquired.

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:


[PolicyException: Required permissions cannot be acquired.]
System.Security.SecurityManager.ResolvePolicy(Evidence evidence, PermissionSet reqdPset, PermissionSet optPset, PermissionSet denyPset, PermissionSet& denied, Boolean checkExecutionPermission) +2738085
System.Security.SecurityManager.ResolvePolicy(Evidence evidence, PermissionSet reqdPset, PermissionSet optPset, PermissionSet denyPset, PermissionSet& denied, Int32& securitySpecialFlags, Boolean checkExecutionPermission) +57

[FileLoadException: Could not load file or assembly 'Flatburger.Permutation_8318a_2.0(163), Version=1.0.0.1, Culture=neutral, PublicKeyToken=d4dad26439b41539' or one of its dependencies. Failed to grant minimum permission requests. (Exception from HRESULT: 0x80131417)]
System.Reflection.Assembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection) +0
System.Reflection.Assembly.InternalLoad(AssemblyName assemblyRef, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection) +211
System.Reflection.Assembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection) +141
System.Reflection.Assembly.Load(String assemblyString) +25
System.Web.Configuration.CompilationSection.LoadAssemblyHelper(String assemblyName, Boolean starDirective) +32

[ConfigurationErrorsException: Could not load file or assembly 'Flatburger.Permutation_8318a_2.0(163), Version=1.0.0.1, Culture=neutral, PublicKeyToken=d4dad26439b41539' or one of its dependencies. Failed to grant minimum permission requests. (Exception from HRESULT: 0x80131417)]
System.Web.Configuration.CompilationSection.LoadAssemblyHelper(String assemblyName, Boolean starDirective) +596
System.Web.Configuration.CompilationSection.LoadAllAssembliesFromAppDomainBinDirectory() +3487289
System.Web.Configuration.CompilationSection.LoadAssembly(AssemblyInfo ai) +46
System.Web.Compilation.BuildManager.GetReferencedAssemblies(CompilationSection compConfig) +177
System.Web.Compilation.BuildProvidersCompiler..ctor(VirtualPath configPath, Boolean supportLocalization, String outputAssemblyName) +180
System.Web.Compilation.CodeDirectoryCompiler.GetCodeDirectoryAssembly(VirtualPath virtualDir, CodeDirectoryType dirType, String assemblyName, StringSet excludedSubdirectories, Boolean isDirectoryAllowed) +347
System.Web.Compilation.BuildManager.CompileCodeDirectory(VirtualPath virtualDir, CodeDirectoryType dirType, String assemblyName, StringSet excludedSubdirectories) +125
System.Web.Compilation.BuildManager.EnsureTopLevelFilesCompiled() +378

[HttpException (0x80004005): Could not load file or assembly 'Flatburger.Permutation_8318a_2.0(163), Version=1.0.0.1, Culture=neutral, PublicKeyToken=d4dad26439b41539' or one of its dependencies. Failed to grant minimum permission requests. (Exception from HRESULT: 0x80131417)]
System.Web.Compilation.BuildManager.ReportTopLevelCompilationException() +57
System.Web.Compilation.BuildManager.EnsureTopLevelFilesCompiled() +612
System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager appManager, IApplicationHost appHost, IConfigMapPathFactory configMapPathFactory, HostingEnvironmentParameters hostingParameters) +456

[HttpException (0x80004005): Could not load file or assembly 'Flatburger.Permutation_8318a_2.0(163), Version=1.0.0.1, Culture=neutral, PublicKeyToken=d4dad26439b41539' or one of its dependencies. Failed to grant minimum permission requests. (Exception from HRESULT: 0x80131417)]
System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +3434991
System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +88
System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +252


Lee Sykes
DNN Creative Staff
Nuke Master V
Nuke Master V
Posts:5302


02 Feb 2007 4:23 AM  
which module are you using?

I have spoken to FlatBurger and have found out that the UCanUse module requires full trust settings. Quite a few of the hosting providers will only operate at medium trust settings, so this may be the cause of the problem.

I've asked Flat Burger to include a README file or further instructions with any modules that require special installation settings.

It would also be worth e-mailing FlatBurger direct at:
promo@flatburger.com

to see if they can provide any additional advice,

Thanks,

Lee Sykes
Site Administrator
Subscribe to the website : DotNetNuke Video Tutorials : The Skinning Toolkit : DotNetNuke Podcasts

Twitter: www.twitter.com/leesykes

Lee Sykes's Facebook Profile
Barry Lindstrom
Nuker
Nuker
Posts:11

02 Feb 2007 9:04 AM  
This is XMod, but I had the same issue with the documentation module.

I will pass your comments on to GoDaddy (hosting company) tech support and I have contacted snowcovered regarding the error as well.

Thanks!
Barry Lindstrom
Nuker
Nuker
Posts:11

02 Feb 2007 9:43 AM  
I have also contacted flatburger, as kell from snow covered suggested this may be a problem with the promo licensing
Barry Lindstrom
Nuker
Nuker
Posts:11

06 Feb 2007 1:48 PM  
I have purchased XMod directly and it installed just fine.
It appears none of the "free" modules I got from DNNCreative are going to work on a GoDaddy hosted site?
This is very disappointing!
Chris Eller
Nuke Newbie
Nuke Newbie
Posts:1

03 Oct 2007 6:25 PM  

Same issue. Migrated all of my DNN sites to two GoDaddy hosting accounts (migration is a nightmare and expensive).

After I had about 2/3 of my sites rebuilt (manually) I installed the Flatburger Ultra Media Gallery and both my GD hosting accounts on DNN and ALL sites are down!!!

GoDaddy will not support the DNN install (even though it was their own via Metropolis).

I have only had a couple of responses from the Module builder (BizModules.net). They are mad, and don't know that Flatburger was giving away their module:

---------- SnowCovered Ticket excerpt ------------------------------------------------------------------------

10/1/2007 9:20:58 AM
BizModules.net you mean you get UMG from flatburger? how much did you pay, can you show me your invoice information?


-----------------------------------------------------------------------------------------------------------------------
(WOW!!!)

CAN ANYONE TELL ME HOW TO USE FTP TO DELETE THE FILES THAT ARE KILLING ALL OF MY CLIENT'S SITES????

I tried renaming (with an underscrore at the file name start) all of the new files in /BIN and /DesktopModules. I just got new errors, one by one and even after all files were renamed. SO I put the names back.

Help, Help, Help, Help, Help?

Christopher

See http://www.NoDaddyHosting.com (while it lasts), where I'm documenting the problem and solution to this.

1. GoDaddy should be more responsible and let folks know their Metropolis DNN will not run modules that require Full Trust.

2. The DNN world should let people know when their modules require Full Trust.

3. There is NO info on Google about using FTP to delete files to get a DNN back up.

4. The DotNetNuke site is so pathetic for searching that you can only get close to a term like "FTP" and then drill around for days until you find a link to an offsite answer on page 14 of a thread.

God, I can't wait for the Internet to go away and we can all get back to 3 x 5 cards ;^)

BTW: Web since 1993 (1400 baud, Telnet, Archie, Veronica, Jughead... and HTML when nobody thought there would be versions!)

Joseph Craig
DNN Creative Staff
Nuke Master V
Nuke Master V
Posts:5345


04 Oct 2007 10:23 AM  
Delete the directories in Desktop Modules that pertain to the new modules.

Delete the dll files in bin.

I think that renaming won't solve the problem.

Then, if you can login as host, go to the Module Definitions page and delete the offending modules.

Joe Craig
DNN Creative Support
Subscribe to the website
You are not authorized to post a reply.
Forums > DotNetNuke® > Modules > Module Installation Error



ActiveForums 3.7

Latest Forum Posts

Missing Edit & Add Function on Modules to Entire Site by jacksonsc56
Just logged into my DNN site as host and noticed I can no longer edit modules or access the settings...
RE: How to upgrade core module? by LeeWebDev
That did it. Thanks, Lee! And keep up the great work with this site. It's a tremendous resource.
DNN in cluster evniroment by kris@aausports.org
Does anyone have any experience running DNN in a cluster environment? Looking at setting up 3 R600 ...
RE: Auto create pages and content by dhassall
CAUTION - I am also adding pages to the site manually (Page Functions Add) but I am finding after ad...
PayFlow Link by murphydolores
Hello Can any one help me to find out a shopping cart systems that work with PayFlow Link?
RE: Send email with Dynamic Forms Results by jesp17
Hi Lee,I've asked DataSprings if there is a way to solve my problem (wish). Here is a reaction:I don...
Background Music by kparker
Do you know of any module that I can use to play background music on a single page?  Or do you have ...
RE: Run exe/dll from DNN? by jncraig
I did this several years ago, so I think that what I found must have been in the "Professional DotNe...
RE: Run exe/dll from DNN? by ollivogt
excellent!!! scheduled task looks good - do you have any hint where to start the search? Many tha...
RE: Employee Absent Indicator by dkemp@karrtuttle.com
I suppose I could do an Events module with everyone's vacation schedule in there. Then the receptio...
RE: Run exe/dll from DNN? by jncraig
Do you want to do this on a schedule, or in response to an event such as a mouse click? If the fo...
Run exe/dll from DNN? by ollivogt
Hello, is it possible to run an external application from within DNN - for instance doSomething.d...
Employee Absent Indicator by dkemp@karrtuttle.com
Hello everyone. Our new DNN intranet is going well. It's a good indication of success, I think, wh...
RE: Request Tutorial on using Flash by robmacker
Hey Joe. Well, i want to get the accompanying flash file working. It uses javascript only to confirm...
RE: Flash in the HTML Module by jncraig
I commented on another post you made. Here is some more. You probably will be more successful if...
RE: Fun? with styling of Home.aspx by jncraig
You can also warn bloggers to use the Paste from Word tool.  It's often helpful.  For major things, ...
RE: Fun? with styling of Home.aspx by jncraig
You can also warn bloggers to use the Paste from Word tool.  It's often helpful.  For major things, ...
RE: Request Tutorial on using Flash by jncraig
I usually use DigFlash, a free module, when I want to put a flash file on a page. It's quite simple...
RE: Skin missing banner and menu when ctl is used in the url by jncraig
Can you point me to a specific page on the site and particular problem?
Request Tutorial on using Flash by robmacker
Either the one's that know how to do it are keeping quiet or there just isn't enough general knowled...
DotNetNuke Modules
RSS Feeds