klandon
Member
Posted 2 years ago #
When I try to activate this plugin, I get this error:
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 30720 bytes) in /home1/myaccount/public_html/mydomain/wp-content/plugins/tdo-mini-forms/widgets/tdomf-whoami-widget.php on line 110
The thing I find super odd is that it is not trying to allocate more memory than it claims is allowed. How can this be causing an error, and how can I fix this?
Changing the amount of memory in wp-settings.php from 32 to 64MB
define('WP_MEMORY_LIMIT', '64M');
instead of
define('WP_MEMORY_LIMIT', '32M');
archiseek
Member
Posted 1 year ago #
I have the same problem - tried yuour answer and it didn't work.
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 92160 bytes) in /var/www/vhosts/wwhshl.ca/httpdocs/wp-content/plugins/tdo-mini-forms/include/tdomf-db.php on line 742
Had the same problem, define('WP_MEMORY_LIMIT','64M'); didn't work, but setting memory_limit in phpini to 64M did work :)
So, php.ini, define memory_limit = 64M;