Forums

[Plugin: Resize at Upload Plus] Fatal Error: Allowed memory size exhausted (3 posts)

  1. puns0steel
    Member
    Posted 6 months ago #

    I'm getting this error :

    Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 10368 bytes) in /home/../wp-content/plugins/resize-at-upload-plus/class.resize.php on line 179

    (the file path has been edited for security)

    The images are jpgs and are not large (between 1.5 and 3mb). Without the plugin, the same images upload without error.

    Any ideas?

    Thanks!

    http://wordpress.org/extend/plugins/resize-at-upload-plus/

  2. samboll
    moderator
    Posted 6 months ago #

    you or host need to bump php memory to 48M or better

    or try adding this to your wp-config.php
    define('WP_MEMORY_LIMIT', '64M');

  3. puns0steel
    Member
    Posted 6 months ago #

    Brilliant! I added that line and it did the trick. Thank you so much for responding!

Reply

You must log in to post.

About this Topic