Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author xnau webdesign

    (@xnau)

    DonLoder,

    You can try increasing the PHP “memory_limit” and and perhaps also the “upload_max_filesize”. You can do this either by editing your php.ini file (in your web root) is sometimes in your hosting control panel.

    Thread Starter DonLoder

    (@donloder)

    Thanks for the quick reply. made the changes in the php.ini as follows;

    memory_limit = 64M
    upload_max_filesize = 10M
    post_max_size = 10M

    Getting a similar error, different PHP file and line number

    Fatal error: Out of memory (allocated 26738688) (tried to allocate 20 bytes) in /xxxxxxxxx/xxxxxxxxxx/xxxxxxxx/wp-includes/functions.php on line 256.

    Any suggestions? The last file I downloaded was only 336 kb, had about 2-300 more members signed up since then but it does not appear the file size is that large.

    Thank You

    Thread Starter DonLoder

    (@donloder)

    Looks like it took a bit of time for the settings to take. Working now. Thanks

    Plugin Author xnau webdesign

    (@xnau)

    Yes, on some systems, the PHP server needs to be restarted for the settings to take. Glad you got it working.

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