miércoles, agosto 13, 2014

Error al instalar WordPress 3

El error es el siguiente:

Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 122880 bytes)


Se soluciona poniendo en el .htaccess del directorio /public_html la siguiente línea:

php_value memory_limit 128M
Por último, añadir la siguiente línea en el archivo wp-config.php:

define('WP_MEMORY_LIMIT', '128M');

No hay comentarios: