Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Themology

    (@themology)

    It’s because PHP memory limit is exceeded. You may have a lot of orders to export or a low php memory limit.

    Two options to follow :

    1. Increase the PHP limit, Because your hosting may not allow you as much memory as you want.

    Just add this line to your wp_config.php file (replace 1024M by any value you want) :

    define( 'WP_MAX_MEMORY_LIMIT', '1024M' );

    2. Reduce the number of orders to export by filtering by date.

    Thread Starter ruddygood

    (@ruddygood)

    Thanks for the fast reply.

    I tried both of the options above and still I get a blank page ??

    Any ideas?

    Plugin Author Themology

    (@themology)

    Apologies! I am not sure why you are facing this problem. Please check everything properly.

    Plugin Author Themology

    (@themology)

    We released a new update by improving memory usage in panel display, that caused some blank screens. And also added some FAQ, which will help you to solve this.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Export shows blank page’ is closed to new replies.