I'm running Courier 2.7.8.14 with Umbraco 6.1.5 on MySQL 5.6. Everything works fine for the default user but any new users added do not see any content nodes even if they are set as administrators.
Opening Courier Security in the Users section results in a SQL helper exception in ExecuteReader saying that the login failed for the database user.
So, does this mean that new users cannot see the tree at all? as courier does not at any point try to control the security of the trees themselves (thats handled by umbraco itself)
SQL helper exception
I'm running Courier 2.7.8.14 with Umbraco 6.1.5 on MySQL 5.6. Everything works fine for the default user but any new users added do not see any content nodes even if they are set as administrators.
Opening Courier Security in the Users section results in a SQL helper exception in ExecuteReader saying that the login failed for the database user.
Uninstalling Courier fixes the problem
So, does this mean that new users cannot see the tree at all? as courier does not at any point try to control the security of the trees themselves (thats handled by umbraco itself)
New users can see the top level content node, but nothing under it. Only the root user created during install can see any child nodes.
When I look at the ucusersettings table it is empty.
is working on a reply...