Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Ralph 10 posts 30 karma points
    Feb 15, 2012 @ 16:56
    Ralph
    0

    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?

  • Psib3r 70 posts 119 karma points
    Feb 15, 2012 @ 17:05
    Psib3r
    0

    can you change it to something bigger that still looks small, we have ours at 2000000

  • Ralph 10 posts 30 karma points
    Feb 16, 2012 @ 09:59
    Ralph
    0

    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..

Please Sign in or register to post replies

Write your reply to:

Draft