Darryl Jenkins
New Member Posts:16
|
02/07/2011 10:36 PM |
|
Using DotNetNuke 5.06.01. Latest version of Document Exchange. I'm having a problem with the New, Create,Lock, and Manage Attributes menu items disappearing from the Folder menu. I can click on Admin/Main Options. Click update (although I don't change any settings) and the menuitems return but after I logoff and back on, the items are no longer available and I have to repeat update procedure. Any ideas?
|
|
|
|
|
Peter Donker
Veteran Member Posts:4536
|
02/08/2011 12:04 PM |
|
Hi Darryl, How are you logged in? And secondly: is the admin role properly configured in the portal? You can check the latter by going to the Portals table in SQL and verifying the AdministratorRoleId value for your portal against the Roles table. Is this correct? And the AdministratorId (points to Users table)? Is that OK? Does that user belong to the admins role? Peter |
|
|
|
|
Darryl Jenkins
New Member Posts:16
|
02/08/2011 3:09 PM |
|
Peter, I'm logged in as host but this site is an upgrade to existing DNN installation(Module works fine on Dnn 4.9x installation) and we are having some issues with our custom security module. Let me get these issues worked out and I'll see if module issues go away. BTW, I can't use either CAUpload or RADUpload settings. I get the following errors RADUpload Object reference not set to an instance of an object.] Brettle.Web.NeatUpload.Internal.Module.FilteringWorkerRequest.ParseMultipart() +1928 Brettle.Web.NeatUpload.UploadHttpModule.WaitForUploadToComplete() +87 Brettle.Web.NeatUpload.UploadHttpModule.Application_ResolveRequestCache(Object sender, EventArgs e) +139 System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +148 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +75 CAUpload Upload error: Error loading progress data. The ASPNetUPload control works fine. Darryl Jenkins |
|
|
|
|
Peter Donker
Veteran Member Posts:4536
|
02/11/2011 2:45 PM |
|
Hi Darryl, As you can see the error is generated in a piece of alien code (Brettle.Web.NeatUpload). You'll need to untangle DMX from the NeatUpload component. It is clashing with the RadUpload. Peter |
|
|
|
|