Copied to clipboard

Flag this post as spam?

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


  • abhishek kumar 8 posts 78 karma points
    May 05, 2017 @ 10:08
    abhishek kumar
    0

    On local package installation

    hi

    i am not able to install our local packge . After uploading my local packge it shows

    2umbraco/backoffice/UmbracoApi/PackageInstall/UploadLocalPackage Failed to load resource: the server responded with a status of 500 (Internal Server Error)

    on chorme. What to do .can any one suggest me.enter image description here

  • Alex Skrypnyk 6132 posts 23951 karma points MVP 7x admin c-trib
    May 07, 2017 @ 20:29
    Alex Skrypnyk
    0

    Hi Abhishek

    What package did you try to install?

    What version of Umbraco are you using?

    Can you check Umbraco log? Maybe there is some more info about the problem.

    Thanks,

    Alex

  • Alex Skrypnyk 6132 posts 23951 karma points MVP 7x admin c-trib
    May 15, 2017 @ 14:29
    Alex Skrypnyk
    0

    Hi Abhishek

    Did you solve your issue? Can I help you?

    Alex

  • JansyRani 21 posts 111 karma points
    Jul 12, 2017 @ 07:39
    JansyRani
    0

    Hi Friends,

    I am also getting same issue when install my local package.Could you please help to solve this issue.

    Thank you.

    //Jansy

  • Erik Foppen 20 posts 62 karma points
    Dec 27, 2017 @ 13:12
    Erik Foppen
    100

    Ran into this error as well.

    In my case the package was too large, 164 MB. So I had to set higher values:

       <system.web>
         <!--The default size is 4096 kilobytes (4 MB). MaxValue is 2147483647 KB (2 TB)-->
    
         <httpRuntime maxRequestLength="2147483647" />
       </system.web>
       <system.webServer>
         <security>
           <requestFiltering>          
             <!--The default size is 30000000 bytes (28.6 MB). MaxValue is 4294967295 bytes (4 GB)-->
    
             <requestLimits maxAllowedContentLength="4294967295" />
           </requestFiltering>
         </security>
       </system.webServer>
    

    source: https://stackoverflow.com/questions/4022434/how-to-set-the-maxallowedcontentlength-to-500mb-while-running-on-iis7

    Hope this helps!

    Erik

  • Alex Skrypnyk 6132 posts 23951 karma points MVP 7x admin c-trib
    Dec 27, 2017 @ 13:13
    Alex Skrypnyk
    0

    Hi Erik

    Thanks, really nice tip

    Alex

Please Sign in or register to post replies

Write your reply to:

Draft