New Post: changing from 1 SQL DB to another SQL DB holding a copy
After editing /Web.config with the new SQL DB address, and checking /App_Data/Composite/Composite.config that the setting is correct, the site now shows an error. Server Error in '/' Application. 0...
View ArticleNew Post: changing from 1 SQL DB to another SQL DB holding a copy
Is the new database empty or a restored backup of the original database which was working?Make sure you're the DBO of the new database, Composite C1 requires this.
View ArticleNew Post: changing from 1 SQL DB to another SQL DB holding a copy
it is a restored backup of the original database which was working. yes, i'm using DBO of the new database.
View ArticleNew Post: changing from 1 SQL DB to another SQL DB holding a copy
Which version of C1 is it? Could be something as simple as an invalid connection string. Can you test it with osql.exe? Also in recent versions of c1, one can point to a connection string in web.config...
View ArticleNew Post: changing from 1 SQL DB to another SQL DB holding a copy
Version is 4.2. There is no problem with my connection string. I have tested it before and it works. Yes, I am pointing to a new connection string in web.config as you have said with the...
View ArticleNew Post: changing from 1 SQL DB to another SQL DB holding a copy
If there's nothing in the log files, the only way would be to attach Visual Studio to debug it.
View ArticleNew Post: changing from 1 SQL DB to another SQL DB holding a copy
Yes I did that and tried debugging with VS. All that revealed was that it was an unhandled exception within Composite.dll. That was not helpful to point to how it can be solved.
View ArticleNew Post: Issue using Composite.Lists.Tabs add in
I've recently installed C1 ver. 4.3 at my shared hgosting provider. Upon installing Composite.Lists.Tabs addin package I tried to add some TabGroups and TabItems as per instructions given...
View ArticleNew Post: changing from 1 SQL DB to another SQL DB holding a copy
I guess what napernik meant is that you need to run Composite with the Debug Symbols (Composite C1 4.3 Debug (C1 Package with DLLs, PDBs and uncrunched javascript) to let the debugger break into the...
View ArticleNew Post: changing from 1 SQL DB to another SQL DB holding a copy
@burningice you're right. The exception is happening because SqlServerDataProvider failed to load, there have to be another exception before that, that would explain the reason for failure (whether it...
View ArticleCreated Unassigned: Admin interface sessions are not destroyed correctly. [2121]
Hello;I am experiencing a fairly major security issue with the admin interface. To reproduce it do the following steps:1. Log into admin interface.2. Copy the '.CMSAUTH_...' cookie which is created.3....
View ArticleCommented Unassigned: Major Security Hole: Admin interface sessions are not...
Hello;I am experiencing a fairly major security issue with the admin interface. To reproduce it do the following steps:1. Log into admin interface.2. Copy the '.CMSAUTH_...' cookie which is created.3....
View ArticleCommented Issue: Publish / Unpublish not happening if the web app is offline...
__Summary__: Publication/unpublication will not “catch up” if a time has been passed while the web app was not actively running.(Logged in HQ TFS as Issue 4889.)__Repro__:1. Edit / add a data item...
View ArticleNew Post: changing from 1 SQL DB to another SQL DB holding a copy
When I used Composite with Debugging, the debugger requested for a cs file that I do not have. The requested source file is: C:\Builds\1\Freja\CodeplexBuild\src\Public\Composite\Data\DataFacadeImpl.cs...
View ArticleCommented Unassigned: Major Security Hole: Admin interface sessions are not...
Hello;I am experiencing a fairly major security issue with the admin interface. To reproduce it do the following steps:1. Log into admin interface.2. Copy the '.CMSAUTH_...' cookie which is created.3....
View ArticleNew Post: Issue using Composite.Lists.Tabs add in
Hi @aKocen Does the following file exist at your website? \App_Data\Composite\InlineCSharpFunctions\Widgets.FontIconSelector.GetIconsNames.cs It looks like the function is coming from another package,...
View ArticleNew Post: Issue using Composite.Lists.Tabs add in
Hello. No there is no file with such name in the mentioned folder. I installed Open Cph Starter Site, and then modified varabless.less as per Bootswatch Cosmo Theme. I'll try with Venus starter Site....
View ArticleCommented Unassigned: Major Security Hole: Admin interface sessions are not...
Hello;I am experiencing a fairly major security issue with the admin interface. To reproduce it do the following steps:1. Log into admin interface.2. Copy the '.CMSAUTH_...' cookie which is created.3....
View Article