cancel
Showing results for 
Search instead for 
Did you mean: 

Error when installing patch

SOLVED

Re: Error when installing patch

NO that isn't the case I am having the issue installing Patch 5994. See below:

 

 Extract:

echo -e "$APPLIED_REVERTED_PATCH_INFO\n$PATCH_APPLY_REVERT_RESULT\n\n" >> "$APPLIED_PATCHES_LIST_FILE"

Re: Error when installing patch

Hi @memel

 

First apply  SUPEE-1533 patch then SUPEE-5344. Also check if you have overridden Http.php file at following location app/code/local/Mage/Core/Controller/Response/Http.php then  you have to add following method to the Http.php file

 

    /**
     * Method send already collected headers and exit from script
     */
    public function sendHeadersAndExit()
    {
        $this->sendHeaders();
       exit;
    }

 

---
Problem Solved Click Accept as Solution!:Magento Community India Forum