|
|
|
|
Joined: 3/26/2015
Posts: 14
|
|
|
Editing a page to upload an image is giving the following errors.
--- 2015-07-24 22:06:14,897 [dnn][Thread:80][ERROR] DotNetNuke.Common.Utilities.FileSystemUtils - System.Data.SqlClient.SqlException (0x80131904): Invalid object name 'ContentWorkflows'. at System.Data.SqlClient.SqlConnection. (SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection. (SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, SqlDataReader ds) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean asyncWrite) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader() at PetaPoco.Database.d__2`1.MoveNext() at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at PetaPoco.Database.Fetch[T](String sql, Object[] args) at DotNetNuke.Data.PetaPoco.PetaPocoRepository`1.Find(String sqlCondition, Object[] args) at DotNetNuke.Entities.Content.Workflow.Repositories.WorkflowRepository.GetWorkflow(Int32 workflowId) at DotNetNuke.Entities.Content.Workflow.WorkflowManager.GetWorkflow(Int32 workflowId) at DotNetNuke.Services.FileSystem.FileManager.AddFile(IFolderInfo folder, String fileName, Stream fileContent, Boolean overwrite, Boolean checkPermissions, String contentType, Int32 createdByUserID) at DotNetNuke.Services.FileSystem.FileManager.AddFile(IFolderInfo folder, String fileName, Stream fileContent, Boolean overwrite, Boolean checkPermissions, String contentType) at DotNetNuke.Common.Utilities.FileSystemUtils.CreateFile(IFolderInfo folder, String fileName, String contentType, Stream fileContent, Boolean unzip, Boolean overwrite, Boolean checkPermissions) ClientConnectionId:49cdd94d-b83c-4846-a86f-34bef1534985 2015-07-24 22:06:38,185 [dnn][Thread:104][ERROR] DotNetNuke.Services.Exceptions.Exceptions - DotNetNuke.HtmlEditor.TelerikEditorProvider.FileManagerException: Unable to complete operation. An unknown error occurred. Site Root/Images/ ---> System.ArgumentException: Illegal characters in path. at System.IO.Path.CheckInvalidPathChars(String path, Boolean checkAdditional) at System.IO.Path.Combine(String path1, String path2) at DotNetNuke.HtmlEditor.TelerikEditorProvider.FileSystemValidation.CombineVirtualPath(String virtualPath, String folderOrFileName) at DotNetNuke.HtmlEditor.TelerikEditorProvider.FileSystemValidation.ToVirtualPath(String path) at DotNetNuke.HtmlEditor.TelerikEditorProvider.PortalContentProvider.get_TelerikContent() at DotNetNuke.HtmlEditor.TelerikEditorProvider.PortalContentProvider.GetDirectoryItemWithDNNPermissions(String path, Boolean loadFiles) at DotNetNuke.HtmlEditor.TelerikEditorProvider.PortalContentProvider.ResolveRootDirectoryAsTree(String path) --- End of inner exception stack trace --- 2015-07-24 22:06:38,266 [dnn][Thread:104][ERROR] DotNetNuke.Services.Exceptions.Exceptions - DotNetNuke.HtmlEditor.TelerikEditorProvider.FileManagerException: Unable to complete operation. An unknown error occurred. Site Root/Images/ ---> System.ArgumentException: Illegal characters in path. at System.IO.Path.CheckInvalidPathChars(String path, Boolean checkAdditional) at System.IO.Path.Combine(String path1, String path2) at DotNetNuke.HtmlEditor.TelerikEditorProvider.FileSystemValidation.CombineVirtualPath(String virtualPath, String folderOrFileName) at DotNetNuke.HtmlEditor.TelerikEditorProvider.FileSystemValidation.ToVirtualPath(String path) at DotNetNuke.HtmlEditor.TelerikEditorProvider.PortalContentProvider.get_TelerikContent() at DotNetNuke.HtmlEditor.TelerikEditorProvider.PortalContentProvider.GetDirectoryItemWithDNNPermissions(String path, Boolean loadFiles) at DotNetNuke.HtmlEditor.TelerikEditorProvider.PortalContentProvider.ResolveDirectory(String path) --- End of inner exception stack trace --- ---
Looked at the image path and the name of the image (bdragon.jpg) and didn't notice any problems. Any help on it is appreciated.
The dnn is the latest version.
|
|
|
|
| |
|
|
|
Joined: 3/26/2015
Posts: 14
|
|
|
I changed the editor from Telerik to RadEditor, but the following error remains.
2015-07-24 23:35:20,719 [dnn][Thread:46][ERROR] DotNetNuke.Services.Exceptions.Exceptions - DotNetNuke.Providers.RadEditorProvider.FileManagerException: Unable to complete operation. An unknown error occurred. /Portals/0/Images/ | bdragon.jpg ---> System.Data.SqlClient.SqlException: Invalid object name 'ContentWorkflows'. at System.Data.SqlClient.SqlConnection. (SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.SqlInternalConnection. (SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, SqlDataReader ds) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean asyncWrite) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader() at PetaPoco.Database.d__2`1.MoveNext() at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) at PetaPoco.Database.Fetch[T](String sql, Object[] args) at DotNetNuke.Data.PetaPoco.PetaPocoRepository`1.Find(String sqlCondition, Object[] args) at DotNetNuke.Entities.Content.Workflow.Repositories.WorkflowRepository.GetWorkflow(Int32 workflowId) at DotNetNuke.Entities.Content.Workflow.WorkflowManager.GetWorkflow(Int32 workflowId) at DotNetNuke.Services.FileSystem.FileManager.AddFile(IFolderInfo folder, String fileName, Stream fileContent, Boolean overwrite, Boolean checkPermissions, String contentType, Int32 createdByUserID) at DotNetNuke.Services.FileSystem.FileManager.AddFile(IFolderInfo folder, String fileName, Stream fileContent, Boolean overwrite, Boolean checkPermissions, String contentType) at DotNetNuke.Services.FileSystem.FileManager.AddFile(IFolderInfo folder, String fileName, Stream fileContent, Boolean overwrite) at DotNetNuke.Services.FileSystem.FileManager.AddFile(IFolderInfo folder, String fileName, Stream fileContent) at DotNetNuke.Providers.RadEditorProvider.TelerikFileBrowserProvider.StoreFile(UploadedFile file, String path, String name, String[] arguments) --- End of inner exception stack trace ---
|
|
|
|
| |
|
| |
| |
|
|
|
Joined: 3/26/2015
Posts: 14
|
|
|
Thanks Sebastian, installing CKEditor has helped to solve the problem :)
|
|
|
|
| |