I did this 6113 version a few times, but I cannot get it to work in a forum function. Install goes thru, and the forum software starts, but the DNN personaBar AND all static images are Error 500. So I have to do a restore SQL database + restore the file system.
I also tried doing this with a different skin - XCILLION latest version. Same error: successful YAF Module 6113 install, but on restarting the web, the same errors were seen (No DNN PersonaBar for Host AND static images error 500, prolly JS files error also). Same symptoms as a custom skin error.
There are quite a few start-up errors, when the forum starts, in the DNN Event Log file, dealing with this:
Microsoft.AspNet.Identity.Owin. But this is also in version 3.12.6105, I checked now. I have to revert back to this old version, so that the forum works. There are some forum errors, which remain and were fixed in later YAF version (ctrl-V not working in editor, blank page after adding a forum post), but everything is running, and DNN server security is working.
EXAMPLE of one of the errors of DNN portal startup:
2022-07-21 14:01:25,933 [Sandy-Bridge][Thread:14][ERROR] DotNetNuke.Web.DependencyInjectionInitialize - Unable to configure services for pdfbox-1.8.9, Version=1.8.9.0, Culture=neutral, PublicKeyToken=null, see exception for details
- LoaderException: Could not load file or assembly 'IKVM.OpenJDK.Core, Version=7.2.4630.5, Culture=neutral, PublicKeyToken=13235d27fcbfff58' or one of its dependencies. The system cannot find the file specified.
- LoaderException: Could not load file or assembly 'IKVM.OpenJDK.SwingAWT, Version=7.2.4630.5, Culture=neutral, PublicKeyToken=13235d27fcbfff58' or one of its dependencies. The system cannot find the file specified.
- LoaderException: Could not load file or assembly 'junit, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
- LoaderException: Could not load file or assembly 'fontbox-1.8.9, Version=1.8.9.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.
at System.Reflection.RuntimeModule.GetTypes(RuntimeModule module)
at System.Reflection.Assembly.GetTypes()
at DotNetNuke.DependencyInjection.Extensions.TypeExtensions.SafeGetTypes(Assembly assembly, ILog logger)