DNN Forums

Ask questions about your website to get help learning DNN and help resolve issues.

How to enable 9.8 Resource Manager?

 13 Replies
 4 Subscribed to this topic
 40 Subscribed to this forum
Sort:
Page 1 of 212 > >>
Author
Messages
Growing Member
Posts: 27
Growing Member

Just upgraded to DNN 9.8 and am wondering how to switch to the new optional Resource Manager. The Release Notes say:

  • Implemented a new optional file manager called Resource Manager #4152

but do not say how to switch from the old file manager to the new one. Where do I find the instructions?

 

Veteran Member
Posts: 838
Veteran Member
3 Helpful Replier
Helpful Replier
Thanks for being such a helpful replier!
New Poster
New Poster
Congrats on posting!

Actually, it does on https://github.com/dnnsof.../releases/tag/v9.8.0

But not visually attractive :-) 

If you want in v9.8.0 to remove the Telerik library, here are the steps to do so (please note this may also break any other 3rd party module that depends on Telerik):

  1. Take a full backup of the site and database.
  2. In Extensions > Available Extensions > Modules : Install the Resource Manager module.
  3. Navigate to Site Assets, remove the Digital Assets manager module from the page, insert an instance of the Resource Manager.
  4. Repeat step 3 but for the Global Assets page.
  5. In SQL Console Run the following command:
<code>UPDATE {databaseOwner}{objectQualifier}Packages
SET IsSystemPackage = 0
WHERE Name IN ('DigitalAssetsManagement', 'DotNetNuke.Telerik.Web', 'DotNetNuke.Web.Deprecated', 'DotNetNuke.Website.Deprecated')
</code>
  1. Go to Servers and Clear cache.
  2. In Extensions > Modules , uninstall <code>Digital Assets Manager</code> (Tick delete files).
  3. In Extensions > Libraries, uninstall <code>DotNetNuke Telerik Web Components</code> (Tick delete files).
  4. In Extensions > Libraries, uninstall <code>DNN Deprecated Web Controls Library</code> (Tick delete files).
  5. In Extensions > Libraries, uninstall <code>DotNetNuke Deprecated Website Codebehind files</code> (Tick delete files).
  6. Open the web.config file and search for Telerik, delete any lines that reference it.
  7. Verify in bin folder, there is no dlls including the word Telerik.
  8. Test your 3rd party modules to make sure they still work without Telerik.
Growing Member
Posts: 27
Growing Member

Since it said "want in v9.8.0 to remove the Telerik library", I presumed those instructions would not apply if you were not ready to remove Telerik.
Is it possible to perform only steps 1-7 and keep the Telerik-dependent modules for awhile and still have the new Resource Manager?

Growing Member
Posts: 27
Growing Member

Also, in step 9:

" In Extensions > Libraries, uninstall <code>DNN Deprecated Web Controls Library</code> (Tick delete files). "

There is no Delete button for that, just a pencil for editing, but no trash can. Editing does not show a Delete button either.

Is there some way to enable Delete for that library?

 

New Around Here
Posts: 24
New Around Here
MVP
MVP
You're an MVP!
Can you confirm that you completed Steps 5 and 6? By doing so, you should then see the checkbox to delete the files since it won't be marked as a system extension.
Growing Member
Posts: 27
Growing Member
Yes, confirmed. I ran the SQL script again and cleared cache again just to be sure, but no change for the Library called:
DNN Deprecated Web Controls Library
Just the pencil icon.
Growing Member
Posts: 27
Growing Member

I just went into SSMS and checked the record for 'DotNetNuke.Web.Deprecated' and the field called 'IsSystemPackage' is definitely set to zero. However, the 'FolderName' field is empty!

Veteran Member
Posts: 1246
Veteran Member
MVP
MVP
You're an MVP!
Take a look at DNNDave's https://youtu.be/JNgXXSOQBTs recorded earlier today. It has all of the details on how to do the manual removal of the Telerik stuff.
New Around Here
Posts: 2
New Around Here
i have the same Problem here with different Installation...
There is no Delete button for that, just a pencil for editing, but no trash can. Editing does not show a Delete button either.

i make all the steps but no chanche to delete DNN Deprecated Web Controls Library
shows only a pencil...


New Around Here
Posts: 16
New Around Here
I had the same problem, because of an old dependency between HTML-module and "DNN Deprecated Web Controls Library", which is probably a legacy entry in the table "PackageDependencies" since DNN7 or earlier.

You can check it by running this SQL command "EXEC GetPackageDependencies".

In my case, deleting the record in PackageDependencies solved it and let me remove "DNN Deprecated Web Controls Library" by clicking the trash-icon.

For more info, see this Github issue: https://github.com/dnnsof...Platform/issues/4199
Page 1 of 212 > >>

These Forums are for the discussion of the open source CMS DNN platform and ecosystem.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. If you have (suspected) security issues, please DO NOT post them in the forums but instead follow the official DNN security policy
  2. No Advertising. This includes the promotion of commercial and non-commercial products or services which are not directly related to DNN.
  3. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  4. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  5. No Flaming or Trolling.
  6. No Profanity, Racism, or Prejudice.
  7. Site Moderators have the final word on approving / removing a thread or post or comment.
  8. English language posting only, please.

Would you like to help us?

Awesome! Simply post in the forums using the link below and we'll get you started.

Get Involved