cancel
Showing results for 
Search instead for 
Did you mean: 

SUPEE-8788 fails on SWF files

SOLVED

Re: SUPEE-8788 fails on SWF files

We solved this issue by, in our ftp client (filezilla) transfering the files as binary. Once we did this and run the sh command it all worked fine.

Re: SUPEE-8788 fails on SWF files

I will chime in here too. I was using WinSCP to upload, and I told it to set binary/ascii transfer using automatic conditions. Upon examining those conditions, *.sh files were being transferred using ASCII mode. Changing to binary allowed patch to be executed successfully.

Re: SUPEE-8788 fails on SWF files

I met the same problem in swf in 1.9.2.4,there is problem with swf.

Fox Fixed - Please follow below steps.


Step 1. Download security patch 8788 SSH file to this Link
Step 2. After download security patch 8788 SSH file Please put into one folder and make same folder Zip file.
Step 3. Please upload Zip folder to root magento folder and Unzip through SSH Putty.
Step 4. Run the patch :-
$ bash PATCH_SUPEE-8788_CE_1.9.2.4_v1-2016-10-11-07-03-46.sh


Note : he patch file contains entire binary files in text format.That's why when you upload security patch 8788 SSH file without zip file, the same file will be corrupt.

Re: SUPEE-8788 fails on SWF files

Thanks RRuki,

 

This worked for me too, although I used gzip in Ubuntu then transferred the zipped file to the server via ftp (Filezilla).

Then unzipped with gzip via SSH and it patched fine!

 

FYI, I have Magento v1.9.1.0 and every other patch installed. Was just getting stuck on the SWF files when patching with 8788.