problem about nopcommerce-Collection of common programming errors
chg
asp.net asp.net-mvc nopcommerce appharbor
I am trying to deploy a nopCommerce application to AppHarbor. When I start the page I run into a runtime redirect loop however. I added a bit of debug logging and the problem seems to be this part in Global.asax.cs -> EnsureDatabaseIsInstalled():if (!webHelper.GetThisPageUrl(false).StartsWith(installUrl, StringComparison.InvariantCultureIgnoreCase)){this.Response.Redirect(installUrl);}StartsWith comparison is always false because GetThisPageUrl returns http://[name].apphb.com:14275/installand
teresko
asp.net-mvc razor nopcommerce
In my project I’ve added some custom code to the CategoryNavigation, just a call to a stored database procedure via IDbContext.My NopCommerce site now crashes after between 10 to 30 minutes of runtime with a “Could not load type” error, which occurs from a Razor Layout file.Clearly my class (which is compiled into Nop.Web assembly) cannot have disappeared during runtime. On altering the Razor script during the fault, I have found that other Actions and Views work, as do other classes.The fault d
JMK
nopcommerce
I have been waiting for nopCommerce to install for about half an hour now (onto a free tier AWS server) and I would love to see if the install is still going on or if it has crashed at some point.Does nopCommerce output a log file that I could view with a tool like baretail?
user1348351
c# asp.net-mvc nopcommerce
I’m using nopcommerce open source. So I want to add another table and I want to add another tab in Product Variant.So I create a model.public partial class ProductVariantPriceRangeModel : BaseNopEntityModel{public int ProductVariantId { get; set; }[NopResourceDisplayName(“Admin.Catalog.Products.Variants.ProductVariantPriceRange.Fields.SpecialPriceStartDate”)][DisplayFormat(NullDisplayText = “”, DataFormatString = “{0:yyyy-MM-dd}”)]public DateTime? SpecialPriceStartDate { get; set; }[NopResourceD
balexandre
c# asp.net asp.net-mvc nopcommerce
this is a client requirement , he do not want the admin panel to be look like www.abc.com/admin/.., but want as www.abc.com/eSales/ we did change on adminAreaRegistration page accordingly , but problem start from plugin, currently CountryState tax plugin causing issue …/eSales/Tax/ConfigureProvider?systemName=Tax.CountryStateZipNo route in the route table matches the supplied values.Description: An unhandled exception occurred during the execution of the current web request. Please review the
mgnoonan
c# asp.net serialization session-state nopcommerce
I’m trying to store session state in SQL instead of InProc in our nopcommerce 1.9 install. When I make the requisite changes to the web.config I get this error:Server Error in ‘/’ Application.Unable to serialize the session state. In ‘StateServer’ and’SQLServer’ mode, ASP.NET will serialize the session state objects,and as a result non-serializable objects or MarshalByRef objects arenot permitted. The same restriction applies if similar serializationis done by the custom session state store in ‘
Leo Chan
templates nopcommerce
Thanks in advance. For any nopcommerce user, Do anyone use the template built by OSshop.biz before??? i have tried the one named Luxury handbag store (linked below). When i run it, it turn out a error:Theme ‘FashionShoes’ cannot be found in the application or global theme directories.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 Detail
rezydent
asp.net sql-server nopcommerce
Having bought a copy of the shop made in nopCommerce (files and database) we are trying to implement it on our server. After copy, such mistake appears:SysUtcDateTime’ is not a recognized built-in function name.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.Data.SqlClient.SqlException: ‘SysUtcDateTime’ is not a recognized
Web site is in building