• Hi to All,

    I’am new here in WordPress:) And it is very cool that WordPress has this kind of forum to help each other!

    Ok, I have a problem with our intra installed on Xampp/Wordpress 4.9.4 and PHP Version: 7.2.0.

    The problem is that we get 1-3 times a week this error:

    Fatal error: Out of memory (allocated 6291456) (tried to allocate 65536 bytes) in D:\xampp\htdocs\xxx\wp-includes\meta.php on line 868

    Fatal error: Out of memory (allocated 6291456) (tried to allocate 65536 bytes) in Unknown on line 0

    Every time plugin / file paths are different.

    We have done these things:

    php.ini
    – memory_limit = 512M
    – max_input_vars: 2000
    – max_execution_time: 60
    – upload_max_filesize: 8M

    wp-config.php
    – define ( ‘WP_MEMORY_LIMIT’, ‘512M’ );

    But no effect on error. It still comes time or another.

    Memory Usage: 6M (1%) of 512M.

    So if somebody can help me, it would be very very kind thing because we do not know anymore what to do.

    Thanks in advance ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello zirzy19,

    Try to add a phpinfo.php file and check post_max_size.
    Possible it’s having low values, try to increase the value and try.

    Thread Starter zirzy19

    (@zirzy19)

    Thanks for fast reply and sorry that i did not see this post earlier ??

    We have phpinfo over there but right now i don’t have access inside.. Next monday i will take a look this problem again ??

    Thank you!

    Thread Starter zirzy19

    (@zirzy19)

    Hi,

    Yes we have still the same issue..

    post_max_size= was 8M now 20M

    We had debugging on during the last crash, but i didn’t see anything in the error log what is causing this crash. Ok, i’m maybe not the best guy for reading debugging files so if there is somebody who want’s to help in reading our error log, i would be pleased.

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