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 128MPor último, añadir la siguiente línea en el archivo wp-config.php:
define('WP_MEMORY_LIMIT', '128M');
No hay comentarios:
Publicar un comentario