New Post: Error "Failed to get page template by id"
So lt me get this straight. You can see the template under Layout, you can even choose it when you edit a page? The error comes when you browse the page?
View ArticleNew Post: Error "Failed to get page template by id"
Not quite - The template is listed under Layout. For some reason its not showing in Content page - template selection. The page which has the new template allocated in dev - errors both if you try...
View ArticleNew Post: Error "Failed to get page template by id"
burningice - Thanks for your feedback that it couldn't be connected with the Template store 'Composite.Data.Types.IXmlPageTemplate_Published.xml' I have overcome the problem but haven't a clue why it...
View ArticleNew Post: Optional Image and Page Field on Custom Data Type
Additional Info for this case: If I remove the ForeignKey Attributes on all the mentioned fields, I can save the entity correctly, but after close and re-open, I 'll get an error and in the Server Log...
View ArticleClosed Issue: Source code editor stops working when switching between...
Repro:1) Edit a function (C# inline) under the Function perspective2) Switch to the System perspective and edit some file under "/". I used a tree definition.3) In the editor for the website file, use...
View ArticleNew Post: Manual Upgrade 3.2 -> 4.0 / 4.1 beta
The Chrome issue (see https://compositec1.codeplex.com/workitem/1782 ) is fixed in 4.2. We can give you an automated upgrade from 4.1 to 4..2 beta 1 if you like - otherwise I suggest using either...
View ArticleCommented Issue: Source code editor stops working when switching between...
Repro:1) Edit a function (C# inline) under the Function perspective2) Switch to the System perspective and edit some file under "/". I used a tree definition.3) In the editor for the website file, use...
View ArticleNew Post: How to troubleshoot problems with save in Composite C1 - version 3.0
Hi We have a website running Composite C1 - version 3.0 hosted in a datacenter - the server is running .net 4.0 Recently we started having problems with saving changes to pages. When we hit the save...
View ArticleNew Post: How to troubleshoot problems with save in Composite C1 - version 3.0
The description is spot on with the .NET 4.5 issues you refer to - are you absolutely sure .NET 4.5 is not installed on the server? Note that .NET 4.5 just need to be installed on the server for this...
View ArticleNew Post: How to troubleshoot problems with save in Composite C1 - version 3.0
Thanks for your reply. No I am not absolute sure that .NET 4.5 is not installed on the server, since it is hosted. Does that mean that if .NET 4.5 is installed on the server, there is no solution to...
View ArticleNew Post: How to troubleshoot problems with save in Composite C1 - version 3.0
.Net 4.5 IS .net 4, just with a bunch of added, and unfortunately also changed, stuff. That means that there is no option of not running a .Net 4 application on non-4.5 code, its a so called in-place...
View ArticleNew Post: How to troubleshoot problems with save in Composite C1 - version 3.0
Sadly the only quick fix is uninstalling .NET 4.5 or moving to another server where .NET 4.5 hasn't been installed. 4.5 is an "in place upgrade" as described on...
View ArticleNew Post: How to troubleshoot problems with save in Composite C1 - version 3.0
More info on the .NET 4.5 issues available at http://community.composite.net/Blog/2012/08/31/Patch-available-fixing-NET-45-issues
View ArticleReviewed: Composite C1 4.1 (Feb 06, 2014)
Rated 5 Stars (out of 5) - Just upgraded my site recently without an issue - The process was seamless and I have the entire site upgraded from 4.0 to 4.1 without a glitch. Just tested all existing...
View ArticleNew Post: Best Way to Run Separate Worker Thread?
Hi, I am looking at ways to run a semi independent Worker Process within C1 which life cycle is not managed by C1. I would however, like to have the process life cycle end if C1 crashes for instance....
View ArticleNew Post: How to troubleshoot problems with save in Composite C1 - version 3.0
Thanks for your reply, it must be time to upgrade the sites.
View ArticleNew Post: Manual Upgrade 3.2 -> 4.0 / 4.1 beta
Thank you. Its OK for me to work in Chrome private mode or IE until the stable 4.2 released. Have a nice day!
View ArticleCreated Unassigned: Latest Composite C1 package doesn't include...
For some reason i downloaded the most current Composite C1 package for another site that im building, to which i want to integrate a blog to it, but the Composite.Community.Blog package is not...
View ArticleNew Post: Optional Image and Page Field on Custom Data Type
Hello again :) Is there anyone with a solution for the above mentioned problem? Still struggling with that. Thanks for every possible help. Best regards and have a nice weekend, Chris
View ArticleNew Post: Optional Image and Page Field on Custom Data Type
Try setting your ForeignKey to NullReferenceValue = null and on your Store attribute AllowNull should be true, And ie for property types which are a Value Type, they should be Nullable, ie Guid should...
View Article