nopCommerce v2.00 BETA released

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
12 years ago
wow!

that is impressive.... nopCommerce is going places I tell ya!
12 years ago
pepper wrote:
HELP!!!

trying to install 2.0 on local PC

I ran Prepare.bat

after that opened solution in VS2010

on the installation screen I am getting this error-

Setup failed: System.Exception: Database does not exist or you don't have permissions to connect to it at Nop.Web.Controllers.InstallController.Index(InstallModel model) in C:\wwwroot\nopmvc\Presentation\Nop.Web\Controllers\InstallController.cs:line 343



I am using this

Server Name- .\sqlexpress
Use integrated Windows authentication- selected



HELP!!!
.
.
.
.


Can anyone help me plz ?
12 years ago
pepper wrote:
HELP!!!

trying to install 2.0 on local PC

I ran Prepare.bat

after that opened solution in VS2010

on the installation screen I am getting this error-

Setup failed: System.Exception: Database does not exist or you don't have permissions to connect to it at Nop.Web.Controllers.InstallController.Index(InstallModel model) in C:\wwwroot\nopmvc\Presentation\Nop.Web\Controllers\InstallController.cs:line 343



I am using this

Server Name- .\sqlexpress
Use integrated Windows authentication- selected



HELP!!!
.
.
.
.

Can anyone help me plz ?


Have you created the empty database before running install?

.
12 years ago
SWW wrote:
Congrats on moving to beta status!

Question:  Is forums module working?  The links on home page just have the localhost url plus a # symbol.  Manually typing /boards/ on the url results in errors.

Running locally in VS2010 Pro.

TIA,

Steven

The forums section is working in the beta. It is enabled via Administration > Configuration > Settings > Forum Settings > check "Forums enabled" > Save. When enabled, links to the forum are displayed in the header menu and information section on the side.

If you have # as a "Forums" link and are missing the boards route, you may be using a pre-beta release. Can you confirm if you are using the beta release?

The forums header menu link is located in the view: Presentation\Nop.Web\Views\Common\Menu.cshtml and the link is displayed by the following code:
@if (Model.ForumEnabled)
{
    <li><a href="@Url.RouteUrl("Boards")">@T("Forum.Forums")</a></li>
}
Can you verify if this is in your view?

.
12 years ago
rupreck wrote:
Still no way to find strings easily.  Really needs a free form text search.

It is so very hard to edit strings...

Are you referring to localized resource strings (Administration > Configuration > Languages > "View string resources")? You can filter (search) which rows are displayed in the grid, by clicking the funnel icon in the column headers. You can also search all settings the same way (Administration > Configuration > Settings > All Settings (Advanced)). Rows are edited and added within the grid.

.
12 years ago
mb wrote:

Have you created the empty database before running install?

.


I though install process will create database itself like previous versions.

so I have to create blank database in .\sqlexpress and then use the database name in installation steps?

is this setting fine?

Server Name- .\sqlexpress
Database- blanknewdatabase that i will create using SSMS

Use integrated Windows authentication- selected
12 years ago
pepper wrote:

I though install process will create database itself like previous versions.

so I have to create blank database in .\sqlexpress and then use the database name in installation steps?

is this setting fine?

Server Name- .\sqlexpress
Database- blanknewdatabase that i will create using SSMS

Use integrated Windows authentication- selected


The installer doesn't create the database and will prompt you to enter the database name if you leave it blank. The settings you have selected should work.  

.
12 years ago
thank you mb
now it is working
12 years ago
kudos to the team. I've been playing with the beta and it looks awesome. The addition of unit tests is also very welcome. Can't wait to use the final version in production!
12 years ago
a.m. wrote:

The upgrade utility will be provided a bit later



UPDATE: Here is an important note about payment modules. We decided to don't ship nopCommerce with all that payment modules that were included in the previous versions (about 35 modules). Only 8 of them are available out of the box. All other payment modules will be available as plugins


is update utility will be available in 2.0 official release because it is very imp ?

right now there is no paypal express so will it be available in 2.0 official release ?
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.