Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #859732

    jrhardwick
    Participant

    I have received this FATAL and can not get rid of it:

    Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 49152 bytes) in ~public_html/wp-admin/includes/media.php on line 1709

    Please message me for credentials.

    #860093

    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    Please try to update your PHP memory limit by adding the following code snippet to your wp-config.php file(at the root of your wordpress installation).

    define( 'WP_MEMORY_LIMIT', '256M' );
    define( 'WP_MAX_MEMORY_LIMIT', '512M' );

    If you still have problems, let us know and provide us your website url, login access and ftp.

    Make sure to check Set as private reply

    Hope that helps, cheers.