Copied to clipboard

Flag this post as spam?

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


  • Fuji Kusaka 2203 posts 4220 karma points
    Aug 08, 2013 @ 14:57
    Fuji Kusaka
    0

    Error #2038 with MulitpleFile Upload

    Hi there,

    Has anyone ever experienced this error using MultipleFile Upload ? "There has been an I/O Error: Error #2038" ?

    The weird part of it, is this is a sudden error. It used to work perfectly before. Am using v 4.11.8

  • Jeroen Breuer 4861 posts 12138 karma points MVP 3x admin c-trib
    Aug 08, 2013 @ 14:59
    Jeroen Breuer
    0

    Did you install a new package for example the Google maps datatype? Sometimes this error happens because there is a datatype that doesn't have render control. If you created a new datatype without giving it a render control this can also happen.

    Jeroen

  • Fuji Kusaka 2203 posts 4220 karma points
    Aug 08, 2013 @ 15:06
    Fuji Kusaka
    0

    Nope, i have those Packages installed atm imagenGen, uComponents, Structure Extensions and used to have the Tabular Data.

  • Jeroen Breuer 4861 posts 12138 karma points MVP 3x admin c-trib
    Aug 08, 2013 @ 15:10
  • Jeroen Breuer 4861 posts 12138 karma points MVP 3x admin c-trib
    Aug 08, 2013 @ 15:13
    Jeroen Breuer
    0

    But really make sure there is no datatype that has no render control. I made sure by checking each datatype in the datatype section, by opening them one by one.

    Jeroen

  • Fuji Kusaka 2203 posts 4220 karma points
    Aug 08, 2013 @ 15:41
    Fuji Kusaka
    0

    Do i need to change this in my config ?

    <remove name="MultiFileUpload" /><add name="MultiFileUpload" path="MultipleFileUploadHandler.axd" verb="POST" type="noerd.Umb.DataTypes.multipleFileUpload.MultipleFileUploadHandler, noerd.Umb.DataTypes.multipleFileUpload" preCondition="integratedMode" /> 

    to

    <add verb="*" name="MultipleFileUploadHandler" path="MultipleFileUploadHandler.axd" type="noerd.Umb.DataTypes.multipleFileUpload.MultipleFileUploadHandler, noerd.Umb.DataTypes.multipleFileUpload" />
  • Jeroen Breuer 4861 posts 12138 karma points MVP 3x admin c-trib
    Aug 08, 2013 @ 16:06
    Jeroen Breuer
    0

    I haven't used MFU for a while. You could try to change that and see if it works.

    Jeroen

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

Please Sign in or register to post replies