Umbraco Upgrade - Folder Browser Datatype Not Working
Hi,
We have upgraded from 7.2.4 to 7.2.8 and discovered that we can no longer upload files, unless they are images, using the Folder Browser datatype in the Media section.
It returns a internal server error if we attempt to drag and drop any number of non image items (e.g. word doc, pdf) and also if we click on "click to upload".
Images work fine
Has anyone experienced this? Is it a bug, or are we doing something wrong?!
Here is the log:
2016-01-11 08:17:39,095 [7] ERROR Umbraco.Web.Scheduling.KeepAlive - [P12220/T1/D2] Failed.
System.Net.Http.HttpRequestException: An error occurred while sending the request. ---> System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond
at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception)
--- End of inner exception stack trace ---
at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
at System.Net.Http.HttpClientHandler.GetResponseCallback(IAsyncResult ar)
--- End of inner exception stack trace ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Umbraco.Web.Scheduling.KeepAlive.<PerformRunAsync>d__5.MoveNext()
2016-01-11 08:18:06,345 [7] ERROR Umbraco.Web.Scheduling.ScheduledPublishing - [P12220/T1/D2] Failed.
System.Net.Http.HttpRequestException: An error occurred while sending the request. ---> System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond
at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception)
--- End of inner exception stack trace ---
at System.Net.HttpWebRequest.EndGetRequestStream(IAsyncResult asyncResult, TransportContext& context)
at System.Net.Http.HttpClientHandler.GetRequestStreamCallback(IAsyncResult ar)
--- End of inner exception stack trace ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Umbraco.Web.Scheduling.ScheduledPublishing.<PerformRunAsync>d__5.MoveNext()
I upgrade Umbraco version 7.14.0 to 8.1.4 latest version during content migration I got the below error
Could not find an editor with alias {EditorAlias}, treating as Label. The site may fail to boot and / or load data types and run.","@l":"Warning","EditorAlias":"Umbraco.FolderBrowser","SourceContext":"Umbraco.Core.Models.DataType","ProcessId":21492,"ProcessName":"iisexpress","ThreadId":134,"AppDomainId":3,"AppDomainAppId":"LMW3SVC2ROOT","MachineName":"DEV02","Log4NetLevel":"WARN ","HttpRequestNumber":1,"HttpRequestId":"0be8ec2e-e5b8-424e-9ac3-bbca0ca5faad"}
when I check in the latest database table Umbraco datatype of Umbraco 8.1.4 then I identify "Umbraco.FolderBrowser" datatype property remove it.
So, anyone has an idea about how to replace this data type with other so configurate properly.
Umbraco Upgrade - Folder Browser Datatype Not Working
Hi,
We have upgraded from 7.2.4 to 7.2.8 and discovered that we can no longer upload files, unless they are images, using the Folder Browser datatype in the Media section.
It returns a internal server error if we attempt to drag and drop any number of non image items (e.g. word doc, pdf) and also if we click on "click to upload".
Images work fine
Has anyone experienced this? Is it a bug, or are we doing something wrong?!
Here is the log:
Does not sound like a umbraco issue but maybe? Can you access anything on the site?
Can you upload anything else? :)
Charlie
Everything else works fine.
I can upload images using the Folder Browser datatype, just not other file types such as PDFs
We have worked out the cause of the problem, just not how to fix it yet.
We renamed the alias of the media type "File" to "Media File" - (we regret this now!)
Hello All,
I upgrade Umbraco version 7.14.0 to 8.1.4 latest version during content migration I got the below error
when I check in the latest database table Umbraco datatype of Umbraco 8.1.4 then I identify "Umbraco.FolderBrowser" datatype property remove it.
So, anyone has an idea about how to replace this data type with other so configurate properly.
Thanks in advance
is working on a reply...