php fatal error

  1. K

    Resolved Error “PHP Fatal error: Cannot redeclare”

    If you are getting error “PHP Fatal error: Cannot redeclare” function the it means you are declaring same function multiple times in your code. There can ne three reasons if you are getting error: Using same function in 2 files. If you are define function in two places within same file. Two...
  2. bhawanisingh

    [RESOLVED] Error: "PHP Fatal Error: Out Of Memory"

    While working with PHP if you are getting “PHP Fatal error: Out of memory (allocated 49545216) (tried to allocate 77824 bytes)” error then don’t be shock. We know that it’s hard to fix this problem and especially for the large application. Sometimes we restarted apache service and this solved...
Top