Global Settings not Visible in Live Site

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Il y a 13 ans
Hey guys,

When I view my site live, under the administration panel it tells me that there is absolutely zilch under global settings. Nothing shows up it just says:

Global Settings
________________________________________________________________________

[nothing]

But in the production and testing version on my machine it works perfectly, and I can update all my settings. Any help?
Il y a 13 ans
Any help, guys! Product needs to be available for my customer ASAP.
Il y a 13 ans
I can also confirm this issue. fresh install using the latest version, and straight out of the box I cannot access Global Settings. Have completely wiped and reinstalled twice now, same issue. Please help!
Il y a 13 ans
hi, see if this helps

https://www.nopcommerce.com/boards/t/4891/blank-pages-shown-in-admin.aspx
Il y a 13 ans
Gave this a shot, man. Did absolutely nothing. Anyone else have any ideas.
Il y a 13 ans
Guys,

This is delaying the release of a product for a customer. Can anyone PLEASE help!?!
Il y a 13 ans
http://theflomo.com/images/desk.jpg

That's what I'm getting.
Il y a 13 ans
Sorry to triple post, but here's the exact exception:

System.Web.HttpUnhandledException: Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> System.ArgumentException: Illegal characters in path. at System.IO.Path.CheckInvalidPathChars(String path) at System.Security.Permissions.FileIOPermission.HasIllegalCharacters(String[] str) at System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess access, AccessControlActions control, String[] pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList) at System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess access, String path) at System.Web.InternalSecurityPermissions.PathDiscovery(String path) at System.Web.HttpRequest.MapPath(VirtualPath virtualPath, VirtualPath baseVirtualDir, Boolean allowCrossAppMapping) at System.Web.HttpRequest.MapPath(VirtualPath virtualPath) at System.Web.HttpServerUtility.MapPath(String path) at AjaxControlToolkit.HTMLEditor.ToolbarButton.ImageButton.getImagePath(Type type, String name, String ext, Toolbar toolbar) at AjaxControlToolkit.HTMLEditor.ToolbarButton.ImageButton.RegisterButtonImages(String name, String ext) at AjaxControlToolkit.HTMLEditor.ToolbarButton.Undo.OnPreRender(EventArgs e) at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace --- at System.Web.UI.Page.HandleError(Exception e) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest() at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context) at System.Web.UI.Page.ProcessRequest(HttpContext context) at ASP.administration_productdetails_aspx.ProcessRequest(HttpContext context) in d:\Temp\Temporary ASP.NET Files\root\47a2f587\34d5f0f7\App_Web_ht7u2ekk.1.cs:line 0 at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
Il y a 13 ans
This type of error was more common with asp.net 2.0.  It typically involved the '?' character in the url of the aspnet_wp.exe worker process.

It's hard to decipher exactly what is causing your error but if you are using 1.7+ (I think this is where asp.net 4.0 starts) then I would check with your host and ensure that .net 4.0 is being used in your application pool.  Start there and find out the exact configuration your host is using.

This will tell you a few things about your configuration and how good (or bad) your host is at responding to your requests.

Sorry this isn't more specific but it will at least help you eliminate some stuff.

t
Il y a 13 ans
Hello,
I am having the same issue as OP, where my Global Settings view is blank.  This is a fresh install on a IIS7.5 server with full permissions running ASP .net 4 app pool.

Has anyone had any luck solving this issue?
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.