• Resolved dgalic

    (@dgalic)


    Hi there,

    I’m trying to export Joomla Site to WordPress that has 14gb of media content.

    Plugin just get stuck at some point without any logs in apache error logs or in plugin log.

    I was wondering is there any chance to do this.

    This is not related to available memory, I’m running Dedicated server and here is php.ini configuration:

    memory_limit = 20G
    max_execution_time = 360000
    max_input_time = 360000
    post_max_size = 20G
    upload_max_filesize = 20G

    Will maybe premium version help me export this?

    Thank you in advance for you time.

    Best

    • This topic was modified 5 years, 11 months ago by dgalic.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Kerfred

    (@kerfred)

    Your values should be high enough.

    The following httpd.conf settings may help you:

    ProcessLifeTime 7200
    IPCConnectTimeout 800
    IPCCommTimeout 800

    If you are using FastCGI module for PHP these are the parameters you should increase:

    FcgidIdleTimeout 800
    FcgidProcessLifeTime 800
    FcgidIOTimeout 800

    If you are using PHP-FPM (Fast Process Manager) you need to navigate to :
    /etc/php5/fpm/pool.d/www.conf
    Find and edit:
    request_terminate_timeout = 900

    For information, you will have the same behavior with the Premium version.

    Thread Starter dgalic

    (@dgalic)

    Hi Kerfred,

    I did enter those lines in configurations, restarted apache but I got the same thing, stuck at 15%.

    This is only thing I could find in logs

    PHP message: PHP Warning: fseek() expects parameter 2 to be integer, float given in /var/www/vhosts/********/httpdocs/wp-includes/ID3/getid3.php on line 1742

    Plugin Author Kerfred

    (@kerfred)

    This is just a warning, so this can’t block the script. And this PHP message is related to WordPress and not to the migration plugin.

    You can find the plugin log file in wp-content/uploads.

    Does it work if you select “Skip media”?

    Thread Starter dgalic

    (@dgalic)

    Yeah, it’s working if I select “Skip Media”

    I checked plugin log, there is just at the end error that script can’t copy one image because it doesn’t exist, can that cause script to stop.

    Thank you for your time.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Exporting large media’ is closed to new replies.