• Sorry for posting on the wrong section, but I have another question before, however I resolved it.

    Anyways, I have this error:

    Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 30720 bytes) in /home/xoxjenny/public_html/wp-admin/admin-functions.php on line 1239

    What does that mean? I know there’s other topic of this, but I seem to get confuse with the replies, and I much rather hear it from somebody replying to ME, because the solutions to their problems, won’t work for me.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You may have to raise PHP’s memory limit somehow.

    When do you get this error message?

    Source in the PHP.ini the line Resource Limits and change memory limit to 10M

    ;;;;;;;;;;;;;;;;;;;
    ; Resource Limits ;
    ;;;;;;;;;;;;;;;;;;;

    max_execution_time = 30 ; Maximum execution time of each script, in seconds
    max_input_time = 60 ; Maximum amount of time each script may spend parsing request data
    memory_limit = 10M ; Maximum amount of memory a script may consume (8MB)

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Reinstalling – Fatal Error’ is closed to new replies.