Viewing 2 replies - 1 through 2 (of 2 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 you may follow :

    1. Increase the php limit you allow to php in your WordPress back-end. (But 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' );

    Or you can ask your host provider to increase the memory limit.

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

    Thanks

    Plugin Author Themology

    (@themology)

    We released our latest version with improve memory usage in panel display, that caused some blank screens, hope your problem will solve.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Smart Export does not export data’ is closed to new replies.