• klandon

    (@klandon)


    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?

Viewing 3 replies - 1 through 3 (of 3 total)
  • 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’);

    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

    eek

    (@eek)

    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;

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: TDO Mini Forms] Fatal Error, memory exhaused’ is closed to new replies.