I have the following issue after installing the Concierge package. After installation the Content is no longer visible for the site. The Documents and Templates are visible under Settings but no Content displays under the root Content node. I have tried right-click > 'Reload nodes' but this does not resolve the issue. Also uninstalling the package and then reinstalling does not resolve it. The website displays correctly but Concierge seems to break something in my umbraco environment. I want to run Concierge as a trial but am thinking that this may not be possible with umbraco 6.1.2
A related issue is that I am getting this error when I try to select the [Check In / Check Out] menu in Concierge.
***
Error running Reader:
SQL Statement:
select ticketID from ConciergeLockUnLock where UserID = @UserID and Status = @Status order by ticketID desc
Exception:
System.Data.SqlServerCe.SqlCeException (0x80004005): The specified table does not exist. [ ConciergeLockUnLock ]
***
Has anyone run into this or a similar issue? Thanks for any help anyone can give.
Concierge 2.0.1 + Umbraco 6.1.2
I have the following issue after installing the Concierge package. After installation the Content is no longer visible for the site. The Documents and Templates are visible under Settings but no Content displays under the root Content node. I have tried right-click > 'Reload nodes' but this does not resolve the issue. Also uninstalling the package and then reinstalling does not resolve it. The website displays correctly but Concierge seems to break something in my umbraco environment. I want to run Concierge as a trial but am thinking that this may not be possible with umbraco 6.1.2
A related issue is that I am getting this error when I try to select the [Check In / Check Out] menu in Concierge.
***
Error running Reader:
SQL Statement:
select ticketID from ConciergeLockUnLock where UserID = @UserID and Status = @Status order by ticketID desc
Exception:
System.Data.SqlServerCe.SqlCeException (0x80004005): The specified table does not exist. [ ConciergeLockUnLock ]
***
Has anyone run into this or a similar issue? Thanks for any help anyone can give.
Hi Dan,
Concierge does not support Umbraco v6 at all as it says here http://umbraco.com/products/more-add-ons/concierge.aspx
However there is now a free checkin/checkout package called MyLocks http://our.umbraco.org/projects/backoffice-extensions/mylocks
Hope thats helpful,
Jeavon
Comment author was deleted
We now have a v6 compatible version of Concierge you can find it here http://nightly.umbraco.org/UmbracoConcierge/3.0.0/ (grab latest nightly)
You can test it without limitation when running locally
is working on a reply...