Close

Profile: embryo

Avatar

User posts

Bugs
11 years ago

ylechasseur wrote:
Hi had the same problem localy and on my hosting. It was a problem with the SSL (on my web hosting). Look  in your webconfig for USESSL and change it to false (for local use) and test it. If it is working, then contact your webhosting and they will have to fix the SSL certificate.

<appSettings>
    <add key="ClientValidationEnabled" value="true" />
    <add key="UnobtrusiveJavaScriptEnabled" value="true" />
    <add key="UseSSL" value="false" />
    <add key="SharedSSLUrl" value="" />
    <add key="NonSharedSSLUrl" value="" />
    <add key="RouteDebugger:Enabled" value="false" />
    <add key="GoogleMerchantID" value="" />
    <add key="GoogleMerchantKey" value="" />
    <add key="GoogleEnvironment" value="Sandbox" />
    <add key="GoogleAuthenticateCallback" value="True" />
    <add key="ClearPluginsShadowDirectoryOnStartup" value="False" />
  </appSettings>

Yves


Yves...you're the man! Thanks a million!

Also, one day soon, I am going to ask you how you made your category drop down header links look like that on the USNautic.com site. My client sent me to REI.com and asked me to emulate their header drop down links..I thought it impossible with nopcommerce til I saw what you've done. Awesome work!

Bugs
11 years ago

I read that and tried it before posting my question...I'm at a loss and would really appreciate some help figuring this out...

To be certain that this wasn't the problem, I deleted my Temporary ASP.NET files, (re)edited my Global.asax file, and opened up the site with a fresh browser. I then refreshed my explorer window displaying my temporary ASP.NET temp files and opened up the newly created folder....I then browsed to the MVC-ControllerTypeCache.xml file and see no changes...the 7spikes plugins are all listed just as before-

EXAMPLE:
  <assembly name="SevenSpikes.Theme.Electronics, Version=2.65.3.4324, Culture=neutral, PublicKeyToken=null">
    <module versionId="56039c4b-bc00-4ee4-b40a-aa4d2e313fa7">
      <type>SevenSpikes.Theme.Electronics.Controllers.ElectronicsThemeAdminController</type>
      <type>SevenSpikes.Theme.Electronics.Controllers.ElectronicsThemeCatalogController</type>
      <type>SevenSpikes.Theme.Electronics.Controllers.ElectronicsThemeCommonController</type>
      <type>SevenSpikes.Theme.Electronics.Controllers.ElectronicsThemeController</type>
    </module>

And the site still loads in a browser with no problem..I can browse to categories, no problem..search with no problem, add items to cart with no problem, etc..etc..etc...

However, if I click on Login, or Register, or Shopping Cart..I get this:


Internet Explorer cannot display the webpage

What you can try:

Diagnose Connection Problems

More information

This problem can be caused by a variety of issues, including:
•Internet connectivity has been lost.
•The website is temporarily unavailable.
•The Domain Name Server (DNS) is not reachable.
•The Domain Name Server (DNS) does not have a listing for the website's domain.
•There might be a typing error in the address.
•If this is an HTTPS (secure) address, click Tools, click Internet Options, click Advanced, and check to be sure the SSL and TLS protocols are enabled under the security section.



Again, the site was only running for a couple of days prior to the theme installation, but I hadn't had any problems with it. Also, it is running at local host if that gives you a clue.

I'm pretty well stuck since I can no longer access the admin area, so I'd appreciate ANY suggestions.

Thanks!

Bugs
11 years ago

joster wrote:

Hi joster,

