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

Forum

Module Installation Error
Last Post 2007-10-04 03:23 PM by Joseph Craig. 12 Replies.
Printer Friendly
  •  
  •  
  •  
  •  
  •  
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
Barry LindstromUser is Offline
Nuker
Nuker
Posts:11

--
2007-01-19 06: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 <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".

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

<configuration>
    <system.web>
        <customErrors mode="Off"/>
    </system.web>
</configuration>

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 <customErrors> configuration tag to point to a custom error page URL.

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

<configuration>
    <system.web>
        <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
    </system.web>
</configuration>

markpUser is Offline
Nuke Pro
Nuke Pro
Posts:93

--
2007-01-19 06: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 LindstromUser is Offline
Nuker
Nuker
Posts:11

--
2007-01-19 07: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 SykesUser is Offline
DNN Creative Staff
Nuke Master VI
Nuke Master VI
Posts:4945
Avatar

--
2007-01-19 07: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/DNNCreative

Lee Sykes's Facebook Profile
Barry LindstromUser is Offline
Nuker
Nuker
Posts:11

--
2007-01-19 08: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 LindstromUser is Offline
Nuker
Nuker
Posts:11

--
2007-01-24 01:53 AM  
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 LindstromUser is Offline
Nuker
Nuker
Posts:11

--
2007-02-02 01:31 AM  
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 SykesUser is Offline
DNN Creative Staff
Nuke Master VI
Nuke Master VI
Posts:4945
Avatar

--
2007-02-02 09: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/DNNCreative

Lee Sykes's Facebook Profile
Barry LindstromUser is Offline
Nuker
Nuker
Posts:11

--
2007-02-02 02:04 PM  
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 LindstromUser is Offline
Nuker
Nuker
Posts:11

--
2007-02-02 02:43 PM  
I have also contacted flatburger, as kell from snow covered suggested this may be a problem with the promo licensing
Barry LindstromUser is Offline
Nuker
Nuker
Posts:11

--
2007-02-06 06: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 EllerUser is Offline
Nuke Newbie
Nuke Newbie
Posts:1

--
2007-10-03 11: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 CraigUser is Online
DNN Creative Support
Nuke Master VI
Nuke Master VI
Posts:9315
Avatar

--
2007-10-04 03:23 PM  
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 DNNCreative
I recommend PowerDNN for DotNetNuke Hosting.
You are not authorized to post a reply.

Active Forums 4.3

Latest Forum Posts

RE: Active Forums vs. DNN 6.2 CE by Joseph Craig
I haven't really previewed it, but my understanding is that pretty much everything except the "Mail
RE: horizontal main and submenu items by Joseph Craig
If you could show a page as an example, that would help. Basically, you can put multiple menus on
Active Forums vs. DNN 6.2 CE by Aggiedan97
Active Forums will no longer be offered with the debut of DNN 6.2 which is promising to integrate Ac
Google Analytics Module by Aggiedan97
I'm in need of providing a GA module that displays GA charts, graphs, and reports internal to DNN si
RE: horizontal main and submenu items by Dan Glanton
I'm not sure. One of the tutorials show using 2 horizontal menus with one being the submenu. This do
RE: Different search icon for each portal by Joseph Craig
Are you using the same skin in each portal? If so, and assuming that you are using the SiteIconURL
Different search icon for each portal by Bill Swanson
How do I use a different search icon for each portal in dnn 6.1.4?
RE: horizontal main and submenu items by Joseph Craig
Do your requirements fit with any of the available templates?
RE: horizontal main and submenu items by Dan Glanton
I went ahead and upgraded to the DDR to make sure I have the best updated menu possible. What I woul
RE: DNN 6.2 by Joseph Craig
The release notes that came with the beta version of the software should indicate if the version can
RE: horizontal main and submenu items by Joseph Craig
Part of the answer will depend on the menu that you are using in your skin. I strongly recommend th
DNN 6.2 by Sameer
Hi All i am using dnn 6.2 beta version for my demo site i need to custmize the 4 modules in that
RE: Deploying dnn by Sameer
Thanks a lot so kind of you
RE: Unable to Create Skin Package by schilders
Joe, When I click the Edit icon next to the skin package on the Host Extensions page, I receive t
horizontal main and submenu items by Dan Glanton
I found a very good tutorial on horizontal main and subitems in DNN Creative, but what about if you
RE: Skin creation - Menu questoni by Joseph Craig
This has to do with the structure of the elements that make up the skin and the CSS. Most likely, y
Skin creation - Menu questoni by CDMeyer
I have a skin and when I add more menu items to the nav bar than can fit in one row of nav, the seco
RE: FCK Editor in DNN 6 by Pingle2009
Just to follow on from Joe's reply, the 'official' line seems to be that not only that the old FCK E
RE: Slice a Site by Dan Glanton
Thanks, I'll look into that when I get a chance.
RE: Creating structured page content by Stephen Bugden
Thankyou very much Joe, I will take a look at your suggestions.
You are not logged in.
You must log in to access all 
650+ videos, tutorials, podcasts, and more.
RSS Feeds