hi all, anyone know how i could upgrade from 2.0.2 -> 2.0.3 ?
all the doco onlines says to use a cron job, but don't believe a windows server has cron
i got to the point of putting in my public and private keys but get
SSL certificate problem: unable to get local issuer certificate when i tried to save the keys
Is Curl enabled in your PHP?
Attach these to your config:
https://curl.haxx.se/docs/caextract.html
And in your ini:
Change: ; curl.cainfo = Change To: curl.cainfo = "C:\PHP\Extras\SSL\cacert.pem"
How to fix the «SSL certificate problem: unable to get local issuer certificate» issue while signing into a Magento Marketplace account on the backend Component Manager screen? https://mage2.pro/t/986
thanks for that guys
now that when i try to do the upgrade, i get the following...
i'm using xampp, and not sure how to go about this
Magento 2.0.3 has problems: https://community.magento.com/t5/Version-Upgrades-for-2-x/Correctly-update-v2-0-2-to-v2-0-3-BUT-Don-...
Use 2.0.4
But Dmitry, you never address the question of cron jobs on Windows. More to the point, is it even possible to use the System Upgrade Utility on a LAMP stack?
i should also mention that i have
Apache Version Apache/2.4.16 (Win32) OpenSSL/1.0.1p PHP/5.6.12
so unsure why it even fails the php version check