Hello AimeeTheGreat,
I went to wp-config.php and added
define(‘WP_MEMORY_LIMIT’, ‘256M’);
on the very top (above <?php
and when I went to my wp, I received this error:
define(‘WP_MEMORY_LIMIT’, ‘256M’);
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /data/19/1/161/125/1976940/user/2159316/htdocs/Blog/wp-admin/includes/menu.php on line 126
So what did I do wrong? Maybe I added to the wrong place? As I said, I am new to WP. Thank you.