Ive started using umbraco yesterday and im new to it. Im having some problems with site management/show content and configuration.
I've created a basic page/site with template and property etc etc. published the site and it doesnt show any content. I've tried to republish the the page/site but no go.
Then i checked the configuration(installed using PI) and have webmatrix interface. Problem is i cant see the table/s in the default database(SQL CE standard install). Getting this error when checking:
Database already opened by a different user. [ Db name = C:\Users\Leo\Documents\My Web Sites\Umbraco CMS3\App_Data\Umbraco.sdf ]
System.Data.SqlServerCe.SqlCeException (0x80004005): Database already opened by a different user. [ Db name = C:\Users\Leo\Documents\My Web Sites\Umbraco CMS3\App_Data\Umbraco.sdf ]
at System.Data.SqlServerCe.SqlCeConnection.Open(Boolean silent)
at System.Data.SqlServerCe.SqlCeConnection.Open()
at Microsoft.WebMatrix.DatabaseManager.SqlCeDatabase.SqlCeDatabaseProvider.TestConnection(String connectionString)
at Microsoft.WebMatrix.DatabaseManager.IisDbManagerModuleService.TestConnection(DatabaseConnection databaseConnection, String configPathState)
at Microsoft.WebMatrix.DatabaseManager.Client.ClientConnection.Test(ManagementConfigurationPath configPath)
at Microsoft.WebMatrix.DatabaseManager.Client.DatabaseHierarchyInfo.EnsureLoaded()
Did you get this figured out? I'm not really familiar with running Umbraco on SQLCE so not sure I can help much. But when you say the site doesn't show any content, what exactly do you mean? Is your template not rendering at all?
Also I wonder if to open the database you might need to stop the site first.
I've figured out the first problem(database issue). Cant be logged in to cms/site admin and open the database in webmatrix at the same time. Dunno if this is a security feature with too many users or if its a bug. Either way its not a problem there.
when checking the database i can see that the content is coming through allright and the nodes are fine. So it's gotta be something i done wrong myself or i've missed creating elements in the template.
I think i've missed putting elements in the template. The template is empty except basic barebone contentplaceholder and default masterfile. Do i need to put elements in the template for it to render any content?
Sorry, im very new to umbraco so i haven't learned everything yet.
Cant show new content
Hey
Ive started using umbraco yesterday and im new to it. Im having some problems with site management/show content and configuration.
I've created a basic page/site with template and property etc etc. published the site and it doesnt show any content. I've tried to republish the the page/site but no go.
Then i checked the configuration(installed using PI) and have webmatrix interface. Problem is i cant see the table/s in the default database(SQL CE standard install). Getting this error when checking:
-------------------------------------------------------------------------------------------------------------------------------------------------------------
Database already opened by a different user. [ Db name = C:\Users\Leo\Documents\My Web Sites\Umbraco CMS3\App_Data\Umbraco.sdf ]
System.Data.SqlServerCe.SqlCeException (0x80004005): Database already opened by a different user. [ Db name = C:\Users\Leo\Documents\My Web Sites\Umbraco CMS3\App_Data\Umbraco.sdf ]
at System.Data.SqlServerCe.SqlCeConnection.Open(Boolean silent)
at System.Data.SqlServerCe.SqlCeConnection.Open()
at Microsoft.WebMatrix.DatabaseManager.SqlCeDatabase.SqlCeDatabaseProvider.TestConnection(String connectionString)
at Microsoft.WebMatrix.DatabaseManager.IisDbManagerModuleService.TestConnection(DatabaseConnection databaseConnection, String configPathState)
at Microsoft.WebMatrix.DatabaseManager.Client.ClientConnection.Test(ManagementConfigurationPath configPath)
at Microsoft.WebMatrix.DatabaseManager.Client.DatabaseHierarchyInfo.EnsureLoaded()
------------------------------------------------------------------------------------------------------------------------------------------------------------
Is the content problem related to the database problem? Do i need to change anything(connectionstring, usersetup etc)?
Hi Leo,
Did you get this figured out? I'm not really familiar with running Umbraco on SQLCE so not sure I can help much. But when you say the site doesn't show any content, what exactly do you mean? Is your template not rendering at all?
Also I wonder if to open the database you might need to stop the site first.
-Tom
Hey tom
I've figured out the first problem(database issue). Cant be logged in to cms/site admin and open the database in webmatrix at the same time. Dunno if this is a security feature with too many users or if its a bug. Either way its not a problem there.
when checking the database i can see that the content is coming through allright and the nodes are fine. So it's gotta be something i done wrong myself or i've missed creating elements in the template.
I think i've missed putting elements in the template. The template is empty except basic barebone contentplaceholder and default masterfile. Do i need to put elements in the template for it to render any content?
Sorry, im very new to umbraco so i haven't learned everything yet.
is working on a reply...