- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2015
05:37 AM
05-15-2015
05:37 AM
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"
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2016
06:36 AM
02-15-2016
06:36 AM
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
Problem Solved Click Accept as Solution!:Magento Community India Forum
- « Previous
-
- 1
- 2
- Next »