If you are running your own root, dedicated or virtual server this is an easy bugfix by changing the php.ini of your server and provide more memory to your PHP installation. However, on a shared hosting server – like my hosting at 1&1 you often don’t have access to that central php.ini. Lucky for you, there is a workaround.
Create a text file and name it “php.ini” and with a single line of code in it:
memory=20MB
Upload this file (php.ini) into the directory /wp-admin/ within your WordPress installation. What an easy fix that was.

