• Resolved itchytrig

    (@itchytrig)


    Hi,

    Really struggling with this Plugin and the one factor we could do with is the minimum / best or recommended PHP / User .ini settings to work with.

    Yes, we know all servers are different and limitations can vary, but you guys are the experts and it really would be helpful if you could share 2 or 3 versions of this type of info:

    memory_limit =
    max_execution_time =
    upload_max_filesize =
    max_input_time =
    post_max_size =
    max_input_vars =
    file_uploads =
    max_file_uploads =

    and any other settings that you feel would help?

    We really do love the way this plugin functions from WordPress, but only if it would work as we hoped it would…

    Many thanks in advance.

    https://www.ads-software.com/plugins/wp-all-import/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author WP All Import

    (@wpallimport)

    These are the settings we use on our debug servers:

    memory_limit: 256M
    max_execution_time: -1
    max_input_time: 60
    post_max_size: 200M
    max_input_vars: 100000
    file_uploads: On
    max_file_uploads: 20
    upload_max_filesize: 200M

    These won’t help your import run any faster, but will help to prevent your server from terminating the import. If your server is terminating your import you should contact your host and have them check your server’s error log – this will tell you exactly what the problem is.

    Thread Starter itchytrig

    (@itchytrig)

    Thanks!

    Really appreciated – we will give this a try.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Please share your PHP.ini / user.ini settings to help others!’ is closed to new replies.