I’ve added this to my wp-config.php:
COPY CODE
define('WP_DEBUG', true);
define( 'WP_DEBUG_DISPLAY', true);
define('WP_MEMORY_LIMIT', '64M');
and now mi site displays this message: Fatal error: Allowed memory size of 73400320 bytes exhausted (tried to allocate 64 bytes) in /hosting/www/xxxxxxxxx.com/social/wp-includes/pomo/mo.php on line 246
What does this means?