I am having some issues uploading images to a production server where we do not have any capability of neither remote debugging nor accessing to IIS control panel. The error does not happen on my local machine where I have the same codebase.
After selecting an image and clicking on "save and publish", PostSave method throws the following error:
)]}',
{"Message":"An error has occurred."}
In sources tab of Chrome developer tools DependencyHandler.axd file underlines the last line of the following code piece:
if (u)
v.withCredentials = !0;
if (o)
v.responseType = o;
v.send(j || "")
This code is around 7293rd line of the file. A mouseover on line v.send(j || "") shows "Failed to load resource: the server responded with a status of 500 (Internal Server Error)".
At first I though there were some issues with folder permissions but the hosting company says all the permissons are correct.
Did anybody experience similar issues?
I'm using Umbraco version 7.2.8 assembly: 1.0.5675.2346
The problem still continues. I asked hosting provider to check for error logs and they said that they couldn't find any 500 internal server errors for the website.
Error while trying to upload a picture
Hi,
I am having some issues uploading images to a production server where we do not have any capability of neither remote debugging nor accessing to IIS control panel. The error does not happen on my local machine where I have the same codebase.
After selecting an image and clicking on "save and publish", PostSave method throws the following error:
In sources tab of Chrome developer tools DependencyHandler.axd file underlines the last line of the following code piece:
This code is around 7293rd line of the file. A mouseover on line v.send(j || "") shows "Failed to load resource: the server responded with a status of 500 (Internal Server Error)".
At first I though there were some issues with folder permissions but the hosting company says all the permissons are correct.
Did anybody experience similar issues?
I'm using Umbraco version 7.2.8 assembly: 1.0.5675.2346
Hello again,
The problem still continues. I asked hosting provider to check for error logs and they said that they couldn't find any 500 internal server errors for the website.
Thank you.
Hey, I think we are having similar issues. Please check this post: https://our.umbraco.org/forum/using-umbraco-and-getting-started/82531-unable-to-save-and-publish-content-with-new-header-image
Have you managed to solve this issue?
Greetings, Attila
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.