Error, Mensaje
Fatal error: Allowed memory size of ****** bytes exhausted (tried to allocate *****bytes) in ******
Solucion,
Editar wp-settings.php y luego de
// Set initial default constants including WP_MEMORY_LIMIT, WP_DEBUG, WP_CONTENT_DIR and WP_CACHE.
agrega la siguiente linea,
define('WP_MEMORY_LIMIT', '64M');
Share on Facebook
