Close

Profile: Support

Avatar

User posts

Bugs
12 years ago

embryo wrote:

1. and 2.  
I have confirmed that my content/images folder has the necessary permissions, and have added that name value pair to my connection string as you said, but still having same errors. Below are the contents of my settings.txt file:

DataProvider: sqlserver
DataConnectionString: Server=xxxxxxxx.database.windows.net,1433;Database=xxxxxxx;User ID=xxxxxxxx@xxxxxx;Password=xxxxxxxx;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;MultipleActiveResultSets=True;

The pages all worked fine prior to moving to Windows Server 2003/IIS6. It was running on Windows 7 business edition with IIS7.


Hi embryo,

It seems like that Windows Server 2003/IIS6 are supported by nopCommerce.
http://www.nopcommerce.com/technologysystemrequirements.aspx

What database do you use as your connection string is quite different?
This is how our looks like:

DataProvider: sqlserver
DataConnectionString: Data Source=MY-PC\SQL2008R2;Initial Catalog=nop265;Integrated Security=False;Persist Security Info=False;User ID=sa;Password=xxxx;MultipleActiveResultSets=True


Best Regards,
Nop-Templates Support Team

12 years ago

mrocenter wrote:
We get this error for every page access to a manufacturer page:
...
IP address:  180.76.5.185  
Customer:  builtin@search_engine_record.com  
Page URL:  http://www.mrocenter.com/es/m/3566/crews?pagenumber=1&orderby=15  
Referrer URL:  
Created on:  9/10/2012 2:04:00 PM  


Hi mrocenter,

This url does not exist and that is why you get this error.
You are redirected to the errorpage.htm but the Smart SEO action filters don't expect this and that's why they throw and exception.
We will fix this and will let you know to download the latest version of the Smart SEO.

Best Regards,
Nop-Templates Support Team


Bugs
12 years ago

embryo wrote:
I am having some issues with the electronics theme after moving it to my dedicated server.


Hi embryo,

Please check all of the followings:

1. Make sure your Settings.txt file has this line:
MultipleActiveResultSets=True
It is very important that to be set to True

2. Please check that your application has access rights to the Content\Images folder.
As you have moved to a dedicated sever the access right needs to be set.

3. The zoom seems to be working fine on the link you have provided. It is not Zooming as your images has a very low resolution. Please note that in order for the Zoom to work correctly and not stretch or blur the images you have to use images with higher quality in terms of size. Please try with an image that is 500x500 px for example and you will see.

Please let us know how it goes!
Best Regards,
Nop-Templates Support Team

Bugs
12 years ago

vedran wrote:
In Internet explorer 9, menu is transparent. Please see Mushroomslook


Hi vedran,

This is fixed now. Please download the latest package and update the css for the mega menu plugin.

Thank you again for reporting this!

Best Regards,
Nop-Templates Support Team

12 years ago

ginc2000 wrote:
Greetings,

I downloaded the NopCategoriesHeaderMenu for 2.65 and uploaded the two folders to my plugins directory. But as soon as I hit re-load plugins in Admin, I get following error...

***************************************************************

Server Error in '/' Application.

Object reference not set to an instance of an object.

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.NullReferenceException: Object reference not set to an instance of an object.

Source Error:

The source code that generated this unhandled exception can only be shown when compiled in debug mode. To enable this, please follow one of the below steps, then request the URL:

1. Add a "Debug=true" directive at the top of the file that generated the error. Example:

  <%@ Page Language="C#" Debug="true" %>

or:

2) Add the following section to the configuration file of your application:

<configuration>
   <system.web>
       <compilation debug="true"/>
   </system.web>
</configuration>

Note that this second technique will cause all files within a given application to be compiled in debug mode. The first technique will cause only that particular file to be compiled in debug mode.

Important: Running applications in debug mode does incur a memory/performance overhead. You should make sure that an application has debugging disabled before deploying into production scenario.

Stack Trace:


[NullReferenceException: Object reference not set to an instance of an object.]
   SevenSpikes.Nop.Framework.Routing.BaseRouteProvider.(IViewEngine7Spikes ) +164
   SevenSpikes.Nop.Framework.Routing.BaseRouteProvider.RegisterRoutes(RouteCollection routes) +112
   Nop.Web.Framework.Mvc.Routes.<>c__DisplayClass3.<RegisterRoutes>b__1(IRouteProvider rp) +15
   System.Collections.Generic.List`1.ForEach(Action`1 action) +145
   Nop.Web.Framework.Mvc.Routes.RoutePublisher.RegisterRoutes(RouteCollection routes) +394
   Nop.Web.MvcApplication.RegisterRoutes(RouteCollection routes) +75
   Nop.Web.MvcApplication.Application_Start() +328

[HttpException (0x80004005): Object reference not set to an instance of an object.]
   System.Web.HttpApplicationFactory.EnsureAppStartCalledForIntegratedMode(HttpContext context, HttpApplication app) +9171773
   System.Web.HttpApplication.RegisterEventSubscriptionsWithIIS(IntPtr appContext, HttpContext context, MethodInfo[] handlers) +131
   System.Web.HttpApplication.InitSpecial(HttpApplicationState state, MethodInfo[] handlers, IntPtr appContext, HttpContext context) +194
   System.Web.HttpApplicationFactory.GetSpecialApplicationInstance(IntPtr appContext, HttpContext context) +339
   System.Web.Hosting.PipelineRuntime.InitializeApplication(IntPtr appContext) +253

[HttpException (0x80004005): Object reference not set to an instance of an object.]
   System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +9090876
   System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +97
   System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) +256

Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.272

*******************************************************************************

The moment I remove the two folders, there is no error. Please help.

Regards,
Pratik


Hi Pratik,

Could you try first coping only the Core pugin folder and install it.
Then copy the Header menu folder and install it.

Best Regards,
Nop-Templates Support Team

Bugs
12 years ago

Hi,

Thank you for reporting this!
We are going to fix this and will let you know how you can update your plugin installation.

Best Regards

12 years ago

Lucenta wrote:
Hello,

Great product! I am converting my current nop 2.2 to 2.6, then i'll buy this extension.

I'm already experimenting with the trial version. It occured to me that when using the browser's back button the ajax filter settings are lost. Is there any chance that it will work in feature releases? I assume a lot of customers use their browser's back button.

Thanks in advance!


Hi Lucenta,

This is not supported by the current version of the Ajax Filters.
It will be possible if we implement the feature suggested here.
Please vote for it as it seems like it is not a much requested feature at the moment.

Best Regards,
Nop-Templates Support Team

Bugs
12 years ago

codicezerouno wrote:
Hi,
  I found a new bug on this addon.
Enabling "Terms of service" on Order Settings and "Enable Nop Ajax Cart on Catalog Pages" on Nop Ajax Cart Settings, when the user clicks "checkout" on popup panel he goes to checkout page without accepting "Terms of service" as he must do from shopping cart page.

Please, could anyone help me on solving it?

Thanks in advance.


Hi codicezerouno,

Thank you for reporting it!
We will investigate and will let you know how to fix this issue.

Many thanks!

12 years ago

Please post here anything related to Nop Mega Menu plugin

Bugs
12 years ago

Please write here if you have any problems with the Nop Mega Menu Plugin