Getting started. Installing and upgrading nopCommerce.

1 year ago
aekem wrote:
..."403 - Forbidden: Access is denied. You do not have permission to view this directory or page using the credentials that you supplied" error.
...

You need folder write permissions as described here
https://docs.nopcommerce.com/en/installation-and-upgrading/installing-nopcommerce/installing-local.html
1 year ago
New York wrote:
..."403 - Forbidden: Access is denied. You do not have permission to view this directory or page using the credentials that you supplied" error.
...
You need folder write permissions as described here
https://docs.nopcommerce.com/en/installation-and-upgrading/installing-nopcommerce/installing-local.html


Thank you for reply. I don't understand how to give write permissions to folder sorry.  I posted my files to hosting like that. Is it wrong ? If it is wrong, how should I send my files?


https://imgur.com/a/nzR0viC
1 year ago
aekem wrote:
..."403 - Forbidden: Access is denied. You do not have permission to view this directory or page using the credentials that you supplied" error.
...
You need folder write permissions as described here
https://docs.nopcommerce.com/en/installation-and-upgrading/installing-nopcommerce/installing-local.html

Thank you for reply. I don't understand how to give write permissions to folder sorry.  I posted my files to hosting like that. Is it wrong ? If it is wrong, how should I send my files?


I made thanks for helping :)

https://imgur.com/a/nzR0viC
1 year ago
If you don't know how to give write permissions to folders, then contact your host's technical support
1 year ago
I am a beginner and trying to deploy NopCommerce with Azure App Service. I have a github - at this point identical to the master Nopcommerce repository - which I'm using to deploy to Azure.

The issue I'm having with using the Nopcommerce master repo as it is, is that the .sln is not located in the root, but rather in root/src/. However, when Azure gets the repo it expects the .sln to be located in the root directory.

Has anybody else had this problem and what can be done to fix the issue?
1 year ago
To add to my post above, I tried to get around the issue (that the .sln is not in the root directory that I CI/CD from Github into Azure) by actually uploading the root/src into github rather than root, and then CI/CD that from Github into Azure. However, that gives me the following errors:

Error: C:\Users\runneradmin\AppData\Local\Microsoft\dotnet\sdk\6.0.401\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ConflictResolution.targets(112,5): error NETSDK1152: Found multiple publish output files with the same relative path: D:\a\Vacuums\Vacuums\Presentation\Nop.Web\Views\_ViewImports.cshtml, D:\a\Vacuums\Vacuums\Plugins\Nop.Plugin.Payments.PayPalCommerce\Views\_ViewImports.cshtml. [D:\a\Vacuums\Vacuums\Plugins\Nop.Plugin.Payments.PayPalCommerce\Nop.Plugin.Payments.PayPalCommerce.csproj]
  Nop.Tests -> C:\Users\runneradmin\AppData\Local\Microsoft\dotnet\myapp\
  Nop.Plugin.Widgets.FacebookPixel -> D:\a\Vacuums\Vacuums\Presentation\Nop.Web\Plugins\Widgets.FacebookPixel\Nop.Plugin.Widgets.FacebookPixel.dll
  Nop.Plugin.Tax.Avalara -> D:\a\Vacuums\Vacuums\Presentation\Nop.Web\Plugins\Tax.Avalara\Nop.Plugin.Tax.Avalara.dll
  Nop.Plugin.Shipping.EasyPost -> D:\a\Vacuums\Vacuums\Presentation\Nop.Web\Plugins\Shipping.EasyPost\Nop.Plugin.Shipping.EasyPost.dll
