Find bugs in nopCommerce 4.30 BETA and earn $10

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Hace 4 años
How will you pay $ 10?
Hace 4 años
coffeehero wrote:
How will you pay $10?

Once the final version of 4.30 (RTM) is released, we'll send rewards to PayPal accounts
Hace 4 años
a.m. wrote:
How will you pay $10?
Once the final version of 4.30 (RTM) is released, we'll send rewards to PayPal accounts


a nice gesture that really shouldn't be necessary because as end users we benefit from the end product, surely, it is in a users best interest to test and identify potential errors so that they can be addressed and we all gain.
Hace 4 años
did the names in the language file change?
Hace 4 años
Firstly, many congratulation nopCommerce team for 4.30

The highlighted feature was quite impressive such as Upgrade to .NET Core 3.1, MySQL support, Facebook Pixel changes, performance enhancement and lot's of bug fixes.

Since 2 day i was underlying with nopCommerce 4.30 beta testing and i found some of the bugs too, here i listed all the bugs.

Majority of bug fixed by nopCommerce team member and the way team fixed with short time was very majestic.

I urge every active community member take participate on nopCommerce 4.30 beta testing.


1)  https://github.com/nopSolutions/nopCommerce/issues/4385
2)  https://github.com/nopSolutions/nopCommerce/issues/4386
3)  https://github.com/nopSolutions/nopCommerce/issues/4387
4)  https://github.com/nopSolutions/nopCommerce/issues/4388
5)  https://github.com/nopSolutions/nopCommerce/issues/4390
6)  https://github.com/nopSolutions/nopCommerce/issues/4391
7)  https://github.com/nopSolutions/nopCommerce/issues/4392
8)  https://github.com/nopSolutions/nopCommerce/issues/4393
9)  https://github.com/nopSolutions/nopCommerce/issues/4395
10) https://github.com/nopSolutions/nopCommerce/issues/4397
11) https://github.com/nopSolutions/nopCommerce/issues/4399
12) https://github.com/nopSolutions/nopCommerce/issues/4409
13) https://github.com/nopSolutions/nopCommerce/issues/4419
14) https://github.com/nopSolutions/nopCommerce/issues/4433
15) https://github.com/nopSolutions/nopCommerce/issues/4389
16) https://github.com/nopSolutions/nopCommerce/issues/4417
17) https://github.com/nopSolutions/nopCommerce/issues/4443
18) https://github.com/nopSolutions/nopCommerce/issues/4445
19) https://github.com/nopSolutions/nopCommerce/issues/4446
20) https://github.com/nopSolutions/nopCommerce/issues/4449
21) https://github.com/nopSolutions/nopCommerce/issues/4450
22) https://github.com/nopSolutions/nopCommerce/issues/4451
23) https://github.com/nopSolutions/nopCommerce/issues/4453
Hace 4 años
Can we do "inline add new" yet in the datatable?

I have a really complex plugin which I use KendoUI and its broke in 4.30. I'd like to switch to DataTable but in 4.20 I couldn't do inline add new.

Uncaught TypeError: $(...).kendoGrid is not a function
    at HTMLDocument.<anonymous> (184:1)
    at e (jquery-3.4.1.min.js:2)
    at t (jquery-3.4.1.min.js:2)
Hace 4 años
Bug: cannot install Nop.Plugin.Shipping.FixedByWeightByTotal after uninstall
Reproduce:
1. delete table from sqlserver database,
2. delete entry in App_Data/plugins.json (Shipping.FixedByWeightByTotal)
3. restart Nop.Web, login as admin
4. Install Shipping.FixedByWeightByTotal
5. Configure (fails)
6. Crash message: System.Data.SqlClient.SqlException: 'Invalid object name 'ShippingByWeightByTotalRecord'.'
7. At: public PagedList(IQueryable<T> source, int pageIndex, int pageSize, bool getOnlyTotalCount = false)
8. Cause: Table not created during plugin installation.
Hace 4 años
GoRoos wrote:
Bug: cannot install Nop.Plugin.Shipping.FixedByWeightByTotal after uninstall

Thanks a lot! We'll check it - https://github.com/nopSolutions/nopCommerce/issues/4459
Hace 4 años
smi10 wrote:
...Since 2 day i was underlying with nopCommerce 4.30 beta testing and i found some of the bugs too...

Just very impressive help from you! Thanks a lot!

smi10 wrote:
I urge every active community member take participate on nopCommerce 4.30 beta testing.

+1
Hace 4 años
Hello guys,

This is the first time ever I'm trying copCommerce so I don't know if I'm doing anything wrong.

I get an error when installing nopCommerce.
I specify the MySQL connection string
Server=localhost;Database=nop_commerce;Uid=nop_user;Pwd=nop_password;

But I get the following error
"Setup failed: Fatal error encountered during command execution."
How to get past this issue? The connection string is correct because I can see in MySQL Workbench all the nopCommerce tables are created in the schema...

I was running nopCommerce from Visual Studio but I can see no error message in the console when doing that...

mysql  Ver 8.0.19 for Win64 on x86_64 (MySQL Community Server - GPL)

Thanks a lot

EDIT: It's not even working with the root user...
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.