A2 hosting and Nopcommerce 4.0

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
5 years ago
dvukovic1 wrote:
A2 hosting does not yet support .Net Core 2.1.  The highest version supported is 2.0, therefore, the highest version of NopCommerce they can run currently is 4.0, since 4.1 requires .Net Core 2.1.
http://docs.nopcommerce.com/pages/viewpage.action?pageId=10256757

I am glad to say that is not true, since I installed Nop 4.10 on A2 hosting with no problem.

It is working as it should.

Br,
Dario



Hi,

Can u please help me out of Running 4.2 in A2 Hosting Iam getting
An error occurred while starting the application.
.NET Core 4.6.26814.03 X64 v4.0.0.0    |   Microsoft.AspNetCore.Hosting version 2.1.1-rtm-30846    |    Microsoft Windows 10.0.14393    |   Need help?
5 years ago
Here is my way of install that works :-)

on A2hosting
1. create new website
2. create blank MS SQL database

on localhost
3. install fresh Nop 4.10 on your localhost with new database
After install is complete ...
4. create backup (export dump) from your local database, and you will get data.bak or similar

on A2hosting
5. copy all data from localhost website folder to your website folder on A2hosting
6. import dump (e.g. data.bak) to your blank database on A2hosting
7. update dataSettings.json in AppData folder, according to connection info in your database

After that, your Nop 4.10 should be running. Don't forget to customize other settings in admin area.

I hope that helps :-)

If you have some additional questions, fell free to contact
5 years ago
[Solved]
This bug is due to a file access error that is not handled by the code
To resolve this issue, remove the files and folders and folder's items from read-only mode.
Presentation\Nop.Web\wwwroot\images\thumbs,
Presentation\Nop.Web\web.config
5 years ago
Team.

i also had the same issue and resolved simply..


follow the steps if you are placing nop in shared hosting..(plesk)

> copy the no-source to root dir
> give write permission to the folder listed in
http://docs.nopcommerce.com/display/en/Installation+guide

For nopCommerce versions 4.00 and above:

    \App_Data\
    \bin\
    \log\
    \Plugins\
    \Plugins\bin\
    \wwwroot\bin\
    \wwwroot\bundles\
    \wwwroot\db_backups\
    \wwwroot\files\exportimport\
    \wwwroot\images\
    \wwwroot\images\thumbs\
    \wwwroot\images\uploaded
    \App_Data\installedPlugins.json (after installation)
    \App_Data\dataSettings.json (after installation)

then in plesk create database
> before starting installation...goto mylittleadmin > tools
there you just run the following command

ALTER USER (your-database-name-without bracket) WITH DEFAULT_SCHEMA =dbo;

now goto the installation....and also mind it...you must install with sample data...
if there is no data in DB...you get lot of installation issue
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.