| Author |
Messages |
|
lfgbear
 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=&quot;Off&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=&quot;RemoteOnly&quot; defaultRedirect=&quot;mycustompage.htm&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.
|
|
|
|
|
lfgbear
 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... |
|
|
|
|
leesykes DNN Creative Staff
 Nuke Master III Posts:3960

 |
|
lfgbear
 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 |
|
|
|
|
lfgbear
 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 |
|
|
|
|
lfgbear
 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
|
|
|
|
|
leesykes DNN Creative Staff
 Nuke Master III Posts:3960

 |
| 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
 |
|
|
lfgbear
 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! |
|
|
|
|
lfgbear
 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 |
|
|
|
|
lfgbear
 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! |
|
|
|
|
anotheropus
 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 ------------------------------------------------------------------------
|
|
| 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!) |
|
|
|
|
jncraig DNN Creative Staff
 Nuke Master III Posts:3750

 |
| 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 |
|
|
|