I run a website and one of our “Editors” has started getting an error on log in (since around Tuesday) and I literally have no idea what’s going on. If anyone knows how I can solve it, let me know. I’ve attached a link of a screengrab of when she logs in.
1. If you have access to your PHP.ini file, add this line in PHP.ini
If your line shows 32M try 64M. If your line shows 64M try 128M:
memory_limit = 64M ;
2. Try adding this line to your wp-config.php file.
If your line shows 32M try 64M. If your line shows 64M try 128M:
define(‘WP_MEMORY_LIMIT’, ’64M’);
If youre on shared hosting, you probably won′t have access to this file. Try option 2 first, if that don′t work contact your host and ask them about the Memory limit in the php.ini file and if you can increase it.