Installing Magento security patch SUPEE 6285 - v 1.9.0.1 -


i trying install supee 6285 on magento v 1.9.0.1

we not have ssh our server. when try method 1 found on magecomp.com/blog/how-to-install-magento-security-patches/ blank page when run patch on browser.

after looking @ faqs see should have install.php file under app/code/core/mage/install/controller/router/install.php don't have router directory.

any advise on how install patch?

first solution (recommended):

use magento connect , upgrade store latest magento version check upgrades. latest version contains security patch (supee 6285) , features together.

second solution (install patch manually):

download supee 6285 - v 1.9.0.1_v2

use ftp client upload specific patch root of magento folder. create php file called applypatch.php run patch you. upload root of magento folder. make sure use right patch name here.

<?php print("<pre>"); passthru("/bin/bash patch_supee-6285_ce_1.9.0.1_v2.sh"); print("</pre>"); ?> 

visit file @ http://yourdomain.com/applypatch.php, , check if output looks expected.


Comments

Popular posts from this blog

python - pip install -U PySide error -

arrays - C++ error: a brace-enclosed initializer is not allowed here before ‘{’ token -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -