PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Plugin Activation Error

  1. IncomeDiary
    Member

    I get this error when I try to activate plugin:

    Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /home/incomedi/public_html/access/wp-admin/includes/template.php on line 2530

    PS. Your similar Topics are protected from me seeing which is kinda odd as they may have the answer to my problem.

    Posted 13 years ago on Friday November 26, 2010 | Permalink
  2. sounds like you forgot a semi-colon or are running an infinite loop somewhere.

    Template.php - did you forget an <endwhile>?

    Memory errors like the above are usually caused by an loop that doesn't have an end.

    Check your loops and you'll resolve the issue. I'm 99% sure of it.

    er..unless you have size restriction on your webhost and actually have a full load in there (video site, as example)

    for reference, the exact file used is for:

    * Outputs the HTML for the hidden table rows used in Categories, Link Categories and Tags quick edit.

    The plugin doesn't affect that directly just by installation.

    Posted 13 years ago on Friday November 26, 2010 | Permalink
  3. IncomeDiary
    Member

    99% of your customers don't know code and wouldn't know what that means.

    Posted 13 years ago on Friday November 26, 2010 | Permalink
  4. @IncomeDiary - You should be able to see the related posts if you could post in this forum. We'll take a look at your permissions and see if something is amiss.

    This might be what you're looking for..

    http://forum.gravityhelp.com/topic/fatal-error-allowed-memory-size-when-adding-new-gravity-forms#post-9828

    Note: @urmedia isn't an admin or GF developer, but another forum member trying to help out.

    Posted 13 years ago on Friday November 26, 2010 | Permalink
  5. hmm. This could be related to my Justin Tadlock post.

    MySQL issue, maybe? Optimize/repair tables? Just tossing that out there.

    Posted 13 years ago on Friday November 26, 2010 | Permalink
  6. Yeah, I've mentioned it to Alex to take a look at.. just in case we've got some kind of permissions issue that's cropped up.

    Posted 13 years ago on Friday November 26, 2010 | Permalink
  7. The problem you are having isn't a Gravity Forms error. It's a PHP Memory error related to your web server configuration. You are running out of PHP Memory and need to increase your available PHP Memory. The error isn't coming from Gravity Forms. As you posted in the forum:

    Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /home/incomedi/public_html/access/wp-admin/includes/template.php on line 2530

    The error is coming from wp-admin/includes/template.php which is outside of Gravity Forms.

    Increase your available PHP Memory and the issue should be resolved. See these articles on how to do so:

    http://www.nerdgrind.com/increase-wordpress-and-php-memory-limit/

    http://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/

    Posted 13 years ago on Friday November 26, 2010 | Permalink