Error: C:\Users\runneradmin\AppData\Local\Microsoft\dotnet\sdk\6.0.401\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ConflictResolution.targets(112,5): error NETSDK1152: Found multiple publish output files with the same relative path: D:\a\Vacuums\Vacuums\Presentation\Nop.Web\Views\_ViewImports.cshtml, D:\a\Vacuums\Vacuums\Plugins\Nop.Plugin.Widgets.FacebookPixel\Views\_ViewImports.cshtml. [D:\a\Vacuums\Vacuums\Plugins\Nop.Plugin.Widgets.FacebookPixel\Nop.Plugin.Widgets.FacebookPixel.csproj]
Error: C:\Users\runneradmin\AppData\Local\Microsoft\dotnet\sdk\6.0.401\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ConflictResolution.targets(112,5): error NETSDK1152: Found multiple publish output files with the same relative path: D:\a\Vacuums\Vacuums\Presentation\Nop.Web\Views\_ViewImports.cshtml, D:\a\Vacuums\Vacuums\Plugins\Nop.Plugin.Tax.Avalara\Views\_ViewImports.cshtml. [D:\a\Vacuums\Vacuums\Plugins\Nop.Plugin.Tax.Avalara\Nop.Plugin.Tax.Avalara.csproj]
Error: C:\Users\runneradmin\AppData\Local\Microsoft\dotnet\sdk\6.0.401\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ConflictResolution.targets(112,5): error NETSDK1152: Found multiple publish output files with the same relative path: D:\a\Vacuums\Vacuums\Presentation\Nop.Web\Views\_ViewImports.cshtml, D:\a\Vacuums\Vacuums\Plugins\Nop.Plugin.Shipping.EasyPost\Views\_ViewImports.cshtml. [D:\a\Vacuums\Vacuums\Plugins\Nop.Plugin.Shipping.EasyPost\Nop.Plugin.Shipping.EasyPost.csproj]
  Nop.Plugin.Widgets.What3words -> D:\a\Vacuums\Vacuums\Presentation\Nop.Web\Plugins\Widgets.What3words\Nop.Plugin.Widgets.What3words.dll
Error: C:\Users\runneradmin\AppData\Local\Microsoft\dotnet\sdk\6.0.401\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.ConflictResolution.targets(112,5): error NETSDK1152: Found multiple publish output files with the same relative path: D:\a\Vacuums\Vacuums\Presentation\Nop.Web\Views\_ViewImports.cshtml, D:\a\Vacuums\Vacuums\Plugins\Nop.Plugin.Widgets.What3words\Views\_ViewImports.cshtml. [D:\a\Vacuums\Vacuums\Plugins\Nop.Plugin.Widgets.What3words\Nop.Plugin.Widgets.What3words.csproj]
1 year ago
Could one of the admins perhaps just update the version on the Linux installation procedure page in the documentation, to indicate the latest release?
It is still referencing 4.50.3 instead of 4.50.4 :-)

https://docs.nopcommerce.com/en/installation-and-upgrading/installing-nopcommerce/installing-on-linux.html#get-nopcommerce
1 year ago
avdveen wrote:
Could one of the admins perhaps just update the version on the Linux installation procedure page in the documentation, to indicate the latest release?
It is still referencing 4.50.3 instead of 4.50.4 :-)

https://docs.nopcommerce.com/en/installation-and-upgrading/installing-nopcommerce/installing-on-linux.html#get-nopcommerce

Sure. Thanks a lot for pointing out! Fixed now
1 year ago
Where does plugin configuration setting saved? DB or file system?
I am asking this because recently I upgraded nopcommerce from version x to version y, I had configured all plugins in version x and all were working fine, now for version up I replaced published site completely except "appsettings.json" and installed plugins, my expectation was configuration setting will be auto populated from DB, but it does not, can anyone one clarify it?
1 year ago
MrNams wrote:
Where does plugin configuration setting saved? DB or file system?
I am asking this because recently I upgraded nopcommerce from version x to version y, I had configured all plugins in version x and all were working fine, now for version up I replaced published site completely except "appsettings.json" and installed plugins, my expectation was configuration setting will be auto populated from DB, but it does not, can anyone one clarify it?


It is saved into database(Setting table) with prefix name of PluginSetting.

https://prnt.sc/gM1JUjDMU8DU