Forums

[Plugin: Fast and Secure Contact Form] Can not upgrade (3 posts)

  1. MacLadybug
    Member
    Posted 3 years ago #

    Noticed today that there is an update available to this plugin... but it won't allow me to upgrade. I get this: "Downloading update from http://downloads.wordpress.org/plugin/si-contact-form.zip.

    Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 2093786 bytes) in /home6/safetyh1/public_html/wp-includes/http.php on line 1331"

    Don't know what it all means, but I'm afraid to do anything, the original plugin has worked fine for me. What do I do?

    http://wordpress.org/extend/plugins/si-contact-form/

  2. Mike Challis
    Member
    Posted 3 years ago #

    Maybe your wordpress is requiring more memory than PHP has allowed it.

    Try one of these methods for increasing the amount of memory a
    PHP script may consume

    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 = 64M ; Maximum amount of memory a script may consume (64MB)

    2. If you don't have access to PHP.ini try adding this to an .htaccess file:
    php_value memory_limit 64M

    3. Try adding this line to your wp-config.php file:
    Increasing memory allocated to PHP
    define('WP_MEMORY_LIMIT', '64M');

    4. Talk to your host.

  3. he3r0
    Member
    Posted 3 years ago #

    I've had exacly the same problem,
    and your solution worked fine.
    to be on the safe side I've used solution #3

    worked like a charm. thank you.

Topic Closed

This topic has been closed to new replies.

About this Topic