• Resolved Zim

    (@zimisun)


    Hello.
    I know bad programming.
    I used exported product category normally. Today, the export of an error

    “Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 28081 bytes) in /sata2/home/users/strannikb/www/www.strannik-book.com.ua/wp-content/plugins/woocommerce-exporter/includes/functions.php on line 581
    [store-exporter] An unexpected error occurred. The server’s maximum memory size is too low to complete this export. Consider increasing available memory to WordPress or reducing the size of your export. (Need help?)
    Refer to the following error and contact us on http://wordpress.org/plugins/woocommerce-exporter/ for further assistance. Error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 28081 bytes)”

    (in the category of goods has not increased).
    it is something in the site or providers?
    help!

    https://wordpress.org/plugins/woocommerce-exporter/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Zim

    (@zimisun)

    I am very very sorry for my knowledge in programming.
    In the wp-config.php did not find anything about the memory.
    Found in /wp-includes/default-constants.php file is written there:
    // Set memory limits
    if (! defined (‘WP_MEMORY_LIMIT’)) {
    if (is_multisite ()) {
    define (‘WP_MEMORY_LIMIT’, ’64M’);
    } Else {
    define (‘WP_MEMORY_LIMIT’, ’40M’);
    }
    }

    if (! defined (‘WP_MAX_MEMORY_LIMIT’)) {
    define (‘WP_MAX_MEMORY_LIMIT’, ‘256M’);
    }

    I need to change the 40M and 64M to 128M?

    Thread Starter Zim

    (@zimisun)

    I left in a file ‘default-constants.php’ default value:
    define (‘WP_MEMORY_LIMIT’, ’64M’);
    define (‘WP_MEMORY_LIMIT’, ’40M’);
    define (‘WP_MAX_MEMORY_LIMIT’, ‘256M’);

    Add to wp-config.php in the top:
    define(‘WP_MEMORY_LIMIT’, ‘128M’);
    But nothing has changed, still does not inaf memory.
    Providers limit 128M.

    But when I disabled the plugin Jetpack, exports was normal.
    Is this Jetpack eat all traffic, or I did not right?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Fatal error: Allowed memory size’ is closed to new replies.