Title: Exporting large media
Last modified: December 20, 2018

---

# Exporting large media

 *  Resolved [dgalic](https://wordpress.org/support/users/dgalic/)
 * (@dgalic)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/exporting-large-media/)
 * 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 7 years, 4 months ago by [dgalic](https://wordpress.org/support/users/dgalic/).

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Author [Kerfred](https://wordpress.org/support/users/kerfred/)
 * (@kerfred)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/exporting-large-media/#post-11012714)
 * 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](https://wordpress.org/support/users/dgalic/)
 * (@dgalic)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/exporting-large-media/#post-11013520)
 * 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](https://wordpress.org/support/users/kerfred/)
 * (@kerfred)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/exporting-large-media/#post-11015643)
 * 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](https://wordpress.org/support/users/dgalic/)
 * (@dgalic)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/exporting-large-media/#post-11016053)
 * 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.

 * ![](https://ps.w.org/fg-joomla-to-wordpress/assets/icon-256x256.png?rev=975975)
 * [FG Joomla to WordPress](https://wordpress.org/plugins/fg-joomla-to-wordpress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/fg-joomla-to-wordpress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/fg-joomla-to-wordpress/)
 * [Active Topics](https://wordpress.org/support/plugin/fg-joomla-to-wordpress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/fg-joomla-to-wordpress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/fg-joomla-to-wordpress/reviews/)

## Tags

 * [large](https://wordpress.org/support/topic-tag/large/)
 * [media](https://wordpress.org/support/topic-tag/media/)

 * 4 replies
 * 2 participants
 * Last reply from: [dgalic](https://wordpress.org/support/users/dgalic/)
 * Last activity: [7 years, 4 months ago](https://wordpress.org/support/topic/exporting-large-media/#post-11016053)
 * Status: resolved