After installing DNN 9.1.1 I have been running into several issues. When I try to load a page that gets information from the database the page seems to load fine, but no information is displayed. For example, on the roles page there are no roles listed, and the error message displayed in the Chrome console is "Cannot read property 'length' of undefined." I get this same error when I try to click the 'Create New Role' button on that page. This same error appears on many pages like the Users, Extensions, Themes, etc... I have tried deleting and staring from scratch a few times, but to no avail.
This is a clean install of DNN 9.1.1 onto a new site and database. I am using SQL 2012. I have the following errors in the log from the install, but that is it. No other errors get logged from page loads or button presses.
2017-11-10 15:52:20.678-06:00 [******][D:11][T:25][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - SchwabenCode.QuickIO.DirectoryNotEmptyException: The directory is not empty.
at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteDirectory(QuickIODirectoryInfo directoryInfo, Boolean recursive)
at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteDirectory(QuickIOPathInfo pathInfo, Boolean recursive)
at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFolderRecursive(String strRoot)
2017-11-10 15:52:20.693-06:00 [******][D:11][T:25][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - SchwabenCode.QuickIO.DirectoryNotEmptyException: The directory is not empty.
at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteDirectory(QuickIODirectoryInfo directoryInfo, Boolean recursive)
at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteDirectory(QuickIOPathInfo pathInfo, Boolean recursive)
at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFolderRecursive(String strRoot)
2017-11-10 15:52:20.698-06:00 [******][D:11][T:25][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - SchwabenCode.QuickIO.DirectoryNotEmptyException: The directory is not empty.
at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteDirectory(QuickIODirectoryInfo directoryInfo, Boolean recursive)
at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteDirectory(QuickIOPathInfo pathInfo, Boolean recursive)
at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFolderRecursive(String strRoot)
2017-11-10 15:52:23.427-06:00 [******][D:11][T:25][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - SchwabenCode.QuickIO.DirectoryNotEmptyException: The directory is not empty.
at SchwabenCode.QuickIO.Internal.InternalQuickIOCommon.NativeExceptionMapping(String path, Int32 errorCode)
at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteDirectory(QuickIODirectoryInfo directoryInfo, Boolean recursive)
at SchwabenCode.QuickIO.Internal.InternalQuickIO.DeleteDirectory(QuickIOPathInfo pathInfo, Boolean recursive)
at DotNetNuke.Common.Utilities.FileSystemUtils.DeleteFolderRecursive(String strRoot)