Developer forum

Forum » Dynamicweb 9.0 Upgrade issues
Subject
Replies
Started by
Last reply
Issues with Connection Provider
Hi, I am getting a null-pointer exception and I have tracked it down to that the ExecutionTable is null. This is because the Dynamicweb.Environment.Web.SetupExecutionTable is run after my code (which is also run from AfterStart a Notification). Can y ...
Søren Heide Larsen
10/04/2017 09:30:47
Last post: 10/04/2017 10:03:53
Page shortcut to nonexistent page exception
Hi guys, In DW9 if we delete the destination and enter at source page it throws an exception. In previous versions this didn't happen. https://www.screencast.com/t/Ftpm08MMaIKB Workaround is to go directly to the properties and remove the shortcut, b ...
António Ramos
06/04/2017 12:18:03
Last post: 10/04/2017 00:53:51
Module search dont list all modules
Hi guys, In DW9 the search feature by modules in pages/paragraph don't have all the possible modules. For example, forms for editors and data lists / data integration isn't listed. Dump in attach. DW version: 9.2.8 BR, António Ramos ...
António Ramos
05/04/2017 18:14:17
Last post: 07/04/2017 15:50:03
Iterate pages in folder
Hi, Is it possible to iterate pages below a certain folder in the content-tree, with Razor? I've had a look into the database, and it seems they are created just like normal pages, with the option PageIsFolder set to 1. Best regards Kurt Moskjaer And ...
Kurt Moskjær Andersen
06/04/2017 09:34:29
Last post: 07/04/2017 15:37:12
Server Error when creating New Group off Shop1 in DW 9.2.8
In Ecommerce, create New Group under Shop1. Error results and persists: "Sequence contains no elements" ...
Conor McKeown
05/04/2017 19:12:50
Last post: 07/04/2017 15:20:54
Dynamicweb.Content.PageService.GetPagesByParentID(int parentId) fails if parentid page does not exist
Hi Dynamicweb.Content.PageService.GetPagesByParentID(int parentId) fails with a .Net error (Object reference not set to an instance of an object) if parentid page does not exist. Could you fix it so that the method returns an empty IEnumerable<Pag ...
Lars Larsen
04/04/2017 14:27:52
Last post: 07/04/2017 13:39:47
When saving a page (based item), Dynamicweb.Content.PageService doesn't clear cache
Hi DW, In v9.2.8 In frontend: Fx. @{ var pageService = Dynamicweb.Extensibility.ServiceLocator.Current.GetInstance<Dynamicweb.Content.IPageService>(); var page = pageService.GetPage(_thePageIdFromOuterScope_); } <div>@((string)page.Item[" ...
Pete Surawatanapong
30/03/2017 14:32:58
Last post: 05/04/2017 15:38:24
Can't set source type to "Select items under this page"
Hi On DW v9.2.8 I can't set the source type for options to a checkbox-, dropdown or radiobutton list when I want the source type to be "Select items under this page". When trying I get the error message shown in first screenshot. After I got this err ...
Lars Larsen
29/03/2017 12:06:20
Last post: 05/04/2017 15:35:44
Error saving Address Validator
Hi there, When I save the settings for an address validator with all countries selected in DW 9.2.8, I get the following error: Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because  ...
Imar Spaanjaars
24/03/2017 13:37:08
Last post: 05/04/2017 15:21:31
RenderItemList problem with ListPageSize
Hi Guys, I am experiencing a weird behavior of the RenderItemList method. If I use this request: @RenderItemList(new { ItemType = "Dw_Page", ListSourceType = "SelfPage", ItemFieldsList = "*", ListTemplate = "ItemPublisher/List/Loop-1col-image-summary ...
Adrian Ursu
31/03/2017 15:46:59
Last post: 05/04/2017 15:19:41
Default.aspx is stripped in href attributte value
Hi Having an a-tag with a href attributte value "/Default.aspx?id=[someId]" then the hole string in the attributte value is stripped! This happens in a paragraph Razor template. It makes no difference if the template is a ViewModel based te ...
Lars Larsen
23/03/2017 14:01:41
Last post: 05/04/2017 15:18:11
Can't create itemfield of type item relation list
Hi When I create an itemtype field of type item relation list, the parameter "Itemtype" is not saved. I am running v9.2.7 ...
Lars Larsen
16/03/2017 16:17:50
Last post: 05/04/2017 15:14:11
Can't save change to fields on simple variant before saving variants first
Hi there, I have a product with a few simple variants. When I open the edit screen for the variant I can't make changes to fields like Stock. I need to click Save / Save and Close first which turns the variant into a complex variant which in turn ena ...
Imar Spaanjaars
05/04/2017 10:35:55
No replies yet
Paragraph ID in form control names breaks existing JavaScript
Hi there, We have an account signup page that uses the extranet module. Until recently, the IDs and names of controls were more or less static. So, for the Email field, this code: @GetString("UserManagement:User.Email.InputName") would give ...
Imar Spaanjaars
14/03/2017 13:21:12
Last post: 30/03/2017 11:11:32
Application 9.2.0: Save new Checkout Templates
Hi, In Application 9.2.0, Order >> Payment >> Parameters. Cannot make save as and cannot make save new Templates. "OK" button is not working. Best Regards, Zayar ...
Zayar Minn
11/02/2017 19:33:41
Last post: 30/03/2017 11:02:10
Delete a Page issue
In DW 9.2 If the Page is based on an item when deleting, the row record is removed from "Page" table. But is still remain in the "ItemType_{blablabla}" table. ...
Pete Surawatanapong
16/02/2017 09:14:53
Last post: 30/03/2017 10:59:49
Can't create new loyalty point rules
Using Firefox on Dynamicweb 9.2.8, I can set up a new reward, but I can't define rules. Here are the steps to repro the issue: 1. Open Ecommerce | Loyalty points 2. Click New and enter the details for the reward 3. In the Rules grid, click "Click her ...
Imar Spaanjaars
28/03/2017 17:26:16
Last post: 30/03/2017 01:32:00
Extranet users cant login.
Hi We're used to having our customers logging in async through ajax post and a generic handler: var loginHandler = new Dynamicweb.Frontend.LoginHandler(); loginHandler.ExtranetLogOn(username, password, true); We're getting nullreference exception in  ...
Simon Nordahl
27/03/2017 16:07:01
Last post: 29/03/2017 17:06:09
Packages and dependencies
Hi there, I have a Live Integration project that depends on a number of Dynamicweb assemblies such as Dynamicweb.Ecommerce, Core, Environment and Extensibility. Instead of hardcoding references to these assemblies, I wanted to use their counterpart N ...
Imar Spaanjaars
26/03/2017 17:32:31
Last post: 28/03/2017 09:25:17
Error loading addin with User Selector
Hi there, Running DW 9.2.8, I have a custom address validator that has a user selector property like this: [AddInParameter("User group to ignore"), AddInParameterEditor(typeof(UserGroupParameterEditor), "")] public string UserGroupToIgnore { get; set ...
Imar Spaanjaars
24/03/2017 13:27:10
Last post: 24/03/2017 14:24:48