I thought that perhaps some of the modules weren't up-to-date and that this might have something to do with some of the problems. So I updated all that were in use, deleted a few not in use, so now all modules are at most recent version and the DNN install is as well at 4.5.1.
Then I tried to export the portal to a template, and re-create it on another DNN 4.5.1 install where I haven't had any such problems.
The export seemed to go fine, but when I try to import, I get this very long and rather interesting error message ... and the contents definitely seem to relate to the errors I have received as noted above (re: user permissions). Can someone tell me what I need to do to rescue my install?
Ah ... looks like this is something else ... a bug in 4.5.1 which is addressed in 4.5.2:
- in Portal Template Export, removed nodes which would cause it not to validate against the schema on import. The offending nodes were related to properties added to the the ModuleInfo class and Permissions classes in DNN 4.5.
template is not a valid Portal Template File.
so ... the import issues are not necessarily related, but the DotNetNuke.Security.Permissions.Controls.FolderPermissionsGrid.GetUsers
problem still remains even after upgrading all modules. :(
Maybe C. Nurse knows something about it ... from dotnetnuke.xml:
<member name="M:DotNetNuke.Security.Permissions.Controls.FolderPermissionsGrid.GetUsers">
-----------------------------------------------------------------------------
<summary>
Gets the users from the Database
</summary>
<history>
[cnurse] 01/12/2006 Created
</history>
-----------------------------------------------------------------------------
</member>