Developer forum

Forum » Dynamicweb 9.0 Upgrade issues
Subject
Replies
Started by
Last reply
Rename files focus
Hi, When renaming files, the field should have focus. Best Regards, Nuno ...
Nuno Aguiar
17/04/2017 12:57:56
Last post: 28/04/2017 09:47:16
Using webapi with attribute routing in DW 9
Hello, We have started our first DW project in version 9.2.9, and are trying to use some webapi calls in our project to be able to do some ajax requests in our pages. I know that DW registers the attribute routing in their own global asax calls from  ...
Peter Leleulya
15/04/2017 11:35:13
Last post: 20/04/2017 09:24:05
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
[Create User Account] - Exception related to the GetLocation method
Hi All, I'm getting an exception when I try to create a user in the front-end. You can see the exception on the file attached. The issue just occurs when the Address fields is filled in the front-end. In another solution with the same version and wit ...
Ricardo Pereira
07/04/2017 16:18:07
Last post: 10/04/2017 17:07:27
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
InvalidOperationException when trying to create a product group in the shop root.
We're getting the following exception when trying to create a product group directly under the selected shop: As far as i can tell it's because the iframe is getting the an url with missing shopid parameter. The url used is this: http://localhost:582 ...
Simon Nordahl
05/04/2017 12:23:25
Last post: 19/04/2017 14:33:34
Sitemap does not respect page sort order
Hi The app Sitemap doesn't respect the sort order of pages in the backend. Changing the sort order of pages is not reflected on the frontend. Running on DW v.9.2.6 ...
Lars Larsen
03/04/2017 11:35:41
Last post: 21/04/2017 08:14:33
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
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 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
Navigation attribute InPath is always false on catalog pages.
Hi I've been having issues with rendering the breadcrumb when standing in an ecom catalog. The root of the problem seems to be that Inpath attribute is not correctly sat on productgroups. For instance, my current url is http://localhost:26248/shop/ka ...
Simon Nordahl
27/03/2017 15:33:58
Last post: 13/06/2017 10:26:47
Usability issue with backend configuration
On previous versions of Dynamicweb, when you configured something like a tax provider, the selectable countries would appear on a separate tab. Now with 9 they are inline which creates a loooooong page when you have all countries added to your soluti ...
Imar Spaanjaars
24/03/2017 13:44:13
Last post: 24/03/2017 14:17:07
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
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
Load Balancing on v9 (9.2.8)
Following this documentation http://doc.dynamicweb.com/documentation-9/platform/advanced-settings/web-and-http setting it up should be there. But I've installed the module but nothing shows up and switched my license to Enterprise I have tried to set ...
Kevin Steffer
24/03/2017 11:43:15
Last post: 10/10/2017 13:09:13
Sorting with Ecommerce Navigation
Wer're upgrading a site from 8 to 9 and run into some issues. We have a Products page that uses Ecom navigation and publishes all top level groups in the shop. On DW8 the groups are rendered in the order they are sorted in in the backend. On DW9  ...
Imar Spaanjaars
23/03/2017 18:13:15
Last post: 15/11/2017 09:53:18
New Index Analyzers
Hi Guys, I have noticed you have added a few lanaguage analyzers in the default distribution of the solution. Is there any chance I can add a Romanian Analyzer as well? Thanks, Adrian ...
Adrian Ursu
22/03/2017 23:24:58
Last post: 23/03/2017 10:42:40
Unable to select a file via filemanager in 9.2.7
Hi, In DW 9.2.7 Can't select or list files. Test url: http://give.dw9.dynamicweb-cms.com/Admin/Files/Dialogs/SelectFile?path=/Images&uploadFolder=/Images The errors is located at "\Admin\Resources\js\layout\initgrid.js" - Line 4 As  ...
Pete Surawatanapong
20/03/2017 15:24:57
Last post: 20/03/2017 16:43:44
New way to get friendly url?
When using Dynamicweb.Frontend.SearchEngineFriendlyURLs.GetFriendlyUrl() it doesn't seem to do any conversion to a friendly url. But there is a crawler which makes the url friendly in href but i do have a need to be able to make friendly url manu ...
Keld Gøtterup
20/03/2017 13:32:59
Last post: 23/05/2017 11:16:11
Update Itemtype failed
Hi Guys, I am using 9.2.6. I have moved over a couple of itemtypes from another solution using the XML files. The items are displayed properly and I can populate values in the fields. However, when I try to edit an ItemType or just save it, it throws ...
Adrian Ursu
17/03/2017 11:45:32
Last post: 22/03/2017 08:32:33