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

Forum

Module Installation Error
Last Post 2007-10-04 04: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 07: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 07: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 08: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 08: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 09: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 02: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 02: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 10: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 03: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 03: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 07: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-04 12:25 AM  

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 Offline
DNN Creative Support
Nuke Master VI
Nuke Master VI
Posts:9001
Avatar

--
2007-10-04 04: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

Admin menu problem by alireza arabiyan
hi i installed dnn 6 on localhost and move it in my host, all link's , pages and modules are ok,
Re: SQL SERVER 2008 R2 Remote connection by Prakasam Srinivasan
I have successfully configured MSSQL Server 2008 r2 remote connection. I am using windows 7 and it h
RE: dnn 4.4 upgrade issue by imran shaikh
Thanks you all it is done by renaming release.config to web.config procedure
RE: dnn 4.4 upgrade issue by imran shaikh
Thanks you all it is done by renaming release.config to web.config
dnn 4.4 upgrade issue by imran shaikh
hi this is imran i am upgrading dnn 4.4 to dnn 6.0.2 and getting this error please help me for this
RE: How to build Skins for DNN 6.x by Joseph Craig
I'd recommend that you try replacing the hard-coded text with the DotNetNuke Text skin object. That
RE: Module permission does not work! by Joseph Craig
What permissions have you give to that role?
RE: DNN nav issue by Joseph Craig
Are you using a custom skin? How often does this happen?
RE: Friendly URLs Broken by Joseph Craig
I don't entirely understand this, but I'm glad you got things working.
RE: How to build Skins for DNN 6.x by Christopher Adamakis
Dear all, I have one more question regarding greek fonts. If you check my site http://www.expertsoft
RE: Dnn local setup problem by imran shaikh
this is error is resolve now now getting this one Server Error in '/cooperpharma.ma' Applicat
RE: Module permission does not work! by Abraham Tameru
I created a special role for the user to administer the site. The user is not a member of the Admini
Dnn local setup problem by imran shaikh
Hi All i have just installed the new site files on my local computer set the connection strin
RE: Firefox has detected that the server is redirecting the request for this address in a way that will never complete. by imran shaikh
Hi i have the same issue Firefox has detected that the server is redirecting the request for thi
DNN nav issue by imran shaikh
Hi All This is imran i am using DNN 6.0 in which issue is that while i am refreshing the site nav
RE: Problem After Attaching/Detaching Database.mdf by Prakasam Srinivasan
thanks joe! But I have connect with database.mdf file in App_Data. I detach the database from
RE: Ventrian News Article by Collin Stefani
Posted By Joseph Craig on 2012-01-18 10:51 AM I'm not sure that you can with the built-in UI.
RE: Friendly URLs Broken by Vistalogix Corporation
Well, we figured out that the problem is related to .Net framework 3.5. Friendly URLs works fine und
RE: Problem After Attaching/Detaching Database.mdf by Joseph Craig
That behavior of running the installation wizard indicates a problem connecting to the database.
RE: Friendly URLs Broken by Vistalogix Corporation
Nope, just a straight-up DNN install and configured in Host -> Friendly URLs as described in my orig
You are not logged in.
You must log in to access all 
650+ videos, tutorials, podcasts, and more.
RSS Feeds