Soporte » Guías – Resolución de problemas » Fatal error: Allowed memory size en 000WebHost

  • Resuelto huezohuezo1990

    (@huezohuezo1990)


    Fatal error: Allowed memory size en 000WebHost
    SOLUCCION A:
    1) wp-config.php

    al final poner:

    define('WP_MEMORY_LIMIT', '1024MB');

    2) wp-includes/default-constants.php

    function wp_initial_constants() {
    global $blog_id;

    `define(‘WP_MEMORY_LIMIT’, ‘1204M’);

    define(‘WP_MEMORY_LIMIT’, ‘1024M’);

    define( ‘WP_MAX_MEMORY_LIMIT’, ‘2048M’ );
    `

    OPCION B:

    https://wordpress.org/plugins/memory-bump/

  • El debate ‘Fatal error: Allowed memory size en 000WebHost’ está cerrado a nuevas respuestas.