Admin area

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
14 years ago
I can't access the settings at all and so can't disable SSL on the site.
I have tried re uploading the site also including all the css files
All to no avail. I have concerns with the version of .net my host is running it is ISS 7 but the ASP is only showing up as 2.0 but they have assured me it is 3.5. Also I noticed on one of the registration pages the mini calendar Icon is not working could thee issues be linked any help would be greatly appreciated.
14 years ago
Additional info:

Below is the Test report from my shared hosting provider to check ASP.net is live.

I tried a complete fresh install of NOP but to no avail. Still have the same issue.

I created a fresh version of the site in a new Webspace on a different url but still no go.

My host told me that it is running ASP.net 3.5 but I don't think it is.

Also I have to switch the site to run in classic mode instead of integrated mode just to run the site.



If you see this page, ASP.NET 2.0.50727.4200 works properly.  
Environment variables
Name Value
Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\PHP;C:\Program Files\System Center Operations Manager 2007\;C:\Program Files\System Center Operations Manager 2007\
TEMP C:\Windows\TEMP
PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
USERDOMAIN HOSTING
PROCESSOR_ARCHITECTURE x86
SystemDrive C:
TRACE_FORMAT_SEARCH_PATH \\winseqfe\release\Windows6.0\lh_sp2rtm\6002.18005.090410-1830\x86fre\symbols.pri\TraceFormat
APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming
windir C:\Windows
LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local
TMP C:\Windows\TEMP
NUMBER_OF_PROCESSORS 2
USERPROFILE C:\Windows\system32\config\systemprofile
ProgramFiles C:\Program Files
FP_NO_HOST_CHECK NO
COMPUTERNAME PEMWINWEB09
APP_POOL_ID ex_p00119696
USERNAME PEMWINWEB09$
PUBLIC C:\Users\Public
PROCESSOR_IDENTIFIER x86 Family 15 Model 33 Stepping 2, AuthenticAMD
SystemRoot C:\Windows
ComSpec C:\Windows\system32\cmd.exe
DFSTRACINGON FALSE
CommonProgramFiles C:\Program Files\Common Files
PROCESSOR_LEVEL 15
PROCESSOR_REVISION 2102
ALLUSERSPROFILE C:\ProgramData
ProgramData C:\ProgramData
OS Windows_NT
14 years ago
I have set up a temporary test site with the completely default set up.

If you login to the site with the default username and password you can see the error when you select administration.


http://shop.netbook.ie/Default.aspx
14 years ago
Does it work fine when you run it locally or just on this host?
14 years ago
Im having a menu problem with a fresh install of 1.40. The menu displays "admin.sitemap.dashboardtitle" for example. Is this a urlwrite problem?
14 years ago
@walruss

I had the same problem when I used no source version of nop 1.4
but in complete solution with source, everything fine, no issues

Regards
Gokul
14 years ago
Same with both versions for me. Wish I hadn't bothered with the upgrade now.
14 years ago
admin.sitemap.hometitle > admin.sitemap.configurationtitle > admin.sitemap.globalsettingstitle

This shows the problem I'm having on the admin section. How do I fix it?
14 years ago
@walruss

first of all sorry for wrong information..
the problem you mentioned is present in nop 1.40 with source also..I agree with you

Actually I forgot one small tweak I did, just came to my mind..

I did a small correction in the code of the file main.master..located n the path

nopCommerceStore > Administration > main.master

  string nopResourceTitle = ((SiteMapNode)e.Item.DataItem)["title"];

instead of   string nopResourceTitle = ((SiteMapNode)e.Item.DataItem)["nopResourceTitle"];

I think this will affect if u r planning for admin side lcalization

Hope this helps for time being :)

Regards
Gokul
14 years ago
Unfortunately that workaround hasn't worked for me. Thanks anyway though
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.