pfernandezm59
Member
Posted 3 years ago #
I was trying to activate the "TDO Mini Forms" plugin downloaded from wordpress, and I got:
Fatal error: Allowed memory size of 50331648 bytes exhausted (tried to allocate 122880 bytes) in /home/cbgrano/public_html/newcbg/wp-content/plugins/tdo-mini-forms/admin/tdomf-form-hacker.php on line 405
Need help please.
Thanks!
Might want to try this thread. There are some links to some tutorials that may help answer your issue:
http://wordpress.org/support/topic/326097?replies=8
pfernandezm59
Member
Posted 3 years ago #
RESOLVED!!
Changing the amount of memory in wp-settings.php from 32 to 64MB
define('WP_MEMORY_LIMIT', '64M');
insyead of
define('WP_MEMORY_LIMIT', '32M');
Thank You!