Developer forum

Forum » Dynamicweb 9.0 Upgrade issues
Subject
Replies
Started by
Last reply
Timout when trying to prepare DW 9 database
Hello, I got an timeout exception when trying to prepare the database from the CMS. Are there any other ways of doing this? I have tried to set "Timout=0" in the connectionstring in globalsettings.aspx, but is does not work. Any suggestions? ...
Håkan Fogelberg
13/11/2017 16:18:27
Last post: 18/12/2017 14:08:19
eCom short description above long description
Our eCom customers are confused because the short description is not the first they see and is not above the long description. Also it is placed under the images and customfields so it takes a lot of scrolling to get to it. Please place it before the ...
Per Søgaard
01/11/2017 14:11:18
Last post: 18/12/2017 09:23:07
Danish DW9 version not completely translated to danish
Danish DW9 version contains at lot of phrases in english which should be translated to danish. ...
Per Søgaard
02/11/2017 16:53:26
Last post: 18/12/2017 09:15:41
Link To Item doesnt work
Hi! Im working on a paragraph with 3 buttons. Each button har one text-field and one link to item-field. When i try t choose which page (see attachment) nothing happens, and if I write "Documents" or another page-name it just says "required" beneath  ...
David Alexandersson
08/12/2017 15:14:56
Last post: 08/12/2017 16:28:55
Scheduled tasks losing settings when upgrading from v. 8.9.2.5 to v. 9.3.6
We have a solution with 15 scheduled tasks. After upgrading from DW8 to the latest version of DW9 all our scheduled tasks have lost their settings (Web service URL, security key, import activity etc.). When looking in the database (ScheduledTask), I  ...
Niels Foldager
15/11/2017 13:17:15
Last post: 08/12/2017 10:30:07
Loading icon not centered
Hi, In the File Manager we can see the loading icon is not centered - look odd https://www.screencast.com/t/If3VlqUJQpR6 Best Regards, Nuno ...
Nuno Aguiar
27/11/2017 12:16:07
Last post: 05/12/2017 08:12:10
How to disable the Analytic script in DW9?
Hi Guys, Anyone knows how to disable the Analytics script in the Admin site in DW9? The script looks like the below: <script type="text/javascript"> (function(w,d,n) { w[n]=w[n]||function(name,value){ w[n][name]=value; }; var dwa = d.createElem ...
Jakob Kristensen
04/12/2017 11:58:57
Last post: 04/12/2017 14:46:01
Response.End throws ThreadAbortException
Hi Guys, I am using a razor template to implement an instant search in DW9 (9.2.15) environment. context.Response.Clear(); context.Response.ContentType = "application/json"; context.Response.Write(GetProductList1(GetLoop("Products"))); context.Respon ...
Jakob Kristensen
01/12/2017 12:54:49
Last post: 04/12/2017 11:53:12
9.3.3 => 9.3.6 Can't create new Order via the api
new Order() { IsCart = true, LanguageId = Context.LanguageID, ShopId = "SHOP1", OrderContextId = contextId, Date = DateTime.Now, }.Save(); throws "Overløb i SqlDateTime. Værdien skal være mellem 01-01-1753 12:00:00 og 31-12-9999 23:59:59." I've chang ...
Evaldas Raisutis
30/11/2017 10:14:54
Last post: 01/12/2017 06:01:59
DW9 equivalent of Pageview.User.SecondaryUserID.ToString()
I have DW 8 code using this: Pageview.User.SecondaryUserID.ToString() What's the DW 9 equivalent? Would this work? Pageview.User.CurrentSecondaryUser != null ? Pageview.User.CurrentSecondaryUser.ID.ToString() : "" Imar ...
Imar Spaanjaars
29/11/2017 13:46:07
Last post: 29/11/2017 17:58:35
Page Item based content in folder should be included in Google sitemap.xml
We are using page based items in folders for a lot of content like news, references etc. but it is not included in the Google sitemap.xml. This would would be nice so we can get it included faster in Google index. ...
Per Søgaard
27/11/2017 15:16:22
Last post: 28/11/2017 13:39:42
NuGet issue?
Hi, Whan starting DW 9.35 on an testserver it automatically seems to update DLL files in the bin folder. I do not want this to happen, because it works on my computer locally (where it does not update the files automatically). Is there anyway of turn ...
Håkon Fogelberg
22/11/2017 15:03:34
Last post: 22/11/2017 15:30:38
Email Marketing - redirect after unsubscribe
Hi I am running DW9.1.4. The setting "Redirect after unsubscribe" in Email Marketing (see attachment) is not saved when saving an email. When clicking the unsubscribe link in the email I am not redirected but gets a short message (see attachment). ...
Lars Larsen
24/01/2017 16:01:16
Last post: 22/11/2017 13:46:53
Change log level
Hi there, When I use the new logging framework and use any methods below Info() II'm not seeing any output (i.e. it seems to ignore trace and debug statements). Is there a global config setting that we can change to include lower level messages? Than ...
Imar Spaanjaars
20/11/2017 20:39:34
Last post: 21/11/2017 17:24:23
DW 9.3.5 Dynamicweb.Security.UserManagement.User.Save() crashes on Dynamicweb.Ecommerce.Cart.UserSavedSubscriber.OnNotify
Hello, I am writing some backend code for a DW solution that has products, but no cart. When I create a user and save it, somehow the Dynamicweb.Ecommerce.Cart.UserSavedSubscriber gets called and crashes with a null reference in Dynamicweb.Ecommerce. ...
Hans Kloppenborg
23/10/2017 15:30:28
Last post: 21/11/2017 14:34:58
LogToFile
Hey All, where did Dynamicweb.base.LogToFile move to? //Steen ...
Steen Nørgaard Perdersen
17/02/2017 08:28:16
Last post: 21/11/2017 13:24:58
Paragraph sorting with Dyanmicweb grid
Hi, We are experiencing issues with the drag and drop sorting of paragraphs. One of the issues is a JavaScript error as you can see here: https://www.screencast.com/t/pNrYt6saZ Another issue is the "Insert after" option, where it often ends up a coup ...
Mikkel Ulstrup
21/11/2017 01:35:47
Last post: 21/11/2017 08:21:08
Upload file with -- in the name
Hi, We have some projects where we are uploading files with "dash dash" in the filename. Example "{productNumber}--front.jpg" If I try to upload this image from the backend, it does not work. Shouldn't it work? (using 9.3.6) Best Regards, Nuno Aguiar ...
Nuno Aguiar
20/11/2017 13:23:48
Last post: 20/11/2017 14:21:26
Missing object name EcomProductCategoryTranslation
Hi, when upgrading I get an error message Invalid object name 'EcomProductCategoryTranslation'. What are the SQL to insert this table manually? Is it also possible to get the sql for adding the tables EcomProductCategoryTranslation, EcomProductCatego ...
hakan Fogelberg
17/11/2017 14:38:10
Last post: 17/11/2017 14:44:58
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