• Hi,

    Just updated to version 3.1. Reactivated WP Download Monitor (most recent version) and it breaks the site.

    I see this error message in the widgets portion of my themed site.

    Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 71 bytes) in ???/public_html/wp-includes/taxonomy.php on line 2752

    I added the ??? for security reasons.

    Any ideas?

    Philip

    http://wordpress.org/extend/plugins/download-monitor/

Viewing 1 replies (of 1 total)
  • I would de-activate all other plugins and test 1st – if works then, re-activate one by one – testing in between

    if that doesn’t solve it:

    1. If you have access to your PHP.ini file, change the line in PHP.ini
    If your line shows 32M try 64M:
    memory_limit = 128M ; Maximum amount of memory a script may consume (128MB)
    
    2. If you don't have access to PHP.ini try adding this to an .htaccess file:
    php_value memory_limit 128M
    
    3. Try adding this line to your wp-config.php file:
    Increasing memory allocated to PHP
    define('WP_MEMORY_LIMIT', '128M');
    
    4. Talk to your host.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: WordPress Download Monitor] Fatal Error’ is closed to new replies.