Title: Progress bar cannot reach 100%
Last modified: September 7, 2016

---

# Progress bar cannot reach 100%

 *  [tranducduy](https://wordpress.org/support/users/tranducduy/)
 * (@tranducduy)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/progress-bar-cannot-reach-100/)
 * Hi Alex,
 * The export progress bar on my site stop at below 100% with a blank error popup.
   I think is it kind of server resource outage because disable website plug-in 
   can help increase percentage. I had to disable jetpack to get the export reach
   100% but now the database is growing bigger and disable almost all plug-in is
   no longer work.
 * Can you please help
 * Thanks,
    Duy

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

 *  Plugin Author [algol.plus](https://wordpress.org/support/users/algolplus/)
 * (@algolplus)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/progress-bar-cannot-reach-100/#post-8154753)
 * hi Duy
 * Do you use lastest version ? free/pro?
    thanks, alex
 *  Plugin Author [algol.plus](https://wordpress.org/support/users/algolplus/)
 * (@algolplus)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/progress-bar-cannot-reach-100/#post-8154757)
 * how many orders did you try to export ?
 *  Thread Starter [tranducduy](https://wordpress.org/support/users/tranducduy/)
 * (@tranducduy)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/progress-bar-cannot-reach-100/#post-8157432)
 * Hello Alex,
 * I’m using latest free version. Number of record is now reaching 2500
 * Thanks,
    Duy
 *  Plugin Author [algol.plus](https://wordpress.org/support/users/algolplus/)
 * (@algolplus)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/progress-bar-cannot-reach-100/#post-8157754)
 * hello Duy
 * Could you set date filter to reduce # of exported records? Will you get file ?
 * Below 100% is 0%? 60%?
    thanks, alex
 *  Thread Starter [tranducduy](https://wordpress.org/support/users/tranducduy/)
 * (@tranducduy)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/progress-bar-cannot-reach-100/#post-8159066)
 * Hello Alex,
 * Reduce number of record could get file.
 * It stop at a fixed %, let’s say 72%. If disable other plug-in (jetpack, for example)
   the % will increase, like 92%. I think it has something to do with server resources.
   I have 3 wordpress host on my friends’s digital ocean droplet.
 * Thanks, Duy
    -  This reply was modified 9 years, 10 months ago by [tranducduy](https://wordpress.org/support/users/tranducduy/).
 *  Plugin Author [algol.plus](https://wordpress.org/support/users/algolplus/)
 * (@algolplus)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/progress-bar-cannot-reach-100/#post-8159134)
 * hi Duy
 * Do you see any errors in error.log ? Or in javascript errors (in console) ?
 *  Thread Starter [tranducduy](https://wordpress.org/support/users/tranducduy/)
 * (@tranducduy)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/progress-bar-cannot-reach-100/#post-8159436)
 * Hello Alex,
 * I see 500 – Internal Server Error
 * [http://giaonhot.com/wp-content/uploads/2016/09/2016-09-08-1.png](http://giaonhot.com/wp-content/uploads/2016/09/2016-09-08-1.png)
 * ![](https://i0.wp.com/giaonhot.com/wp-content/uploads/2016/09/2016-09-08-1.png)
    -  This reply was modified 9 years, 10 months ago by [tranducduy](https://wordpress.org/support/users/tranducduy/).
 *  Plugin Author [algol.plus](https://wordpress.org/support/users/algolplus/)
 * (@algolplus)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/progress-bar-cannot-reach-100/#post-8159454)
 * Could you check Apache logs?
 * [http://unix.stackexchange.com/questions/38978/where-are-apache-file-access-logs-stored](http://unix.stackexchange.com/questions/38978/where-are-apache-file-access-logs-stored)
 *  Thread Starter [tranducduy](https://wordpress.org/support/users/tranducduy/)
 * (@tranducduy)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/progress-bar-cannot-reach-100/#post-8159513)
 * Hi Alex,
 * It look likes memory exhausted
 * [Thu Sep 08 21:10:21.626807 2016] [:error] [pid 15407:tid 140290853652224] [client
   128.199.79.201:60506] FastCGI: server “/usr/lib/cgi-bin/php5.fcgi” stderr: PHP
   message: PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried
   to allocate 64 bytes) in /var/www/html/giaonhot/wp-includes/wp-db.php on line
   1832
 *  Plugin Author [algol.plus](https://wordpress.org/support/users/algolplus/)
 * (@algolplus)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/progress-bar-cannot-reach-100/#post-8162328)
 * could you edit file /woocommerce-order-export/classes/class-wc-order-export-admin.
   php ?
 * find
 * var $step = 30;
 * replace with
 * var $step = 10;
 *  Thread Starter [tranducduy](https://wordpress.org/support/users/tranducduy/)
 * (@tranducduy)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/progress-bar-cannot-reach-100/#post-8164512)
 * Hello Alex,
 * It did not work. Export speed is very slow and still got error in the end.
 * Is the number of record too much to handle or server memory is too small ?
 * Thanks,
    Duy
 *  Plugin Author [algol.plus](https://wordpress.org/support/users/algolplus/)
 * (@algolplus)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/progress-bar-cannot-reach-100/#post-8171893)
 * hi Duy
 * Please, revert value back to 30.
 * Could you add this line to functions.php ?
 * ini_set(‘memory_limit’,’256M’);
 * I think there is plugin which eats memor
    thanks, alex

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

The topic ‘Progress bar cannot reach 100%’ is closed to new replies.

 * ![](https://ps.w.org/woo-order-export-lite/assets/icon-256x256.png?rev=1365554)
 * [Advanced Order Export For WooCommerce](https://wordpress.org/plugins/woo-order-export-lite/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woo-order-export-lite/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woo-order-export-lite/)
 * [Active Topics](https://wordpress.org/support/plugin/woo-order-export-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woo-order-export-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woo-order-export-lite/reviews/)

 * 12 replies
 * 2 participants
 * Last reply from: [algol.plus](https://wordpress.org/support/users/algolplus/)
 * Last activity: [9 years, 10 months ago](https://wordpress.org/support/topic/progress-bar-cannot-reach-100/#post-8171893)
 * Status: not resolved