• Resolved intp5

    (@intp5)


    Just attempted to activate a recent install of version 1.9.10.1 and am getting the following error:

    “Plugin could not be activated because it triggered a fatal error.

    Fatal error: Out of memory (allocated 34078720) (tried to allocate 36 bytes) in [install dir]/plugins/rencontre/inc/patch.php on line 133″

    Is this a known issue? Thanks in advance.

    https://www.ads-software.com/plugins/rencontre/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Jacques Malgrange

    (@sojahu)

    Hi,
    Remove The file patch.php.
    I will fix that soon in next update.
    Regards.

    Thread Starter intp5

    (@intp5)

    Thanks much, Jacques! Worked like a charm. Unfortunately, after attemping to install on another WP installation, I am also receiving the following error message. Any suggestions on how to deal with this one? Thanks again in advance!

    Fatal error: Out of memory (allocated 33554432) (tried to allocate 7168 bytes) in [install dir]/includes/plugin-install.php on line 388

    Thread Starter intp5

    (@intp5)

    Update: was able to resolve the Out of Memory error my upping my RAM allocation via adding a PHP.ini to my WP installation. Thanks again!

    Thread Starter intp5

    (@intp5)

    Unfortunately after updating to the latest version of the plugin I continue to receive the same message, which I only seem to be able to resolve by continuing to remove (or rename) the patch.php file:

    “Fatal error: Out of memory (allocated 34603008) (tried to allocate 20 bytes) in /[install]/wp-content/plugins/rencontre/inc/patch.php on line 146”

    Any suggestions? Thanks much again in advance.

    Plugin Author Jacques Malgrange

    (@sojahu)

    Line 146… OK, OK.

    I will try another solution in … the next update.

    See you soon ??

    Thread Starter intp5

    (@intp5)

    OK, great! If you have any other suggestions re: ideal memory allocation via PHP.ini, just let me know. Thanks!

    Plugin Author Jacques Malgrange

    (@sojahu)

    Hi,

    MichaelH gave the then-definitive answer to Memory issues, and was frequently quoted at the time :

    1. If you have access to your PHP.ini file, change the line in PHP.ini
    If your line shows 32M try 64M or 128M:
    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.

    These days, even 128MB can be “tight” as plugins, themes and WordPress itself keep growing.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Fatal error: Out of memory’ is closed to new replies.