Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Running Umbraco 4.11.5 & Courier 2.7.5.2.92.
I've got an issue deploying content in that, the screen shows the green packaging status, then changes to the screen shown below:
I'm also getting these entries in the error log:
17/04/2013 17:31:49; 68318245-59c1-44ef-a692-059660ce994f return null17/04/2013 17:31:50; af617529-86be-4800-8db4-6be1e295ca30 return null
How do I determine what's causing the error ?
check your web.config:
<system.web>
<pages enableEventValidation="false" clientIDMode="Predictable">
You star !! For some reason it was set to clientIDMode="ClientID"
you'r welcome :)
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Error log & empty transfer item screen
Running Umbraco 4.11.5 & Courier 2.7.5.2.92.
I've got an issue deploying content in that, the screen shows the green packaging status, then changes to the screen shown below:
I'm also getting these entries in the error log:
17/04/2013 17:31:49; 68318245-59c1-44ef-a692-059660ce994f return null
17/04/2013 17:31:50; af617529-86be-4800-8db4-6be1e295ca30 return null
How do I determine what's causing the error ?
check your web.config:
<system.web>
<pages enableEventValidation="false" clientIDMode="Predictable">
You star !! For some reason it was set to clientIDMode="ClientID"
you'r welcome :)
is working on a reply...