Ooops I posted you the version for migrating to a 4.5 repository. Please delete
the following lines which contain the WorkspaceSecurity (don't know if having
them in the configuration does any harm in 4.4.10):
[code]workspace = dom.getElementsByTagName("Workspace")[0]
checkWs = dom.getElementsByTagName("WorkspaceSecurity")
if len(checkWs) < 1:
ws = dom.createElement("WorkspaceSecurity")
acp = dom.createElement("AccessControlProvider")
acp.setAttribute("class", "info.magnolia.cms.core.MagnoliaAccessProvider")
ws.appendChild(acp)
workspace.appendChild(ws)
else:
print "already converted WorkspaceSecurity", sys.argv[1]
[/code]
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threadId=56be2abd-6cd9-4b86-867e-2e119caf32ae
----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------