Import Error 413

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • runtim
    Junior Member
    • Feb 2015
    • 4

    Import Error 413

    I need to import around 23,000 contacts but the import fails when it's more than ~1,500. The error is 413.
    My php upload_max and post_max is set at 50Mb but the file is less than 7Mb. Espo Upload Max size is 125Mb and I have adjusted Upload Chunk Size b/w 1-4.

    Any suggestions?
  • victor
    Active Community Member
    • Aug 2022
    • 727

    #2
    • Execute in idle − is recommended if you import a big number of records; import will be processed via cron; the status will be set to Complete when the import process is finished.
    This is information from the EpoCRM import documentation: https://docs.espocrm.com/administration/import/. It should work for you.​

    You can also simply split into multiple import files.
    Last edited by victor; 10-16-2024, 03:02 PM. Reason: split into multiple import files

    Comment

    • Firyo
      Senior Member
      • Jun 2022
      • 134

      #3
      Could be worth checking your web server (apache / nginx) settings about max file size too.

      Comment

      • yuri
        Member
        • Mar 2014
        • 8440

        #4
        I also want to ask to not to post such issues in the bug reports.
        If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

        Comment

        Working...