Viewing 1 replies (of 1 total)
  • This usually means your memory is set too low. Edit your php.ini file and looke for the section like this:

    ;;;;;;;;;;;;;;;;;;;
    ; 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 = 256M ; Maximum amount of memory a script may consume (32MB)

    The values may be different but adjust the memory limit higher than what it is currently.

    tim

Viewing 1 replies (of 1 total)

The topic ‘Fatal Error’ is closed to new replies.