Created a new portal in an old DNN instance. Used the Blank Website template.
The new portal fails to load with the error logged to the exceptions table
The file '/Portals/_default/Skins/MinimalExtropy/index.ascx' does not exist.
I cannot find any reference to that skin in any database search, not in the Tabs table, portals, portalsettings, hostsettings, tabmodulesettings, module settings. I even performed a full database text search for "minimal" and the only references I can find are the exceptions that are logged, and two minimalextrophy.gif file references.
Rather than creating a skin with the name/path referenced above, I really just want to find where it is referenced and fix that. Anyone have any thoughts on where else to look?
Posted By Chris Hammond on 04 Jul 2019 12:16 AM Created a new portal in an old DNN instance. Used the Blank Website template. The new portal fails to load with the error logged to the exceptions table The file '/Portals/_default/Skins/MinimalExtropy/index.ascx' does not exist. I cannot find any reference to that skin in any database search, not in the Tabs table, portals, portalsettings, hostsettings, tabmodulesettings, module settings. I even performed a full database text search for "minimal" and the only references I can find are the exceptions that are logged, and two minimalextrophy.gif file references. Rather than creating a skin with the name/path referenced above, I really just want to find where it is referenced and fix that. Anyone have any thoughts on where else to look?
I just did a pull request to update this in the documentation:
DNN Docs Themes
It should be live soon, but for now
https://github.com/DNNCom...6b1a455ced7d2061eec6
Check out the Fallback Theme
This should be in the site template file(s). Whenever I can't find a file or text inside of a file easily, I just use FileLocator Lite. It's super fast and finds everything. I've fixed numerous hacked sites with this tool. Super efficient! :)
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:
Awesome! Simply post in the forums using the link below and we'll get you started.