I think you forgot the screenshot …
And what´s the URL of the website?
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’);
Where would the PHP.ini file be found?
Or the other thing. I have the full admin user so I think I should be able to find it…
Your hosts should be able to help you locating it.
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.
Okay thank you both. I’ve just sent them an email over now so hopefully will be sorted. 🙂