Questions tagged [orckestra-cms]

9 questions
2
votes
1 answer

Orckestra C1 - what is the tipping point to decide to use SQL?

I have built and deployed Orckestra C1 sites and really loved the framework. The last site was kind of a hybrid of C1 XML for the content, and some SQL DB calls to get client data on some select pages. This worked perfectly. Site is fast and easy to…
NerdBrick
  • 165
  • 11
1
vote
1 answer

Composite C1 - Scheduled Publishing with LoadBalancing throws 'No data exist given the data key values'

I use the Orckestra Composite C1 CMS with LoadBalancing and ran into a problem with Scheduled Publishing. The given scenario Two nodes / servers, load-balanced. load-balanced access (for example "www.mysite.com") Access to each node individually…
0
votes
1 answer

Change PK from GUID to INT to improve performance

I'm in the situation of having terrible performance when inserting 10-30k rows into a fairly simple table. Just 4 values. As i don't actually use the PK_ for any lookups its an obvious choice to switch to a auto_increment int as PK_. This is how…
0
votes
1 answer

Composite C1 v4.2 Available Packages is Empty

I am new in Composite C1. I Strictly want to use C1 V4.2 and Add a add-on in it. When I try to add any add-on, everywhere under installation guide they say :=> Go to the "System" perspective. > Open the folders “Packages” | “Available Packages” | "…
0
votes
1 answer

C1 Orckestra - Can a Global Datatype have a 1 to many relationship?

Is it possible to create a global datatype that has a 1 to many relationship? Example Create a global datatype for Dogs (some object on the website) ID is a unique 8 character random string Each Dog has several properties. (color, size, and so on)…
NerdBrick
  • 165
  • 11
0
votes
1 answer

In C1 CMS How to create a list dynamically by getting input from user at the function property window?

Actually I am trying to create two controls one is drop down and another is List. Both are similar and easy for static values or values which are already stored somewhere. But what I want is, I want the Power user to create or add / edit list items…
0
votes
3 answers

Orckestra C1: Can a Date formatter be applied to a Tree Definition DataElement Label attribute?

I know for a Tree Definition of DataElementFolder, there is a DateFormat attribute, but the DataElement node doesn't have such an attribute.
NerdBrick
  • 165
  • 11
0
votes
2 answers

Orckestra C1 upgrading from V5.6 to V6.0 broke MVCFunctions

Our Orckestra C1 5.6 has been working wonderfully with an implementation of MVCFunctions. After upgrading a test site to V6.0 we noticed the MVC Functions don't seem to be working the same. An example is a MVCFunction that is handling a form…
NerdBrick
  • 165
  • 11
0
votes
1 answer

Adding list of the same blog posts to multiple pages in Composite C1 (Orckestra CMS)

I've added a blog post to my Orckestra CMS site - fine. However, when I try and add the blog control to another page - it doesn't work.
niico
  • 11,206
  • 23
  • 78
  • 161