OK, so I think I got 2.5.3 installed OK. Then I created a revision. Then I tried to change contents and add stuff. No matter how much or how little I add, I get exceptions and cannot add anything. Help?
could not execute query [ SELECT this_.id as id356_1_, this_.createDate as createDate356_1_, this_.level as level356_1_, this_.nodeObjectType as nodeObje4_356_1_, this_.path as path356_1_, this_.sortOrder as sortOrder356_1_, this_.text as text356_1_, this_.trashed as trashed356_1_,
Could you post your connectionstring from web.config here (remove user-id and pass), the error is caused by umbracos custom connectionstring, not being compatible with nhibernate, so it is usually sanitized first, but seems in this case it misses something
The easiest would be to use the manual install package, and just unzip the contents of that to the root of your site (Except the (config/courier.config file)
Error trying to create a revision
OK, so I think I got 2.5.3 installed OK. Then I created a revision. Then I tried to change contents and add stuff. No matter how much or how little I add, I get exceptions and cannot add anything. Help?
could not execute query [ SELECT this_.id as id356_1_, this_.createDate as createDate356_1_, this_.level as level356_1_, this_.nodeObjectType as nodeObje4_356_1_, this_.path as path356_1_, this_.sortOrder as sortOrder356_1_, this_.text as text356_1_, this_.trashed as trashed356_1_,
etc, etc,
and this:
(stuff clipped out)
Keyword not supported. Parameter name: datalayer
Hi Paul
Could you post your connectionstring from web.config here (remove user-id and pass), the error is caused by umbracos custom connectionstring, not being compatible with nhibernate, so it is usually sanitized first, but seems in this case it misses something
/per
Hi Per,
Here it is:
<add key="umbracoDbDSN" value="server=localhost;database=MobileCmsUmbraco;user id=abcd;password=abcd;datalayer=MySql" />
-- Paul
Hi Paul
Ahh, its fixed in the latest maintance build (adding to our as we speak) files also here: http://nightly.umbraco.org/UmbracoCourier/2.5.4/
Or, for a quick fix, add ";" to the end of that connectionstring
Thanks Per,
I added the ";" to the end and that fixed it.
--Paul
Per,
One more question. To upgrade the existing Courier to 2.5.4, can I download the .zip file, and then do "Install local package"?
The easiest would be to use the manual install package, and just unzip the contents of that to the root of your site (Except the (config/courier.config file)
/Per
OK, thanks Per.
By the way, could not seem to get the transfer working with the 2.5.3 version, but everything is working fine with this latest 2.5.4 build.
Thanks again for the quick turnaround!!
-- Paul
is working on a reply...