nopCommerce 4.00 BETA released. Please share your impressions

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
6 years ago
koray wrote:
For this one, it is the IUSR write  permission for Plugins.   Also create a folder called bin under plugins.  This should fix this error, but you will need to assign more write permission for bunch of other folders


Can you please list the dir that need permissions set.

I am getting the below error. I think it is due to permissions settings.

An error occurred while starting the application.
.NET Framework 4.7.2117.0 X86 v4.0.0.0    |   Microsoft.AspNetCore.Hosting version 2.0.0-rtm-26452    |    Microsoft Windows 6.3.9600    |   Need help?


Thanks you.


Thanks for the reply. That did fix the error. Now I just need to know the rest of the folder permissions I need to give Write access.
6 years ago
Please read the installation help, that should answer your questions.

Also, you can change the following on the web.config file:
stdoutLogEnabled="true"

Once you do that, the error files with the folder names will appear in the /Logs folder.
--------

hitnet wrote:
For this one, it is the IUSR write  permission for Plugins.   Also create a folder called bin under plugins.  This should fix this error, but you will need to assign more write permission for bunch of other folders


Can you please list the dir that need permissions set.

I am getting the below error. I think it is due to permissions settings.

An error occurred while starting the application.
.NET Framework 4.7.2117.0 X86 v4.0.0.0    |   Microsoft.AspNetCore.Hosting version 2.0.0-rtm-26452    |    Microsoft Windows 6.3.9600    |   Need help?


Thanks you.

Thanks for the reply. That did fix the error. Now I just need to know the rest of the folder permissions I need to give Write access.
6 years ago
Hi Andrei,

I came across to a really weird bug in the Edit Topic page. When I try to edit a topic I got the following error:

the 'model` directive must appear at the start of the line.

@model EditForumTopicModel


Would it be possible to double check whether the issue is present on your build?

Thanks in advance.

Best Regards,
Stefan
6 years ago
Nop-Templates.com wrote:
Hi Andrei,

I came across to a really weird bug in the Edit Topic page. When I try to edit a topic I got the following error:

the 'model` directive must appear at the start of the line.

@model EditForumTopicModel


Would it be possible to double check whether the issue is present on your build?

Thanks in advance.

Best Regards,
Stefan

Thanks a lot, Stefan! The same issue is on our site. We'll check
6 years ago
Nop-Templates.com wrote:
Hi Andrei,

I came across to a really weird bug in the Edit Topic page. When I try to edit a topic I got the following error:

the 'model` directive must appear at the start of the line.

@model EditForumTopicModel


Would it be possible to double check whether the issue is present on your build?

Thanks in advance.

Best Regards,
Stefan


Hello Stefan, I fixed this problem, thanks a lot for your help.For details you can see this commit.
6 years ago
Hello Andrei,

just wanted to ask why the class name of the new "terms and conditions" section on "apply for vendor" page is different than the rest of the "terms" sections on the site - it is set to "accept-terms-of-service", while on shopping cart and checkout pages all "terms" sections are using the class name "terms-of-service".

This way we have to write additional styling for this element alone, which is not optimal and can be avoided if the class name is consistent throughout the site.


Regards
/ Hristo
6 years ago
Hi Hristo,

Sure. We'll improve it soon. Thanks a lot!
6 years ago
When installing the NopCommerce 4 beta, I'm getting the following error:

Setup failed: Value cannot be null.  Parameter name: hashAlgorithm


This is a fresh install, new database.  I've installed .NET Core 2.0 SDK, Runtime, WindowsHosting, etc.  I noticed someone else on the forums had this issue, but never saw that it was resolved.  I've tried and re-tried quite a few times - tried deploying from Visual Studio, and even tried downloading the "no source code" version.

The database tables are getting created, so the failure is happening after that.  I've removed all plugins from the Plugins folder so none of them is causing the issue.  Help!
6 years ago
Hi, I have a question, the value of the button "add to cart" (box product home), the correct value would be "details"? redirects to page details. Thanks.
6 years ago
wwnaweb wrote:
Hi, I have a question, the value of the button "add to cart" (box product home), the correct value would be "details"? redirects to page details. Thanks.

Everything is correct. When a product cannot be added to the cart for some reasons (e.g. it has attributes, etc), then we redirect to the details page
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.