On the developsite I created a downloadable item as a file type. When deploying it to another site I get an error when selecting the item in the backoffice under content:
Exception information:
Exception type: ArgumentNullException
Exception message: Value cannot be null.
Parameter name: Property title (1071) on Content Type File could not be retrieved for Document 1925 on Tab Page Content. To fix this problem, delete the property and recreate it.
at umbraco.controls.ContentControl.CreateChildControls()
at System.Web.UI.Control.EnsureChildControls()
at umbraco.controls.ContentControl.OnInit(EventArgs e)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.AddedControl(Control control, Int32 index)
at System.Web.UI.ControlCollection.Add(Control child)
at umbraco.cms.presentation.editContent.OnInit(EventArgs e)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
The file is 16 MB, after trying some things, the largest file I can deploy is 13 MB, all files larger then that gives the above error. I checked my web.config and the maxrequestlength is 102400. Is there any other point where a max filesize can be configured?
Although 102400 should be enough (100 MB) I changed it to 2000000, but still no succes. I di narrow down the accepted file size, A file up to 16,2 MB goes ok, but from 16,3 Mb and up, it goes wrong. The strange part is, is that deployinh doesn'st throw any error, but when I select the file on the target server, the error comes up..
Max file size courier??
On the developsite I created a downloadable item as a file type. When deploying it to another site I get an error when selecting the item in the backoffice under content:
Exception information:
Exception type: ArgumentNullException
Exception message: Value cannot be null.
Parameter name: Property title (1071) on Content Type File could not be retrieved for Document 1925 on Tab Page Content. To fix this problem, delete the property and recreate it.
at umbraco.controls.ContentControl.CreateChildControls()
at System.Web.UI.Control.EnsureChildControls()
at umbraco.controls.ContentControl.OnInit(EventArgs e)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.AddedControl(Control control, Int32 index)
at System.Web.UI.ControlCollection.Add(Control child)
at umbraco.cms.presentation.editContent.OnInit(EventArgs e)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
The file is 16 MB, after trying some things, the largest file I can deploy is 13 MB, all files larger then that gives the above error.
I checked my web.config and the maxrequestlength is 102400.
Is there any other point where a max filesize can be configured?
can you change it to something bigger that still looks small, we have ours at 2000000
Although 102400 should be enough (100 MB) I changed it to 2000000, but still no succes. I di narrow down the accepted file size, A file up to 16,2 MB goes ok, but from 16,3 Mb and up, it goes wrong. The strange part is, is that deployinh doesn'st throw any error, but when I select the file on the target server, the error comes up..
is working on a reply...