silkphoenix
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Need Help PleaseOK, I figured it out. I added
define(‘WP_MEMORY_LIMIT’, ‘256M’);
right underneath <?php
and now I am able access all the options on the Dashboard.
Thank you all for your help and patience. I’ll learn as I go.
Forum: Fixing WordPress
In reply to: Need Help PleaseHello 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 126So what did I do wrong? Maybe I added to the wrong place? As I said, I am new to WP. Thank you.
edkaded,
I went to WordPress Settings (the one on the left column, towards the bottom) / Permalink and there are several options I can choose and I chose the “Day and name” one. At least that works for me. If it doesn’t work for you, you can try other options. Good luck.
I found out that the problem is my Permalink wasn’t set up correctly and it has nothing to do with the AddtoAny plug-in (thank you to Pat, the developer, for telling me that the problem has nothing to do with the plug-in which allows me to look into other resources.) After I reset the Permalink in my Blog, now it’s working fine.