• Resolved huzanforbes

    (@huzanforbes)


    Hi,

    I am unable to import bulk data of over 4k+ entries. The page keeps loading and then get the 404 error. Is there a limit to which it can be imported at a single time?

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Javier Carazo

    (@carazo)

    @huzanforbes,

    Plugin has no limits.

    Limits are created by your hosting, talk them to make possible the import.

    Thread Starter huzanforbes

    (@huzanforbes)

    Hi @carazo,

    What are the changes I should be asking my host to be able to import 4k+ entries?

    Could you please help me with the same.

    Plugin Author Javier Carazo

    (@carazo)

    @huzanforbes,

    Sorry but this is a problem of your hosting. Tell them to solve it.

    Limits are not always the same so we cannot help from here.

    @huzanforbes
    Your provider should raise these php values:
    max_execution_time
    memory_limit

    Maybe these too:
    max_input_time
    max_input_vars

    If the problem is your file size then these:
    post_max_size
    upload_max_filesize

    Plugin Author Javier Carazo

    (@carazo)

    @dock3r thanks for your help!

    Thread Starter huzanforbes

    (@huzanforbes)

    Hi @dock3r,

    Thanks a lot for your help. Ideally what should be the figures for to be able to import over 4k entries:
    max_execution_time
    memory_limit
    max_input_time
    max_input_vars

    Truly appreciate your support.

    It really depends on your current wordpress installation and the server resources. You could temporarily set max_execution_time 0 for unlimited and memory_limit 512 or above.

    The best approach is to make a development mirror on your machine or server from the live site. Raise these limits locally (eg.: 0 for unlimited) and do the migration. After that you can update the database on your live site according to the dev version.

    • This reply was modified 6 years, 1 month ago by dock3r.
    • This reply was modified 6 years, 1 month ago by dock3r.
Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Bulk import of data over 4k entries’ is closed to new replies.