global setting in v1.8

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 years ago
hi .
when i install nopcommerce v1.8 and i go to global setting menu. there is nothing.
and i cant configure anything.
there is just a save button!
pls help me.
13 years ago
I am also having the same problem. I tried to fix this by using a clean install of 1.80 rather than the upgrade, I get the same error. I am also getting errors I have never seen before. Like the page errors then when I click again it works. I hope someone can help!
13 years ago
From another post that solved my problem:

"I am on godaddy also, I had the same trust issue and it took me some time to work through, but I finally did it.
From what I understand just because you are on a shared server, it does not exclude you from having full trust for your applications root directory, which you must set up on your server. This is done through the godaddy IIS controll panel for your web site. Once you have installed the application into this directory place this line of code into your web.config file located in the applications root directory.

Copy the web.config file to local computer and edit/save with notepad. Once the file has been edited replace the file on your server.

<trust level="Full"/>

The above entry should be placed one line above the following code : </system.web>

You should also recycle your application pool in the godaddy IIS control panel, check to make sure you have read/write atributes set in godaddy file manager, and make sure that you have set or reset .net 4.0 for your site.

I finally got everything to work with no errors so far.

Hope this helps. "
13 years ago
Do you mean the top level web config...



 </httpHandlers>
    <httpModules>
      <add name="MembershipHttpModule" type="NopSolutions.NopCommerce.HttpModules.MembershipHttpModule, Nop.HttpModules.MembershipModule"/>
      <add name="UrlRewriteModule" type="UrlRewritingNet.Web.UrlRewriteModule, UrlRewritingNet.UrlRewriter"/>
      <add name="BlacklistHttpModule" type="NopSolutions.NopCommerce.HttpModules.BlacklistHttpModule, Nop.HttpModules.BlacklistModule"/>
      <add name="NopObjectContextDisposalModule" type="NopSolutions.NopCommerce.BusinessLogic.Data.AspNetObjectContextDisposalModule, Nop.BusinessLogic"/>
    </httpModules>
  <trust level="Full"/>
  </system.web>
  <system.webServer>
    <validation validateIntegratedModeConfiguration="false"/>
    <modules>


Is where I put it...didn't seem to fix it though. It did stop the script error though..any other ideas?
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.