Developer forum

Forum » Dynamicweb 9.0 Upgrade issues
Subject
Replies
Started by
Last reply
Attempt to aritmatic with two prices of different currency
After upgrade to 9.5 fixed all tags and any API were using. When we add to Cart we get the following error: Exception Details: Dynamicweb.Ecommerce.Prices.PriceInfoCurrencyException: Attempt to aritmatic with two prices of different currency Stack Tr ...
Kevin O'Driscoll
04/10/2018 15:31:00
Last post: 05/10/2018 10:03:28
NullReferenceException
Hi, we have a DW project whose database is installed online, and whose files are local and shared by Git. With this scenario, I updated the Git files, both from DW9.4.18 to 9.5.0, and to synchronize the files with the working team. After the updates  ...
Tomas Gomez
25/09/2018 13:06:54
Last post: 24/10/2018 21:57:26
Bug when extending Rapido items
Hi I am trying to create a new item in Rapido by inheriting from an existing one (e.g. create a NewsArticleAircon custom item based on News article). The thing is that it always fails to create the table in the database with the following error: Ther ...
Gheorghe Balan
04/09/2018 16:29:43
Last post: 05/09/2018 09:21:42
Area Permissions on code-first Item
Hi I am trying to create items code-first, but I would like my item to be available only on one of my websites. All the examples I could find mention the AreaRule attribute that is used to decorate a class - but this would give permission to all the  ...
Gheorghe Balan
30/08/2018 13:40:49
Last post: 30/08/2018 16:47:27
Too many redirects
I think this has come up already in a different form, but we ran into another situation with too many redirects. A customer reports that after upgrading to 9, they are having problems with links when there are more than 8 search filters on the link.  ...
Imar Spaanjaars
12/07/2018 23:28:45
Last post: 26/07/2018 10:38:07
The incoming request has too many parameters after Upgrade to 9.4
Hi guys, I have this suituation after upgrading to 9.4. When trying to open a user in back-end, I get the attached error. The user configuration has not changed since long before the upgrade. It worked very well in 8.8.x. My assuption is that the err ...
Adrian Ursu
20/06/2018 11:28:51
Last post: 22/06/2018 18:36:28
Packages
Hi Guys, I have tried (for the first time since upgrading to 9.4) to ise the Packages functionality in order to ease the Upgrading of the solution. Apparently something is missing or missconfigured because I get a 404 error when tyring to access eith ...
Adrian Ursu
19/06/2018 09:09:59
Last post: 19/06/2018 09:13:56
Issues with user location map
Hi guys, On a DW 9.4.13 solutions we seem to encounter issues with the maps section of the user edit page in the CMS. This functionlitiy used to work fine before ... When using the GET LOCATION FROM API button on the user edit page in the CMS an unab ...
Peter Leleulya
13/06/2018 11:46:35
Last post: 26/06/2018 15:35:56
From Forms to Forms for editors
Hi When upgrading from DW8 to DW9 there can be a lot of forms (old "Forms" module) published on the frontend. The forms from the old "Forms" module are present in the "Forms for editors" app. But what about the forms published by the old "Forms" modu ...
Lars Larsen
23/05/2018 15:53:10
Last post: 21/08/2018 14:42:21
Product catalog list products based on Group
Hi guys, Upgrade to 9.4.11. I am using a few product catalog modules in a few landing pages for specific campaigns. Because it is easier for the admin to select the product group, I am using "Show Product Groups" instead of "Show Index". In the previ ...
Adrian Ursu
15/05/2018 10:26:21
Last post: 24/05/2018 14:22:18
Error when searching order in Internet Explorer 11
Hi guys, Just upgraded to 9.4.11. I know this issue might be the cause of the incompatibility with IE11 but I report it just in case it isn't. When searching orders in back-end, regardless of the field or keyword, you get the attached error. Value ca ...
Adrian Ursu
15/05/2018 10:19:13
Last post: 22/05/2018 11:11:02
Bug in tax providers with multiple lines?
Hi there, I am upgrading a DW 8 site to 9 and ran into an issue with Avalara. The contents of the cart generated multiple tax lines for each product in the cart. Some of these lines have the same product number and name. When that's the case, DW seem ...
Imar Spaanjaars
14/05/2018 22:49:40
Last post: 18/05/2018 14:51:57
Save a concept E-mail
Hi, If we open a new E-mail in concept, and after that save it (not Save and Close), the system closes the page. I attached some screenshots to make it clear. Can you please have a look at it? Best regards Gerard ...
Gerard Kocks
07/05/2018 16:35:55
Last post: 08/05/2018 15:28:27
Issue with the new ProductService/OrderService etc. structure.
Hi all, We do often write our own more complex SQL to fetch products/orders/users. Until the newer versions (9.4) we have been able to parse a datareader to the constructor and thus building the object like so: while (reader.Read()) { result.Add(new  ...
Simon Nordahl
03/05/2018 15:43:21
Last post: 24/05/2018 08:50:14
Upgrade to 9.4.10
My first upgrade to 9. from an early version of 8 > 8.902.21 > 9.4.10. This site is using wrap with custom modules (which are temporarily disabled for the upgrade, post build). All went well apart from a few deprecated frontend tags fixed easil ...
Kevin O'Driscoll
30/04/2018 15:13:38
Last post: 09/05/2018 10:37:13
The best overloaded method match for 'Dynamicweb.Ecommerce.Shops.Shop.Shop(System.Data.IDataReader)' has some invalid arguments
I tried to Upgrade from 9.3* to 9.4*. But this error throws me off. "Error compiling template "Designs/EG/eCom/Productlist/ProductList.cshtml" Line 29: 'Dynamicweb.Ecommerce.Products.Group.GetGroupById(string)' is obsolete: 'Use Services.ProductGroup ...
Bjørn Kamfjord
27/04/2018 08:21:39
Last post: 30/04/2018 11:20:56
Cart errors after upgrade to 9.3.12
Hi guys, We have recently upgraded a solution from the latest 8.9 to the latest (at that point) 9.3 version. We have since started to see a few Cart/Order errors. Specifically, conversion from Cart to Order fails pratially. By partial, I mean that th ...
Adrian Ursu
18/04/2018 16:55:30
Last post: 28/06/2018 08:42:31
RMA module is gone
Hi guys, We lost the RMA module under Ecommerce on some of our recent sites. I poked around in the Module table but it seems RMA is not a separate module. What's needed for the module to appear? Imar ...
Imar Spaanjaars
09/04/2018 17:15:00
Last post: 10/04/2018 09:03:22
Saving order and orderline not working after upgrade
Hi Everyone I recently upraded a customers system from 9.3.10 to 9.4.6 And i have a data integration runing that does reads and save orders and their orderlines. But after the upgrade, i get some errors when trying to save the order. Something about  ...
Casper Andersen
03/04/2018 09:59:52
Last post: 04/04/2018 08:59:26
More database access in cart
Hi Dynamicweb, After upgrading from 8.9 to 9.4 we see more calls to the database in the cart-module where data from: EcomStockUnit in 8.9 accessed only once for all products, but in 9.4 that table is accessed for each individual product. Best regards ...
Anders Ebdrup
26/03/2018 15:35:36
Last post: 07/06/2018 01:12:19