2015-01-29 14:35:07,004 [139] ERROR Umbraco.Web.Scheduling.ScheduledPublishing - [Thread 96] An error occurred with the scheduled publishing
System.Net.WebException: The remote server returned an error: (500) Internal Server Error.
at System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request)
at System.Net.WebClient.UploadString(Uri address, String method, String data)
at Umbraco.Web.Scheduling.ScheduledPublishing.Run()
"
this error I get when I want publish content. I dont get this error in local, just in live version. :( After this error server give me 500 error from all images and css.
App pool to crash
Hi i am curently getting this error:
"
2015-01-29 14:35:07,004 [139] ERROR Umbraco.Web.Scheduling.ScheduledPublishing - [Thread 96] An error occurred with the scheduled publishing
System.Net.WebException: The remote server returned an error: (500) Internal Server Error.
at System.Net.WebClient.UploadDataInternal(Uri address, String method, Byte[] data, WebRequest& request)
at System.Net.WebClient.UploadString(Uri address, String method, String data)
at Umbraco.Web.Scheduling.ScheduledPublishing.Run()
"
this error I get when I want publish content.
I dont get this error in local, just in live version. :(
After this error server give me 500 error from all images and css.
Using umbraco 7.2.1.
Already, trying to do http://our.umbraco.org/forum/core/general/56407-Worrying-errors-in-the-logs-over-last-couple-of-days-from-UmbracoWebSchedulingScheduledPublishing-?p=3
think about
fnMode="Disabled"
EDIT:
I found bug report form 2 weeks ago:
http://issues.umbraco.org/issue/U4-6085?preventRedirect=true#tab=Comments
still not fixed :(
is working on a reply...