There is no need to run any upgrade scripts on a clean install.
If you rebuild your solution or modify your Global.asax file will fix this as this will make MVC to find the new controllers of the plugins (Global.asax is modified internally when a new plugin is installed but it doesn't always work) and find the Settings pages in the administration respectfully. You mention that the Save doesn't work. Can you specify which Save is not working i.e for which plugin?

We have't tried nopCommerce with SQL Azure. Is there a separate branch of nopCommerce or it is the regular branch but it can also work on Azure.

The cart pages should work as the theme is upgrade for nopCommerce 2.65.
What is the error you receive?

Update:We just noticed that the Add to Cart button on a category page is not working right after a clean installation but once we go to a product page it is working fine. That is quite strange and we will investigate it. Please let us know if you have any problems with the Ajax Cart. Maybe Ctrl + F5 is required to update the browser cache.

Best Regards,
Nop-Templates Support Team

Hello, and thank you for your response.

The problem began when I clicked on the SAVE button to apply the new theme from my General Settings. I changed the store name and theme and a few default SEO parameters, clicked save and after a few seconds got a DNS error..page can't be reached.. and I get a DNS-type error when I try to access the admin area with a new browser session, or after I add items when I go to view my shopping cart...

EDIT: As I said before, the values I specified in the general settings worked..the theme was applied and default meta tags, etc....and I have looked at my web.config, and it was definitely modified by the app when I clicked save...many new "add key" entries...it just seems that something didn't go quite right.

I am using the normal 2.65 version of nopcommerce.
I initially installed nopcommerce using a local installation of SQL Server 2008 R2, then created a SQL Azure database. I used the SQL Aure migration assistant program to copy all the tables and queries to the new Azure database. I then changed the connectionstring in my App_Data/Settings.txt to point to the Azure database...it worked perfectly. The next day we bought the electronic theme, and here we are...

I do have Visual Studio 2010, but I JUST got it, so I don't yet know how to "rebuild the solution."

My global.asax looks like this:

<%@ Application Codebehind="Global.asax.cs" Inherits="Nop.Web.MvcApplication" Language="C#" %>

Can you point me in the right direction for modifying it please?


Again, I am not sure what you mean by "modify your Global.asax file will fix this"
In what way does it need modification? What should it look like?

Bugs
11 years ago

Support wrote:

Hi joster,

There is no need to run any upgrade scripts on a clean install.
If you rebuild your solution or modify your Global.asax file will fix this as this will make MVC to find the new controllers of the plugins (Global.asax is modified internally when a new plugin is installed but it doesn't always work) and find the Settings pages in the administration respectfully. You mention that the Save doesn't work. Can you specify which Save is not working i.e for which plugin?

We have't tried nopCommerce with SQL Azure. Is there a separate branch of nopCommerce or it is the regular branch but it can also work on Azure.

The cart pages should work as the theme is upgrade for nopCommerce 2.65.
What is the error you receive?

Update:We just noticed that the Add to Cart button on a category page is not working right after a clean installation but once we go to a product page it is working fine. That is quite strange and we will investigate it. Please let us know if you have any problems with the Ajax Cart. Maybe Ctrl + F5 is required to update the browser cache.

Best Regards,
Nop-Templates Support Team


Hello, and thank you for your response.

The problem began when I clicked on the SAVE button to apply the new theme from my General Settings. I changed the store name and theme and a few default SEO parameters, clicked save and after a few seconds got a DNS error..page can't be reached.. and I get a DNS-type error when I try to access the admin area with a new browser session, or after I add items when I go to view my shopping cart...

EDIT: As I said before, the values I specified in the general settings worked..the theme was applied and default meta tags, etc....and I have looked at my web.config, and it was definitely modified by the app when I clicked save...many new "add key" entries...it just seems that something didn't go quite right.

I am using the normal 2.65 version of nopcommerce.
I initially installed nopcommerce using a local installation of SQL Server 2008 R2, then created a SQL Azure database. I used the SQL Aure migration assistant program to copy all the tables and queries to the new Azure database. I then changed the connectionstring in my App_Data/Settings.txt to point to the Azure database...it worked perfectly. The next day we bought the electronic theme, and here we are...

I do have Visual Studio 2010, but I JUST got it, so I don't yet know how to "rebuild the solution."

My global.asax looks like this:

<%@ Application Codebehind="Global.asax.cs" Inherits="Nop.Web.MvcApplication" Language="C#" %>

Can you point me in the right direction for modifying it please?

Bugs
11 years ago

I just installed the electronics 2.65 theme on a fresh install of nopcommerce 2.65 and immediately after clicking save, the admin pages will not load. I can browse to the store URL and see it functioning with the new theme, but admin pages won't load.

Should I have run the included 2.60 to 2.65 upgrade script first?

I did not think it was applicable since I had a new installation of nopcommerce 2.65 and had never installed this theme before.

I also just noticed that the cart pages don't work either..

EDIT:  maybe I should also mention that my site is running at localhost and my database is running on SQL Azure-

Thanks for any help!