Quantcast
Channel: C1 CMS Foundation - Open Source on .NET
Viewing all articles
Browse latest Browse all 2540

New Post: Composite C1 4.2 unstable?

$
0
0
Hi @omgabear

We'll look at the issues you described.
As for the DataConnection - a workaround is to specify the language there could be something wrong with the way the languages defined in your system.
Can you check for the sql table/xml file related to the data type ISystemActiveLocale to see if one of the languages is marked as default?

Workaround - is to pass the language as a parameter:
using (var connection = new DataConnection(DataLocalizationFacade.DefaultLocalizationCulture))
{
    var pages = connection.Get<IPage>();
   ..
}

Viewing all articles
Browse latest Browse all 2540

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>