Aggiornamento WordPress – errore “Fatal error: Allowed memory size…”

Il forum di WordPress spiega come risolvere il problema di aggiornamento alla versione nuova nel caso di errore: “Fatal error: Allowed memory size of bytes exhausted (tried to allocate bytes) in htdocs/wp-includes/http.php on line 396″

Nel file wp-config.php va aggiunto la seguente riga di codice:

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

e il gioco è fatto.

http://wordpress.org/support/topic/368969

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>