Hello,
I am getting the following error when I try and open an image manager from my DNN platform 7.3.4 site.
DotNetNuke.Providers.RadEditorProvider.FileManagerException: Unable to complete operation. An unknown error occurred. /Portals/7 ---> System.Data.SqlClient.SqlException: Invalid object name 'dbo.{objectQualifier}vw_PublishedFiles'. at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
This error appeared out of nowhere. It was working just fine. I have confirmed that the view vw_PublishedFiles exists and it can be executed on the sql server without error.
Can someone help me figure out where this is coming from
Thanks